Searched defs:codecConfig (Results 1 – 7 of 7) sorted by relevance
156 JSONObject codecConfig = codecConfigs.getJSONObject(i); in parseEncoderConfigurationFile() local
216 bool codecConfig = ((work->worklets.front()->output.flags & in handleWorkDone() local441 bool codecConfig = flags ? ((1 << (flags - 1)) & C2FrameData::FLAG_CODEC_CONFIG) != 0 : 0; in populateInfoVector() local
400 BluetoothLeAudioCodecConfig codecConfig = in setCodecConfigPreference() local
246 JSONObject codecConfig = codecConfigs.getJSONObject(i); in testEncoding() local
424 JSONObject codecConfig = codecConfigs.getJSONObject(i); in testEncoding() local
1787 CodecConfig codecConfig = new CodecConfig().setAudioParams(48000, 8); in testStagefright_cve_2018_9531() local2921 CodecConfig codecConfig = new CodecConfig().setVideoParams(initWidth, initHeight); in doStagefrightTestRawBlob() local2925 private void doStagefrightTestRawBlob(int rid, String mime, CodecConfig codecConfig, in doStagefrightTestRawBlob()