Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
DSampleList.java15 public class SampleList extends AbstractList<ByteBuffer> { class
37 public SampleList(TrackBox trackBox) { in SampleList() method in SampleList
117 public SampleList(TrackFragmentBox traf) { in SampleList() method in SampleList
/external/deqp/executor/
DxeTestCaseResult.hpp493 class SampleList : public Item class
496 SampleList (void) : Item(TYPE_SAMPLELIST) {} in SampleList() function in xe::ri::SampleList
/external/deqp/framework/common/
DtcuTestLog.hpp98 typedef LogSampleList SampleList; typedef in tcu::TestLog