Home
last modified time | relevance | path

Searched refs:MAX_SUPPORTED_FPS (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp96 #define MAX_SUPPORTED_FPS 120 macro
3042 (portDefn->format.video.xFramerate >> 16) <= MAX_SUPPORTED_FPS) in set_parameter()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp108 #define MAX_SUPPORTED_FPS 120 macro
2941 (portDefn->format.video.xFramerate >> 16) <= MAX_SUPPORTED_FPS) { in set_parameter()
Domx_vdec_hevc.cpp102 #define MAX_SUPPORTED_FPS 120 macro
2772 (portDefn->format.video.xFramerate >> 16) <= MAX_SUPPORTED_FPS) { in set_parameter()
Domx_vdec_hevc_swvdec.cpp87 #define MAX_SUPPORTED_FPS 120 macro
3413 (portDefn->format.video.xFramerate >> 16) <= MAX_SUPPORTED_FPS) in set_parameter()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp97 #define MAX_SUPPORTED_FPS 120 macro
3094 (portDefn->format.video.xFramerate >> 16) <= MAX_SUPPORTED_FPS) in set_parameter()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp98 #define MAX_SUPPORTED_FPS 120 macro
2751 (portDefn->format.video.xFramerate >> 16) <= MAX_SUPPORTED_FPS) { in set_parameter()
Domx_vdec_hevc_swvdec.cpp83 #define MAX_SUPPORTED_FPS 120 macro
3477 (portDefn->format.video.xFramerate >> 16) <= MAX_SUPPORTED_FPS) in set_parameter()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp99 #define MAX_SUPPORTED_FPS 240 macro
4356 … (portDefn->format.video.xFramerate >> 16) <= MAX_SUPPORTED_FPS) { in set_parameter()
5585 (config->nFps >> 16) <= MAX_SUPPORTED_FPS) { in set_config()