Home
last modified time | relevance | path

Searched defs:codecConfig (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/videoencodingminimum/app/src/android/videoencodingmin/app/
DVideoTranscoderTest.java156 JSONObject codecConfig = codecConfigs.getJSONObject(i); in parseEncoderConfigurationFile() local
/cts/hostsidetests/mediapc/videoencodingquality/app/src/android/videoencoding/app/
DVideoTranscoderTest.java156 JSONObject codecConfig = codecConfigs.getJSONObject(i); in parseEncoderConfigurationFile() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp216 bool codecConfig = ((work->worklets.front()->output.flags & in handleWorkDone() local
441 bool codecConfig = flags ? ((1 << (flags - 1)) & C2FrameData::FLAG_CODEC_CONFIG) != 0 : 0; in populateInfoVector() local
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeAudioTest.java400 BluetoothLeAudioCodecConfig codecConfig = in setCodecConfigPreference() local
/cts/hostsidetests/videoencodingminimum/src/android/videoqualityfloor/cts/
DCtsVideoQualityFloorHostTest.java246 JSONObject codecConfig = codecConfigs.getJSONObject(i); in testEncoding() local
/cts/hostsidetests/mediapc/videoencodingquality/src/
DCtsVideoEncodingQualityHostTest.java424 JSONObject codecConfig = codecConfigs.getJSONObject(i); in testEncoding() local
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java1787 CodecConfig codecConfig = new CodecConfig().setAudioParams(48000, 8); in testStagefright_cve_2018_9531() local
2921 CodecConfig codecConfig = new CodecConfig().setVideoParams(initWidth, initHeight); in doStagefrightTestRawBlob() local
2925 private void doStagefrightTestRawBlob(int rid, String mime, CodecConfig codecConfig, in doStagefrightTestRawBlob()