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

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
SampleList.java 15 public class SampleList extends AbstractList<ByteBuffer> {
37 public SampleList(TrackBox trackBox) {
117 public SampleList(TrackFragmentBox traf) {
  /external/deqp/framework/common/
tcuTestLog.hpp 98 typedef LogSampleList SampleList;
125 TestLog& operator<< (const SampleList& sampleList);
432 inline TestLog& TestLog::operator<< (const SampleList& sampleList) { sampleList.write(*this); return *this; }
  /external/deqp/executor/
xeTestCaseResult.hpp 77 class SampleList;
493 class SampleList : public Item
496 SampleList (void) : Item(TYPE_SAMPLELIST) {}
497 ~SampleList (void) {}

Completed in 441 milliseconds