Home
last modified time | relevance | path

Searched refs:CHECK_ENUMERATION_RANGE (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXComponentDefines.h45 #define CHECK_ENUMERATION_RANGE(INDEX, RANGE)\ macro
DOMXVideoDecoderH263.cpp126 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count); in GetParamVideoH263ProfileLevel()
DOMXVideoDecoderMPEG4.cpp127 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count); in GetParamVideoMpeg4ProfileLevel()
DOMXVideoEncoderMPEG4.cpp261 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count); in GetParamVideoProfileLevelQuerySupported()
DOMXVideoEncoderH263.cpp263 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count); in GetParamVideoProfileLevelQuerySupported()
DOMXVideoDecoderAVC.cpp301 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count); in GetParamVideoAVCProfileLevel()
DOMXVideoEncoderAVC.cpp686 CHECK_ENUMERATION_RANGE(p->nProfileIndex,mPLTableCount); in GetParamVideoProfileLevelQuerySupported()
DOMXVideoEncoderBase.cpp425 CHECK_ENUMERATION_RANGE(p->nIndex, 2); in GetParamVideoPortFormat()
DOMXVideoDecoderBase.cpp790 CHECK_ENUMERATION_RANGE(p->nIndex, 1);
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DOMXVideoDecoderAVCSecure.cpp511 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count); in GetParamVideoAVCProfileLevel()