Searched refs:clearSync (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomEnc.cpp | 417 C2StreamRequestSyncFrameTuning::output clearSync(0u, C2_FALSE); in onStop() local 419 mIntf->config({ &clearSync }, C2_MAY_BLOCK, &failures); in onStop() 1037 C2StreamRequestSyncFrameTuning::output clearSync(0u, C2_FALSE); in process() local 1039 mIntf->config({&clearSync}, C2_MAY_BLOCK, &failures); in process()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxEnc.cpp | 1002 C2StreamRequestSyncFrameTuning::output clearSync(0u, C2_FALSE); in process() local 1004 mIntf->config({ &clearSync }, C2_MAY_BLOCK, &failures); in process()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.cpp | 1201 C2StreamRequestSyncFrameTuning::output clearSync(0u, C2_FALSE); in process() local 1203 mIntf->config({ &clearSync }, C2_MAY_BLOCK, &failures); in process()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcEnc.cpp | 1781 C2StreamRequestSyncFrameTuning::output clearSync(0u, C2_FALSE); in process() local 1783 mIntf->config({ &clearSync }, C2_MAY_BLOCK, &failures); in process()
|