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

  /frameworks/av/media/libstagefright/include/
SampleTable.h 77 uint32_t req_time, uint32_t *sample_index, uint32_t flags);
80 uint32_t start_sample_index, uint32_t *sample_index,
83 status_t findThumbnailSample(uint32_t *sample_index);
140 status_t getSampleSize_l(uint32_t sample_index, size_t *sample_size);
  /frameworks/av/media/libstagefright/
SampleTable.cpp 523 uint32_t req_time, uint32_t *sample_index, uint32_t flags) {
598 *sample_index = mSampleTimeEntries[closestIndex].mSampleIndex;
604 uint32_t start_sample_index, uint32_t *sample_index, uint32_t flags) {
607 *sample_index = 0;
611 *sample_index = start_sample_index;
616 *sample_index = 0;
722 *sample_index = x;
727 status_t SampleTable::findThumbnailSample(uint32_t *sample_index) {
732 *sample_index = 0;
765 *sample_index = bestSampleIndex
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_merge.h 1126 difference_type sample_index = local
    [all...]

Completed in 236 milliseconds