Home | History | Annotate | Download | only in libstagefright

Lines Matching full:post_id3_pos

50         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;
256 off64_t post_id3_pos;
271 post_id3_pos = (off64_t)meta_post_id3_offset;
275 success = Resync(mDataSource, 0, &pos, &post_id3_pos, &header);
318 mSeeker = VBRISeeker::CreateFromSource(mDataSource, post_id3_pos);
654 off64_t post_id3_pos;
656 if (!Resync(source, 0, &pos, &post_id3_pos, &header)) {
663 (*meta)->setInt64("post-id3-offset", post_id3_pos);