Home
last modified time | relevance | path

Searched refs:post_id3_pos (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/module/extractors/mp3/
DMP3Extractor.cpp48 off64_t *inout_pos, off64_t *post_id3_pos, uint32_t *out_header) { in Resync() argument
49 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; member
257 off64_t post_id3_pos; in MP3Extractor() local
266 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 …]
DVBRISeeker.cpp42 DataSourceHelper *source, off64_t post_id3_pos) { in CreateFromSource() argument
43 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()
/frameworks/av/media/module/extractors/mp3/include/
DVBRISeeker.h31 DataSourceHelper *source, off64_t post_id3_pos);