Searched defs:post_id3_pos (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DVBRISeeker.cpp41 const sp<DataSource> &source, off64_t post_id3_pos) {
42 off64_t pos = post_id3_pos;
98 seeker->mBasePos = post_id3_pos + frameSize;
107 off64_t offset = post_id3_pos;
40 CreateFromSource( const sp<DataSource> &source, off64_t post_id3_pos) argument
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;
257 off64_t post_id3_pos; local
272 post_id3_pos = (off64_t)meta_post_id3_offset;
276 success = Resync(mDataSource, 0, &pos, &post_id3_pos, &header);
290 mSeeker = VBRISeeker::CreateFromSource(mDataSource, post_id3_pos);
314 if (!Resync(mDataSource, 0, &pos, &post_id3_pos,
48 Resync( const sp<DataSource> &source, uint32_t match_header, off64_t *inout_pos, off64_t *post_id3_pos, uint32_t *out_header) argument
673 off64_t post_id3_pos; local
[all...]

Completed in 73 milliseconds