Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Video.h772 OMX_VIDEO_AVCProfileHigh422 = 0x20, /**< High 4:2:2 profile */ enumerator
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_Video.h776 OMX_VIDEO_AVCProfileHigh422 = 0x20, /**< High 4:2:2 profile */ enumerator
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Video.h776 OMX_VIDEO_AVCProfileHigh422 = 0x20, /**< High 4:2:2 profile */ enumerator
DOMX_QCOMExtns.h1372 QOMX_VIDEO_AVCProfileHigh422 = OMX_VIDEO_AVCProfileHigh422,
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Video.h776 OMX_VIDEO_AVCProfileHigh422 = 0x20, /**< High 4:2:2 profile */ enumerator
DOMX_QCOMExtns.h1178 QOMX_VIDEO_AVCProfileHigh422 = OMX_VIDEO_AVCProfileHigh422,
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp1932 else if(eProfile == OMX_VIDEO_AVCProfileHigh422) in venc_set_profile_level()
2712 *eProfile = OMX_VIDEO_AVCProfileHigh422; in venc_get_profile_level()
2869 *eProfile = OMX_VIDEO_AVCProfileHigh422; in venc_validate_profile_level()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp3415 } else if (eProfile == OMX_VIDEO_AVCProfileHigh422) { in venc_set_profile_level()
5057 *eProfile = OMX_VIDEO_AVCProfileHigh422; in venc_get_profile_level()
5326 *eProfile = OMX_VIDEO_AVCProfileHigh422; in venc_validate_profile_level()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp4564 } else if (eProfile == OMX_VIDEO_AVCProfileHigh422) { in venc_set_profile_level()
6620 *eProfile = OMX_VIDEO_AVCProfileHigh422; in venc_get_profile_level()
6892 *eProfile = OMX_VIDEO_AVCProfileHigh422; in venc_validate_profile_level()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp3971 pParam->eProfile = OMX_VIDEO_AVCProfileHigh422; in get_parameter()