Home
last modified time | relevance | path

Searched refs:picsize (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/msm8998/original-kernel-headers/linux/
Dmsm_vidc_dec.h566 struct vdec_picsize picsize; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_vidc_dec.h521 struct vdec_picsize picsize; member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_vidc_dec.h521 struct vdec_picsize picsize; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_vidc_dec.h529 struct vdec_picsize picsize; member
/hardware/qcom/msm8998/kernel-headers/linux/
Dmsm_vidc_dec.h531 struct vdec_picsize picsize; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_vidc_dec.h556 struct vdec_picsize picsize; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_vidc_dec.h562 struct vdec_picsize picsize; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_vidc_dec.h556 struct vdec_picsize picsize; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp243 vdec_msg.msgdata.output_frame.picsize.frame_height = ptr[0]; in async_message_thread()
244 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1]; in async_message_thread()
9332 … vdec_msg->msgdata.output_frame.picsize.frame_width = omx->m_extradata_info.output_width; in async_message_process()
9333 … vdec_msg->msgdata.output_frame.picsize.frame_height = omx->m_extradata_info.output_height; in async_message_process()
9340 … vdec_msg->msgdata.output_frame.picsize.frame_width = plane[0].reserved[6]; in async_message_process()
9341 … vdec_msg->msgdata.output_frame.picsize.frame_height = plane[0].reserved[7]; in async_message_process()
9349 … omx->m_extradata_info.output_width = vdec_msg->msgdata.output_frame.picsize.frame_width; in async_message_process()
9350 … omx->m_extradata_info.output_height = vdec_msg->msgdata.output_frame.picsize.frame_height; in async_message_process()
9382 …| (omx->drv_ctx.video_resolution.frame_width != vdec_msg->msgdata.output_frame.picsize.frame_width) in async_message_process()
9383 …>drv_ctx.video_resolution.frame_height != vdec_msg->msgdata.output_frame.picsize.frame_height) )) { in async_message_process()
[all …]