OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decodeToMemory
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
DecoderTestAacDrc.java
65
short[] decSamples =
decodeToMemory
(decParams, R.raw.sine_2ch_48khz_aot5_drclevel_mp4,
78
short[] decSamples =
decodeToMemory
(decParams, R.raw.sine_2ch_48khz_aot5_drcfull_mp4,
93
short[] decSamples =
decodeToMemory
(decParams, R.raw.sine_2ch_48khz_aot2_drchalf_mp4,
108
short[] decSamples =
decodeToMemory
(decParams, R.raw.sine_2ch_48khz_aot5_drcoff_mp4,
123
short[] decSamples =
decodeToMemory
(decParams, R.raw.sine_2ch_48khz_aot2_drcheavy_mp4,
136
short[] decSamples =
decodeToMemory
(decParams, R.raw.sine_2ch_48khz_aot5_drcclip_mp4,
323
short[] decSamples_def =
decodeToMemory
(decParams, R.raw.noise_2ch_48khz_aot42_19_lufs_mp4,
325
short[] decSamples_test =
decodeToMemory
(decParams, R.raw.noise_2ch_48khz_aot42_19_lufs_mp4,
397
private short[]
decodeToMemory
(AudioParameter audioParams, int testinput,
401
String localTag = TAG + "#
decodeToMemory
";
[
all
...]
DecoderTest.java
235
decodeToMemory
(R.raw.sinesweep51m4a, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, null);
240
decodeToMemory
(res, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, timestamps);
[
all
...]
Completed in 239 milliseconds