Home
last modified time | relevance | path

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

/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_vidc_dec.h556 struct vdec_picsize picsize; member
/hardware/qcom/msm8994/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/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/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp184 vdec_msg.msgdata.output_frame.picsize.frame_width = plane[0].reserved[6]; in async_message_thread()
185 vdec_msg.msgdata.output_frame.picsize.frame_height = plane[0].reserved[7]; in async_message_thread()
7622 …| (omx->drv_ctx.video_resolution.frame_width != vdec_msg->msgdata.output_frame.picsize.frame_width) in async_message_process()
7623 …>drv_ctx.video_resolution.frame_height != vdec_msg->msgdata.output_frame.picsize.frame_height) )) { in async_message_process()
7631 … omxhdr->nFilledLen, vdec_msg->msgdata.output_frame.picsize.frame_width, in async_message_process()
7632 vdec_msg->msgdata.output_frame.picsize.frame_height, in async_message_process()
7639 vdec_msg->msgdata.output_frame.picsize.frame_width; in async_message_process()
7641 vdec_msg->msgdata.output_frame.picsize.frame_height; in async_message_process()