Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java117 class CodecConfig { class in StagefrightTest
126 public CodecConfig setVideoParams(int initWidth, int initHeight) { in setVideoParams()
133 public CodecConfig setAudioParams(int sampleRate, int channelCount) { in setAudioParams()
1785 CodecConfig codecConfig = new CodecConfig().setAudioParams(48000, 8); in testStagefright_cve_2018_9531()
2797 CodecConfig codecConfig = new CodecConfig().setVideoParams(initWidth, initHeight); in doStagefrightTestRawBlob()
2801 private void doStagefrightTestRawBlob(int rid, String mime, CodecConfig codecConfig, in doStagefrightTestRawBlob()