Home
last modified time | relevance | path

Searched refs:supportedFormat (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/gl_tests/
DCopyCompressedTextureTest.cpp193 for (const auto &supportedFormat : supportedFormats) in TEST_P() local
200 glCompressedTexImage2D(GL_TEXTURE_2D, 0, supportedFormat.format, 4, 4, 0, in TEST_P()
201 supportedFormat.dataSize, supportedFormat.data); in TEST_P()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelectorTest.java446 Format supportedFormat = formatBuilder.setId("supportedFormat").build(); in selectTracksPreferTrackWithinCapabilities() local
448 TrackGroupArray trackGroups = wrapFormats(exceededFormat, supportedFormat); in selectTracksPreferTrackWithinCapabilities()
451 mappedCapabilities.put(supportedFormat.id, FORMAT_HANDLED); in selectTracksPreferTrackWithinCapabilities()
462 assertFixedSelection(result.selections.get(0), trackGroups, supportedFormat); in selectTracksPreferTrackWithinCapabilities()
513 Format supportedFormat = formatBuilder.setId("supportedFormat").setSelectionFlags(0).build(); in selectTracksPreferTrackWithinCapabilitiesOverSelectionFlag() local
514 TrackGroupArray trackGroups = wrapFormats(exceededWithSelectionFlagFormat, supportedFormat); in selectTracksPreferTrackWithinCapabilitiesOverSelectionFlag()
517 mappedCapabilities.put(supportedFormat.id, FORMAT_HANDLED); in selectTracksPreferTrackWithinCapabilitiesOverSelectionFlag()
528 assertFixedSelection(result.selections.get(0), trackGroups, supportedFormat); in selectTracksPreferTrackWithinCapabilitiesOverSelectionFlag()