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

  /frameworks/av/media/libstagefright/include/
AVIExtractor.h 84 off64_t mMovieOffset;
  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 405 mMovieOffset = 0;
415 if (mMovieOffset == 0ll || !mFoundIndex) {
473 mMovieOffset = offset;
1121 *offset = info.mOffset + mMovieOffset + 8;
    [all...]

Completed in 1411 milliseconds