HomeSort by relevance Sort by last modified time
    Searched refs:post_id3_pos (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/include/
VBRISeeker.h 31 const sp<DataSource> &source, off64_t post_id3_pos);
  /frameworks/av/media/libstagefright/
VBRISeeker.cpp 38 const sp<DataSource> &source, off64_t post_id3_pos) {
39 off64_t pos = post_id3_pos;
95 seeker->mBasePos = post_id3_pos + frameSize;
104 off64_t offset = post_id3_pos;
MP3Extractor.cpp 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; local
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);
653 off64_t post_id3_pos; local
    [all...]

Completed in 570 milliseconds