Home
last modified time | relevance | path

Searched defs: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
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.java1785 CodecConfig codecConfig = new CodecConfig().setAudioParams(48000, 8); in testStagefright_cve_2018_9531() local
2797 CodecConfig codecConfig = new CodecConfig().setVideoParams(initWidth, initHeight); in doStagefrightTestRawBlob() local
2801 private void doStagefrightTestRawBlob(int rid, String mime, CodecConfig codecConfig, in doStagefrightTestRawBlob()