OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDecoderNames
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
DecoderConformanceTest.java
168
String[] decoderNames = MediaUtils.
getDecoderNames
(isGoog, format);
VideoDecoderPerfTest.java
302
String[] decoders = MediaUtils.
getDecoderNames
(isGoog, formats);
[
all
...]
DecoderTest.java
399
for (String decoderName: MediaUtils.
getDecoderNames
(mimeFormat)) {
[
all
...]
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
MediaBitstreamsDeviceSideTest.java
221
for (String name : MediaUtils.
getDecoderNames
(v, format)) {
/cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaUtils.java
231
public static String[]
getDecoderNames
(/* Nullable */ Boolean isGoog, MediaFormat... formats) {
235
public static String[]
getDecoderNames
(MediaFormat... formats) {
[
all
...]
/cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java
[
all
...]
Completed in 437 milliseconds