Home
last modified time | relevance | path

Searched defs:expectedFormat (Results 1 – 14 of 14) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/test/java/com/google/android/exoplayer2/source/rtsp/
DRtspMediaTrackTest.java56 RtpPayloadFormat expectedFormat = in generatePayloadFormat_withH264MediaDescription_succeeds() local
98 RtpPayloadFormat expectedFormat = in generatePayloadFormat_withFmtpTrailingSemicolon_succeeds() local
141 RtpPayloadFormat expectedFormat = in generatePayloadFormat_withAacMediaDescription_succeeds() local
181 RtpPayloadFormat expectedFormat = in generatePayloadFormat_withAc3MediaDescriptionWithDefaultChannelCount_succeeds() local
208 RtpPayloadFormat expectedFormat = in generatePayloadFormat_withAc3MediaDescription_succeeds() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/test/java/com/google/android/exoplayer2/source/rtsp/
DRtspMediaTrackTest.java56 RtpPayloadFormat expectedFormat = in generatePayloadFormat_withH264MediaDescription_succeeds() local
98 RtpPayloadFormat expectedFormat = in generatePayloadFormat_withFmtpTrailingSemicolon_succeeds() local
141 RtpPayloadFormat expectedFormat = in generatePayloadFormat_withAacMediaDescription_succeeds() local
181 RtpPayloadFormat expectedFormat = in generatePayloadFormat_withAc3MediaDescriptionWithDefaultChannelCount_succeeds() local
208 RtpPayloadFormat expectedFormat = in generatePayloadFormat_withAc3MediaDescription_succeeds() local
/external/exoplayer/tree/library/common/src/test/java/com/google/android/exoplayer2/
DFormatTest.java56 Format expectedFormat = formatToParcel.buildUpon().setExoMediaCryptoType(null).build(); in parcelFormat_createsEqualFormat_exceptExoMediaCryptoType() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DPreconditions.java41 public static void checkFormat(Opcode opcode, Format expectedFormat) { in checkFormat()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestDtdData.java660 String expectedFormat = startOfValues == 3 ? (String) test[2] : inputText; in TestEnumParser() local
/external/skia/src/gpu/
DGrProxyProvider.cpp263 GrBackendFormat expectedFormat; in findCachedProxyWithColorTypeFallback() local
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelectorTest.java1451 TrackSelection selection, TrackGroupArray trackGroups, Format expectedFormat) { in assertFixedSelection()
/external/icu/icu4c/source/test/cintltst/
Dcdattst.c1465 const UChar * expectedFormat; member
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelectorTest.java2029 TrackSelection selection, TrackGroupArray trackGroups, Format expectedFormat) { in assertFixedSelection()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelectorTest.java2268 TrackSelection selection, TrackGroupArray trackGroups, Format expectedFormat) { in assertFixedSelection()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java4582 public String expectedFormat; in TestContext() field in DateFormatTest.TestContextItem
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java4585 public String expectedFormat; in TestContext() field in DateFormatTest.TestContextItem
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp4259 UnicodeString expectedFormat; member
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderMiscTests.cpp240 const auto expectedFormat = mapVkFormat(outputFormat); in verifyResult() local