Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h473 int dpb_bit_depth; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h484 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()
1045 dpb_bit_depth == MSM_VIDC_BIT_DEPTH_10; in decide_dpb_buffer_mode()
1091 if (dpb_bit_depth == MSM_VIDC_BIT_DEPTH_8) { in decide_dpb_buffer_mode()
1126 } else if (dpb_bit_depth == MSM_VIDC_BIT_DEPTH_10) { in decide_dpb_buffer_mode()
1132 if (dpb_bit_depth == MSM_VIDC_BIT_DEPTH_8) { in decide_dpb_buffer_mode()
1141 } else if (dpb_bit_depth == MSM_VIDC_BIT_DEPTH_10) { in decide_dpb_buffer_mode()
1882 frame_data[4] = pThis->dpb_bit_depth; in process_event_cb()
2496 dpb_bit_depth = MSM_VIDC_BIT_DEPTH_8; in component_init()