OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outputivffilename
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java
112
decode(params.
outputIvfFilename
, null, FPS, params.forceGoogleEncoder);
148
decode(params.
outputIvfFilename
, OUTPUT_YUV, FPS, params.forceGoogleEncoder);
172
decode(params.
outputIvfFilename
, OUTPUT_YUV, FPS, params.forceGoogleEncoder);
337
final String inputIvfFilename = params.
outputIvfFilename
;
379
params.
outputIvfFilename
= SDCARD_DIR + File.separator + ENCODED_IVF_BASE + "_copy.ivf";
441
decode(params.
outputIvfFilename
, OUTPUT_YUV, FPS, params.forceGoogleEncoder);
Vp8CodecTestBase.java
199
public String
outputIvfFilename
;
261
params.
outputIvfFilename
= SDCARD_DIR + File.separator +
[
all
...]
Completed in 79 milliseconds