Home
last modified time | relevance | path

Searched refs:FORMAT_1 (Results 1 – 5 of 5) sorted by relevance

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/source/
DSampleQueueTest.java63 private static final Format FORMAT_1 = buildFormat(/* id= */ "1"); field in SampleQueueTest
108 new Format[] {FORMAT_1, FORMAT_1, FORMAT_1, FORMAT_1, FORMAT_2, FORMAT_2, FORMAT_2, FORMAT_2};
117 new Format[] {FORMAT_ENCRYPTED, FORMAT_ENCRYPTED, FORMAT_1, FORMAT_ENCRYPTED};
165 sampleQueue.format(FORMAT_1); in capacityIncreases()
177 assertReadFormat(/* formatRequired= */ false, FORMAT_1); in capacityIncreases()
205 sampleQueue.format(FORMAT_1); in equalFormatsDeduplicated()
206 assertReadFormat(false, FORMAT_1); in equalFormatsDeduplicated()
208 sampleQueue.format(FORMAT_1); in equalFormatsDeduplicated()
209 assertNoSamplesToRead(FORMAT_1); in equalFormatsDeduplicated()
212 assertNoSamplesToRead(FORMAT_1); in equalFormatsDeduplicated()
[all …]
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table.h32 FORMAT_1 = 1, enumerator
Dindex_sub_table.cc126 case Format::FORMAT_1: in CreateBuilder()
Dindex_sub_table_format1.cc222 IndexSubTable::Format::FORMAT_1) { in Builder()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc527 case IndexSubTable::Format::FORMAT_1: in SubsetIndexSubTable()