Searched defs:SetParamVideoAVCProfileLevel (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderAVC.cpp233 AddHandler(OMX_IndexParamVideoProfileLevelQuerySupported, GetParamVideoAVCProfileLevel, SetParamVideoAVCProfileLevel);
309 OMX_ERRORTYPE OMXVideoDecoderAVC::SetParamVideoAVCProfileLevel(OMX_PTR) { function in class:OMXVideoDecoderAVC
310 LOGW("SetParamVideoAVCProfileLevel is not supported.");
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DOMXVideoDecoderAVCSecure.cpp467 AddHandler(OMX_IndexParamVideoProfileLevelQuerySupported, GetParamVideoAVCProfileLevel, SetParamVideoAVCProfileLevel);
519 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::SetParamVideoAVCProfileLevel(OMX_PTR pStructure) { function in class:OMXVideoDecoderAVCSecure
520 ALOGW("SetParamVideoAVCProfileLevel is not supported.");

Completed in 169 milliseconds