Home
last modified time | relevance | path

Searched refs:codecConfig (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp216 bool codecConfig = ((work->worklets.front()->output.flags & in handleWorkDone() local
218 if (!codecConfig && !work->worklets.front()->output.buffers.empty()) { in handleWorkDone()
441 bool codecConfig = flags ? ((1 << (flags - 1)) & C2FrameData::FLAG_CODEC_CONFIG) != 0 : 0; in populateInfoVector() local
442 if (codecConfig) { in populateInfoVector()
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java1785 CodecConfig codecConfig = new CodecConfig().setAudioParams(48000, 8); in testStagefright_cve_2018_9531() local
1786 doStagefrightTestRawBlob(R.raw.cve_2018_9531_aac, "audio/mp4a-latm", codecConfig, in testStagefright_cve_2018_9531()
2797 CodecConfig codecConfig = new CodecConfig().setVideoParams(initWidth, initHeight); in doStagefrightTestRawBlob() local
2798 doStagefrightTestRawBlob(rid, mime, codecConfig, frameSizes, config); in doStagefrightTestRawBlob()
2801 private void doStagefrightTestRawBlob(int rid, String mime, CodecConfig codecConfig, in doStagefrightTestRawBlob() argument
2875 if (codecConfig.isAudio) { in doStagefrightTestRawBlob()
2876 format = MediaFormat.createAudioFormat(mime, codecConfig.sampleRate, in doStagefrightTestRawBlob()
2877 codecConfig.channelCount); in doStagefrightTestRawBlob()
2879 format = MediaFormat.createVideoFormat(mime, codecConfig.initWidth, in doStagefrightTestRawBlob()
2880 codecConfig.initHeight); in doStagefrightTestRawBlob()
[all …]