Home
last modified time | relevance | path

Searched defs:SampleIterator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/av/media/module/extractors/mp4/include/
H A DSampleIterator.h27 struct SampleIterator { struct
32 uint32_t getChunkIndex() const { return mCurrentChunkIndex; } in getChunkIndex()
33 uint32_t getDescIndex() const { return mChunkDesc; } in getDescIndex()
34 off64_t getSampleOffset() const { return mCurrentSampleOffset; } in getSampleOffset()
35 size_t getSampleSize() const { return mCurrentSampleSize; } in getSampleSize()
36 uint64_t getSampleTime() const { return mCurrentSampleTime; } in getSampleTime()
37 uint64_t getSampleDuration() const { return mCurrentSampleDuration; } in getSampleDuration()
39 uint32_t getLastSampleIndexInChunk() const { in getLastSampleIndexInChunk()
50 bool mInitialized;
52 uint32_t mSampleToChunkIndex;
[all …]
/aosp_15_r20/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
H A Dsample.pass.cpp58 typedef SampleIteratorType<SampleItem *> SampleIterator; in test() typedef
89 typedef SampleIteratorType<SampleItem *> SampleIterator; in test_empty_population() typedef
104 typedef SampleIteratorType<SampleItem *> SampleIterator; in test_empty_sample() typedef
120 typedef SampleIteratorType<SampleItem *> SampleIterator; in test_small_population() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.random.sample/
H A Dsample.pass.cpp57 typedef SampleIteratorType<SampleItem *> SampleIterator; in test() typedef
87 typedef SampleIteratorType<SampleItem *> SampleIterator; in test_empty_population() typedef
102 typedef SampleIteratorType<SampleItem *> SampleIterator; in test_empty_sample() typedef
118 typedef SampleIteratorType<SampleItem *> SampleIterator; in test_small_population() typedef
/aosp_15_r20/frameworks/av/media/module/extractors/mp4/
H A DSampleIterator.cpp32 SampleIterator::SampleIterator(SampleTable *table) in SampleIterator() function in android::SampleIterator