Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h457 OMX_U32 dpb_bit_depth; member
635 int dpb_bit_depth; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h473 int dpb_bit_depth; variable
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp226 omx->dpb_bit_depth = ptr[MSM_VIDC_BIT_DEPTH]; in async_message_thread()
1391 port_data.dpb_bit_depth = pThis->dpb_bit_depth; in process_event_cb()
1907 dpb_bit_depth = MSM_VIDC_BIT_DEPTH_8; in component_init()
7117 if (dpb_bit_depth == MSM_VIDC_BIT_DEPTH_10) { in fix_drv_output_format()
7127 if (dpb_bit_depth == MSM_VIDC_BIT_DEPTH_10) { in fix_drv_output_format()
7281 … ((dpb_bit_depth == MSM_VIDC_BIT_DEPTH_10 && (m_thumbnail_yuv_output & THUMBNAIL_YUV420P_10BIT)) || in update_portdef()
7282 … (dpb_bit_depth == MSM_VIDC_BIT_DEPTH_8 && (m_thumbnail_yuv_output & THUMBNAIL_YUV420P_8BIT)))) { in update_portdef()
7941 (dpb_bit_depth == MSM_VIDC_BIT_DEPTH_8)) { in get_preferred_color_aspects()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h484 int dpb_bit_depth; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h668 int dpb_bit_depth; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp247 omx->dpb_bit_depth = ptr[3]; in async_message_thread()
1046 dpb_bit_depth == MSM_VIDC_BIT_DEPTH_10; in decide_dpb_buffer_mode()
1092 if (dpb_bit_depth == MSM_VIDC_BIT_DEPTH_8) { in decide_dpb_buffer_mode()
1127 } else if (dpb_bit_depth == MSM_VIDC_BIT_DEPTH_10) { in decide_dpb_buffer_mode()
1133 if (dpb_bit_depth == MSM_VIDC_BIT_DEPTH_8) { in decide_dpb_buffer_mode()
1142 } else if (dpb_bit_depth == MSM_VIDC_BIT_DEPTH_10) { in decide_dpb_buffer_mode()
1883 frame_data[4] = pThis->dpb_bit_depth; in process_event_cb()
2497 dpb_bit_depth = MSM_VIDC_BIT_DEPTH_8; in component_init()