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

  /frameworks/av/media/libstagefright/include/
SampleTable.h 95 static const uint32_t kSampleSizeType32;
  /frameworks/av/media/libstagefright/
SampleTable.cpp 44 const uint32_t SampleTable::kSampleSizeType32 = FOURCC('s', 't', 's', 'z');
318 CHECK(type == kSampleSizeType32 || type == kSampleSizeTypeCompact);
344 if (type == kSampleSizeType32) {

Completed in 156 milliseconds