Home
last modified time | relevance | path

Searched refs:m_frame_dimensions_max (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp102 memset(&m_frame_dimensions_max, 0, sizeof(m_frame_dimensions_max)); in omx_swvdec()
2679 m_frame_dimensions_max.width = max_width; in set_adaptive_playback()
2680 m_frame_dimensions_max.height = max_height; in set_adaptive_playback()
2683 m_frame_dimensions_max.width, in set_adaptive_playback()
2684 m_frame_dimensions_max.height); in set_adaptive_playback()
3016 m_frame_dimensions_max.width) || in set_port_definition()
3018 m_frame_dimensions_max.height)) in set_port_definition()
3374 property.info.frame_dimensions.width = m_frame_dimensions_max.width; in set_adaptive_playback_swvdec()
3375 property.info.frame_dimensions.height = m_frame_dimensions_max.height; in set_adaptive_playback_swvdec()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp102 memset(&m_frame_dimensions_max, 0, sizeof(m_frame_dimensions_max)); in omx_swvdec()
2694 m_frame_dimensions_max.width = max_width; in set_adaptive_playback()
2695 m_frame_dimensions_max.height = max_height; in set_adaptive_playback()
2698 m_frame_dimensions_max.width, in set_adaptive_playback()
2699 m_frame_dimensions_max.height); in set_adaptive_playback()
3037 m_frame_dimensions_max.width) || in set_port_definition()
3039 m_frame_dimensions_max.height)) in set_port_definition()
3398 property.info.frame_dimensions.width = m_frame_dimensions_max.width; in set_adaptive_playback_swvdec()
3399 property.info.frame_dimensions.height = m_frame_dimensions_max.height; in set_adaptive_playback_swvdec()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp103 memset(&m_frame_dimensions_max, 0, sizeof(m_frame_dimensions_max)); in omx_swvdec()
2650 m_frame_dimensions_max.width = max_width; in set_adaptive_playback()
2651 m_frame_dimensions_max.height = max_height; in set_adaptive_playback()
2654 m_frame_dimensions_max.width, in set_adaptive_playback()
2655 m_frame_dimensions_max.height); in set_adaptive_playback()
2993 m_frame_dimensions_max.width) || in set_port_definition()
2995 m_frame_dimensions_max.height)) in set_port_definition()
3354 property.info.frame_dimensions.width = m_frame_dimensions_max.width; in set_adaptive_playback_swvdec()
3355 property.info.frame_dimensions.height = m_frame_dimensions_max.height; in set_adaptive_playback_swvdec()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h282 FRAME_DIMENSIONS m_frame_dimensions_max; variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h282 FRAME_DIMENSIONS m_frame_dimensions_max; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h270 FRAME_DIMENSIONS m_frame_dimensions_max; variable