Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeAudioTest.java352 BluetoothLeAudioCodecConfig codecConfig = in test_setCodecConfigPreference() 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/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()