Searched refs:CodecConfig (Results 1 – 1 of 1) sorted by relevance
105 class CodecConfig { class in StagefrightTest114 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()