Home
last modified time | relevance | path

Searched refs:m_client_hdr_info (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1055 DescribeHDRStaticInfoParams m_client_hdr_info; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp773 memset(&m_client_hdr_info, 0, sizeof(DescribeHDRStaticInfoParams)); in omx_vdec()
839 m_client_hdr_info.nPortIndex = (OMX_U32)OMX_CORE_INPUT_PORT_INDEX; in omx_vdec()
5482 print_debug_hdr_color_info(&(m_client_hdr_info.sInfo), "GetConfig Client HDR"); in get_config()
5487 memcpy(&m_client_hdr_info.sInfo, in get_config()
5492 memcpy(&(params->sInfo), &(m_client_hdr_info.sInfo), sizeof(HDRStaticInfo)); in get_config()
5745 memcpy(&m_client_hdr_info, params, sizeof(DescribeHDRStaticInfoParams)); in set_config()
11766 print_debug_hdr_color_info(&(m_client_hdr_info.sInfo), "Client"); in handle_extradata()