Searched refs:CHECK_ENUMERATION_RANGE (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/common/omx-components/videocodec/ |
D | OMXComponentDefines.h | 45 #define CHECK_ENUMERATION_RANGE(INDEX, RANGE)\ macro
|
D | OMXVideoDecoderH263.cpp | 126 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count); in GetParamVideoH263ProfileLevel()
|
D | OMXVideoDecoderMPEG4.cpp | 127 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count); in GetParamVideoMpeg4ProfileLevel()
|
D | OMXVideoEncoderMPEG4.cpp | 261 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count); in GetParamVideoProfileLevelQuerySupported()
|
D | OMXVideoEncoderH263.cpp | 263 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count); in GetParamVideoProfileLevelQuerySupported()
|
D | OMXVideoDecoderAVC.cpp | 301 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count); in GetParamVideoAVCProfileLevel()
|
D | OMXVideoEncoderAVC.cpp | 686 CHECK_ENUMERATION_RANGE(p->nProfileIndex,mPLTableCount); in GetParamVideoProfileLevelQuerySupported()
|
D | OMXVideoEncoderBase.cpp | 425 CHECK_ENUMERATION_RANGE(p->nIndex, 2); in GetParamVideoPortFormat()
|
D | OMXVideoDecoderBase.cpp | 790 CHECK_ENUMERATION_RANGE(p->nIndex, 1);
|
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
D | OMXVideoDecoderAVCSecure.cpp | 511 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count); in GetParamVideoAVCProfileLevel()
|