Home
last modified time | relevance | path

Searched refs:setFrameType (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h235 OMX_ERRORTYPE setFrameType(IV_PICTURE_CODING_TYPE_T e_frame_type);
H A DSoftAVCEnc.cpp325 OMX_ERRORTYPE SoftAVC::setFrameType(IV_PICTURE_CODING_TYPE_T e_frame_type) { in setFrameType() function in android::SoftAVC
1370 setFrameType(IV_IDR_FRAME); in onQueueFilled()
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcEnc.h221 c2_status_t setFrameType(IV_PICTURE_CODING_TYPE_T e_frame_type);
H A DC2SoftAvcEnc.cpp788 c2_status_t C2SoftAvcEnc::setFrameType(IV_PICTURE_CODING_TYPE_T e_frame_type) { in setFrameType() function in android::C2SoftAvcEnc
1750 setFrameType(IV_IDR_FRAME); in process()