Searched refs:post_id3_pos (Results 1 – 3 of 3) sorted by relevance
48 off64_t *inout_pos, off64_t *post_id3_pos, uint32_t *out_header) { in Resync() argument49 if (post_id3_pos != NULL) { in Resync()50 *post_id3_pos = 0; in Resync()86 if (post_id3_pos != NULL) { in Resync()87 *post_id3_pos = *inout_pos; in Resync()248 off64_t post_id3_pos; member257 off64_t post_id3_pos; in MP3Extractor() local266 post_id3_pos = meta->post_id3_pos; in MP3Extractor()269 success = Resync(mDataSource, 0, &pos, &post_id3_pos, &header); in MP3Extractor()283 mSeeker = VBRISeeker::CreateFromSource(mDataSource, post_id3_pos); in MP3Extractor()[all …]
42 DataSourceHelper *source, off64_t post_id3_pos) { in CreateFromSource() argument43 off64_t pos = post_id3_pos; in CreateFromSource()114 seeker->mBasePos = post_id3_pos + frameSize; in CreateFromSource()123 off64_t offset = post_id3_pos; in CreateFromSource()
31 DataSourceHelper *source, off64_t post_id3_pos);