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

  /frameworks/av/media/libstagefright/include/
AVIExtractor.h 96 status_t getSampleInfo(
  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 176 status_t err = mExtractor->getSampleInfo(
849 status_t err = getSampleInfo(0, 0, &offset, &size, &isKey, &timeUs);
853 err = getSampleInfo(0, 0, &offset, &size, &isKey, &timeUs);
887 getSampleInfo(
1007 getSampleInfo(trackIndex, 0, &offset, &size, &isKey, &timeUs);
1060 getSampleInfo(
1104 status_t AVIExtractor::getSampleInfo(
1168 return getSampleInfo(
    [all...]

Completed in 222 milliseconds