Searched defs:SampleList (Results 1 - 3 of 3) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DSampleList.java15 public class SampleList extends AbstractList<ByteBuffer> { class in inherits:AbstractList
37 public SampleList(TrackBox trackBox) { method in class:SampleList
117 public SampleList(TrackFragmentBox traf) { method in class:SampleList
/external/deqp/framework/common/
H A DtcuTestLog.hpp98 typedef LogSampleList SampleList; typedef in class:tcu::TestLog
125 TestLog& operator<< (const SampleList& sampleList);
432 inline TestLog& TestLog::operator<< (const SampleList& sampleList) { sampleList.write(*this); return *this; }
/external/deqp/executor/
H A DxeTestCaseResult.hpp77 class SampleList;
493 class SampleList : public Item class in namespace:xe::ri
496 SampleList (void) : Item(TYPE_SAMPLELIST) {} function in class:xe::ri::SampleList
497 ~SampleList (void) {}

Completed in 96 milliseconds