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.java105 class CodecConfig { class in StagefrightTest
114 public CodecConfig setVideoParams(int initWidth, int initHeight) { in setVideoParams()
121 public CodecConfig setAudioParams(int sampleRate, int channelCount) { in setAudioParams()
1787 CodecConfig codecConfig = new CodecConfig().setAudioParams(48000, 8); in testStagefright_cve_2018_9531()
2921 CodecConfig codecConfig = new CodecConfig().setVideoParams(initWidth, initHeight); in doStagefrightTestRawBlob()
2925 private void doStagefrightTestRawBlob(int rid, String mime, CodecConfig codecConfig, in doStagefrightTestRawBlob()