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

/frameworks/av/media/extractors/mp3/
H A DVBRISeeker.h31 DataSourceBase *source, off64_t post_id3_pos);
H A DMP3Extractor.cpp50 off64_t *inout_pos, off64_t *post_id3_pos, uint32_t *out_header) {
51 if (post_id3_pos != NULL) {
52 *post_id3_pos = 0;
88 if (post_id3_pos != NULL) {
89 *post_id3_pos = *inout_pos;
251 off64_t post_id3_pos; member in struct:android::Mp3Meta
264 off64_t post_id3_pos; local
273 post_id3_pos = meta->post_id3_pos;
276 success = Resync(mDataSource, 0, &pos, &post_id3_pos,
48 Resync( DataSourceBase *source, uint32_t match_header, off64_t *inout_pos, off64_t *post_id3_pos, uint32_t *out_header) argument
683 off64_t post_id3_pos; local
[all...]
H A DVBRISeeker.cpp40 DataSourceBase *source, off64_t post_id3_pos) {
41 off64_t pos = post_id3_pos;
112 seeker->mBasePos = post_id3_pos + frameSize;
121 off64_t offset = post_id3_pos;
39 CreateFromSource( DataSourceBase *source, off64_t post_id3_pos) argument

Completed in 57 milliseconds