Home
last modified time | relevance | path

Searched refs:OMX_VIDEO_AVCProfileConstrainedHigh (Results 1 – 22 of 22) sorted by relevance

/aosp12/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_VideoExt.h64 OMX_VIDEO_AVCProfileConstrainedHigh = 0x80000, /**< Constrained high profile */ enumerator
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_VideoExt.h64 OMX_VIDEO_AVCProfileConstrainedHigh = 0x80000, /**< Constrained high profile */ enumerator
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_VideoExt.h64 OMX_VIDEO_AVCProfileConstrainedHigh = 0x80000, /**< Constrained high profile */ enumerator
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/
H A DOMX_VideoExt.h64 OMX_VIDEO_AVCProfileConstrainedHigh = 0x80000, /**< Constrained high profile */ enumerator
H A DOMX_QCOMExtns.h1518 QOMX_VIDEO_AVCProfileConstrainedHigh = OMX_VIDEO_AVCProfileConstrainedHigh,
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/
H A DOMX_VideoExt.h64 OMX_VIDEO_AVCProfileConstrainedHigh = 0x80000, /**< Constrained high profile */ enumerator
H A DOMX_QCOMExtns.h1579 QOMX_VIDEO_AVCProfileConstrainedHigh = OMX_VIDEO_AVCProfileConstrainedHigh,
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/
H A DOMX_VideoExt.h64 OMX_VIDEO_AVCProfileConstrainedHigh = 0x80000, /**< Constrained high profile */ enumerator
H A DOMX_QCOMExtns.h1698 QOMX_VIDEO_AVCProfileConstrainedHigh = OMX_VIDEO_AVCProfileConstrainedHigh,
/aosp12/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_VideoExt.h64 OMX_VIDEO_AVCProfileConstrainedHigh = 0x80000, /**< Constrained high profile */ enumerator
H A DOMX_AsString.h943 case OMX_VIDEO_AVCProfileConstrainedHigh: return "ConstrainedHigh";
/aosp12/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp57 { OMX_VIDEO_AVCProfileConstrainedHigh, OMX_VIDEO_AVCLevel52 },
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2_params.cpp326 pParam->eProfile = OMX_VIDEO_AVCProfileConstrainedHigh; in get_parameter()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp971 … (pParam->eProfile == (OMX_VIDEO_AVCPROFILETYPE)OMX_VIDEO_AVCProfileConstrainedHigh)) { in set_parameter()
/aosp12/frameworks/av/media/libstagefright/
H A DUtils.cpp227 codecProfile = (OMX_VIDEO_AVCPROFILETYPE)OMX_VIDEO_AVCProfileConstrainedHigh; in parseAvcProfileLevelFromAvcc()
H A DACodec.cpp4464 case OMX_VIDEO_AVCProfileConstrainedHigh: in getAVCLevelFor()
9027 caps->addProfileLevel(OMX_VIDEO_AVCProfileConstrainedHigh, param.eLevel); in queryCapabilities()
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp5144 eProfile == OMX_VIDEO_AVCProfileConstrainedHigh) { in venc_set_profile_level()
7740 (*eProfile != OMX_VIDEO_AVCProfileConstrainedHigh) && in venc_validate_profile_level()
H A Domx_video_base.cpp4779 profileLevelType->eProfile = OMX_VIDEO_AVCProfileConstrainedHigh; in get_supported_profile_level()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp4629 profileLevelType->eProfile = OMX_VIDEO_AVCProfileConstrainedHigh; in get_supported_profile_level()
H A Dvideo_encoder_device_v4l2.cpp4561 eProfile == OMX_VIDEO_AVCProfileConstrainedHigh) { in venc_set_profile_level()
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp3615 profileLevelType->eProfile = OMX_VIDEO_AVCProfileConstrainedHigh; in get_supported_profile_level()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp4002 pParam->eProfile = OMX_VIDEO_AVCProfileConstrainedHigh; in get_parameter()