Home
last modified time | relevance | path

Searched refs:framesize (Results 1 – 25 of 27) sorted by relevance

12

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Ddecoder_driver_test.c958 outputframe->framesize.bottom = \ in async_thread()
959 vdec_msg.msgdata.output_frame.framesize.bottom; in async_thread()
960 outputframe->framesize.left = \ in async_thread()
961 vdec_msg.msgdata.output_frame.framesize.left; in async_thread()
962 outputframe->framesize.right = \ in async_thread()
963 vdec_msg.msgdata.output_frame.framesize.right; in async_thread()
964 outputframe->framesize.top = \ in async_thread()
965 vdec_msg.msgdata.output_frame.framesize.top; in async_thread()
966 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize; in async_thread()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c1021 outputframe->framesize.bottom = \ in async_thread()
1022 vdec_msg.msgdata.output_frame.framesize.bottom; in async_thread()
1023 outputframe->framesize.left = \ in async_thread()
1024 vdec_msg.msgdata.output_frame.framesize.left; in async_thread()
1025 outputframe->framesize.right = \ in async_thread()
1026 vdec_msg.msgdata.output_frame.framesize.right; in async_thread()
1027 outputframe->framesize.top = \ in async_thread()
1028 vdec_msg.msgdata.output_frame.framesize.top; in async_thread()
1029 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize; in async_thread()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp169 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
170 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread()
171 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; in async_message_thread()
172 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; in async_message_thread()
7424 …if ((vdec_msg->msgdata.output_frame.framesize.bottom != omx->drv_ctx.video_resolution.frame_height… in async_message_process()
7425 … (vdec_msg->msgdata.output_frame.framesize.right != omx->drv_ctx.video_resolution.frame_width)) { in async_message_process()
7427 … omx->drv_ctx.video_resolution.frame_height = vdec_msg->msgdata.output_frame.framesize.bottom; in async_message_process()
7428 … omx->drv_ctx.video_resolution.frame_width = vdec_msg->msgdata.output_frame.framesize.right; in async_message_process()
7433 vdec_msg->msgdata.output_frame.framesize.left) in async_message_process()
7434 … || ((unsigned)omx->rectangle.nTop != vdec_msg->msgdata.output_frame.framesize.top) in async_message_process()
[all …]
Domx_vdec_msm8974.cpp180 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
181 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread()
182 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; in async_message_thread()
183 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; in async_message_thread()
1260 (pThis->framesize.nWidth != in process_event_cb()
1262 (pThis->framesize.nHeight != in process_event_cb()
1266 pThis->framesize.nWidth, in process_event_cb()
1267 pThis->framesize.nHeight, in process_event_cb()
1272 pThis->framesize.nWidth = in process_event_cb()
1274 pThis->framesize.nHeight = in process_event_cb()
[all …]
Domx_vdec_hevc.cpp177 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
178 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread()
179 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; in async_message_thread()
180 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; in async_message_thread()
6190 vdec_msg->msgdata.output_frame.framesize.left) in async_message_process()
6191 … || ((unsigned)omx->rectangle.nTop != vdec_msg->msgdata.output_frame.framesize.top) in async_message_process()
6192 … || (omx->rectangle.nWidth != vdec_msg->msgdata.output_frame.framesize.right) in async_message_process()
6193 … || (omx->rectangle.nHeight != vdec_msg->msgdata.output_frame.framesize.bottom))) { in async_message_process()
6194 omx->rectangle.nLeft = vdec_msg->msgdata.output_frame.framesize.left; in async_message_process()
6195 omx->rectangle.nTop = vdec_msg->msgdata.output_frame.framesize.top; in async_message_process()
[all …]
Domx_vdec.cpp6678 output_respbuf->framesize.bottom = in async_message_process()
6679 vdec_msg->msgdata.output_frame.framesize.bottom; in async_message_process()
6680 output_respbuf->framesize.left = in async_message_process()
6681 vdec_msg->msgdata.output_frame.framesize.left; in async_message_process()
6682 output_respbuf->framesize.right = in async_message_process()
6683 vdec_msg->msgdata.output_frame.framesize.right; in async_message_process()
6684 output_respbuf->framesize.top = in async_message_process()
6685 vdec_msg->msgdata.output_frame.framesize.top; in async_message_process()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp164 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
165 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread()
166 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; in async_message_thread()
167 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; in async_message_thread()
7639 …if ((vdec_msg->msgdata.output_frame.framesize.bottom != omx->drv_ctx.video_resolution.frame_height… in async_message_process()
7640 … (vdec_msg->msgdata.output_frame.framesize.right != omx->drv_ctx.video_resolution.frame_width)) { in async_message_process()
7642 … omx->drv_ctx.video_resolution.frame_height = vdec_msg->msgdata.output_frame.framesize.bottom; in async_message_process()
7643 … omx->drv_ctx.video_resolution.frame_width = vdec_msg->msgdata.output_frame.framesize.right; in async_message_process()
7648 vdec_msg->msgdata.output_frame.framesize.left) in async_message_process()
7649 … || ((unsigned)omx->rectangle.nTop != vdec_msg->msgdata.output_frame.framesize.top) in async_message_process()
[all …]
Domx_vdec_v4l2.cpp198 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
199 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread()
200 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; in async_message_thread()
201 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; in async_message_thread()
1586 (pThis->framesize.nWidth != in process_event_cb()
1588 (pThis->framesize.nHeight != in process_event_cb()
1592 pThis->framesize.nWidth, in process_event_cb()
1593 pThis->framesize.nHeight, in process_event_cb()
1598 pThis->framesize.nWidth = in process_event_cb()
1600 pThis->framesize.nHeight = in process_event_cb()
[all …]
Domx_vdec_hevc.cpp173 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
174 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread()
175 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; in async_message_thread()
176 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; in async_message_thread()
6154 vdec_msg->msgdata.output_frame.framesize.left) in async_message_process()
6155 … || ((unsigned)omx->rectangle.nTop != vdec_msg->msgdata.output_frame.framesize.top) in async_message_process()
6156 … || (omx->rectangle.nWidth != vdec_msg->msgdata.output_frame.framesize.right) in async_message_process()
6157 … || (omx->rectangle.nHeight != vdec_msg->msgdata.output_frame.framesize.bottom))) { in async_message_process()
6158 omx->rectangle.nLeft = vdec_msg->msgdata.output_frame.framesize.left; in async_message_process()
6159 omx->rectangle.nTop = vdec_msg->msgdata.output_frame.framesize.top; in async_message_process()
[all …]
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp1768 (pThis->framesize.nWidth != in process_event_cb()
1770 (pThis->framesize.nHeight != in process_event_cb()
1774 pThis->framesize.nWidth, in process_event_cb()
1775 pThis->framesize.nHeight, in process_event_cb()
1780 pThis->framesize.nWidth = in process_event_cb()
1782 pThis->framesize.nHeight = in process_event_cb()
2492 memset(&framesize, 0, sizeof(OMX_FRAMESIZETYPE)); in component_init()
2493 framesize.nWidth = drv_ctx.video_resolution.frame_width; in component_init()
2494 framesize.nHeight = drv_ctx.video_resolution.frame_height; in component_init()
8205 dim.sliceWidth = framesize.nWidth; in fill_buffer_done()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp1777 (pThis->framesize.nWidth != in process_event_cb()
1779 (pThis->framesize.nHeight != in process_event_cb()
1783 pThis->framesize.nWidth, in process_event_cb()
1784 pThis->framesize.nHeight, in process_event_cb()
1789 pThis->framesize.nWidth = in process_event_cb()
1791 pThis->framesize.nHeight = in process_event_cb()
2072 OMX_U32 framesize; in log_input_buffers() member
2076 vpx_frame_header.framesize = buffer_len; in log_input_buffers()
2609 memset(&framesize, 0, sizeof(OMX_FRAMESIZETYPE)); in component_init()
2610 framesize.nWidth = drv_ctx.video_resolution.frame_width; in component_init()
[all …]
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_vidc_dec.h557 struct vdec_framesize framesize; member
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dmsm_vidc_dec.h567 struct vdec_framesize framesize; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_vidc_dec.h554 struct vdec_framesize framesize; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_vidc_dec.h530 struct vdec_framesize framesize; member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_vidc_dec.h522 struct vdec_framesize framesize; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_vidc_dec.h563 struct vdec_framesize framesize; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_vidc_dec.h557 struct vdec_framesize framesize; member
/hardware/qcom/msm8998/kernel-headers/linux/
Dmsm_vidc_dec.h532 struct vdec_framesize framesize; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_vidc_dec.h522 struct vdec_framesize framesize; member
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_vidc_dec.h516 struct vdec_framesize framesize; member
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp6899 … if (omxhdr->nFilledLen && ((omx->rectangle.nLeft != vdec_msg->msgdata.output_frame.framesize.left) in async_message_process()
6900 || (omx->rectangle.nTop != vdec_msg->msgdata.output_frame.framesize.top) in async_message_process()
6901 || (omx->rectangle.nWidth != vdec_msg->msgdata.output_frame.framesize.right) in async_message_process()
6902 || (omx->rectangle.nHeight != vdec_msg->msgdata.output_frame.framesize.bottom))) in async_message_process()
6907 omx->rectangle.nLeft = vdec_msg->msgdata.output_frame.framesize.left; in async_message_process()
6908 omx->rectangle.nTop = vdec_msg->msgdata.output_frame.framesize.top; in async_message_process()
6909 omx->rectangle.nWidth = vdec_msg->msgdata.output_frame.framesize.right; in async_message_process()
6910 omx->rectangle.nHeight = vdec_msg->msgdata.output_frame.framesize.bottom; in async_message_process()
6919 output_respbuf->framesize.bottom = in async_message_process()
6920 vdec_msg->msgdata.output_frame.framesize.bottom; in async_message_process()
[all …]
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h408 struct vdec_framesize framesize; member
1168 OMX_FRAMESIZETYPE framesize; variable
/hardware/qcom/media/msm8996/videopp/inc/
Domx_vdpp.h319 struct vdpp_framesize framesize; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h954 OMX_FRAMESIZETYPE framesize; variable

12