Searched refs:rectangle (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 1282 pThis->rectangle.nLeft = pThis->drv_ctx.frame_size.left; in process_event_cb() 1283 pThis->rectangle.nTop = pThis->drv_ctx.frame_size.top; in process_event_cb() 1284 … pThis->rectangle.nWidth = pThis->drv_ctx.frame_size.right; in process_event_cb() 1285 … pThis->rectangle.nHeight = pThis->drv_ctx.frame_size.bottom; in process_event_cb() 1288 if (pThis->rectangle.nLeft + pThis->rectangle.nWidth > in process_event_cb() 1292 … pThis->rectangle.nLeft, pThis->rectangle.nWidth, in process_event_cb() 1294 pThis->rectangle.nLeft = 0; in process_event_cb() 1296 if (pThis->rectangle.nWidth > in process_event_cb() 1300 pThis->rectangle.nWidth, in process_event_cb() 1302 pThis->rectangle.nWidth = in process_event_cb() [all …]
|
D | omx_vdec_hevc.cpp | 1208 rectangle.nLeft = 0; in update_resolution() 1209 rectangle.nTop = 0; in update_resolution() 1210 rectangle.nWidth = drv_ctx.video_resolution.frame_width; in update_resolution() 1211 rectangle.nHeight = drv_ctx.video_resolution.frame_height; in update_resolution() 3322 memcpy(rect, &rectangle, sizeof(OMX_CONFIG_RECTTYPE)); in get_config() 6189 if (omxhdr->nFilledLen && (((unsigned)omx->rectangle.nLeft != 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() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 1590 rectangle.nLeft = 0; in update_resolution() 1591 rectangle.nTop = 0; in update_resolution() 1592 rectangle.nWidth = drv_ctx.video_resolution.frame_width; in update_resolution() 1593 rectangle.nHeight = drv_ctx.video_resolution.frame_height; in update_resolution() 4131 memcpy(rect, &rectangle, sizeof(OMX_CONFIG_RECTTYPE)); in get_config() 7432 if (omxhdr->nFilledLen && (((unsigned)omx->rectangle.nLeft != in async_message_process() 7434 … || ((unsigned)omx->rectangle.nTop != vdec_msg->msgdata.output_frame.framesize.top) in async_message_process() 7435 … || (omx->rectangle.nWidth != vdec_msg->msgdata.output_frame.framesize.right) in async_message_process() 7436 … || (omx->rectangle.nHeight != vdec_msg->msgdata.output_frame.framesize.bottom))) { in async_message_process() 7446 … omx->rectangle.nWidth, vdec_msg->msgdata.output_frame.framesize.right, in async_message_process() [all …]
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 1163 rectangle.nLeft = 0; in update_resolution() 1164 rectangle.nTop = 0; in update_resolution() 1165 rectangle.nWidth = drv_ctx.video_resolution.frame_width; in update_resolution() 1166 rectangle.nHeight = drv_ctx.video_resolution.frame_height; in update_resolution() 3791 memcpy(rect, &rectangle, sizeof(OMX_CONFIG_RECTTYPE)); in get_config() 6899 … 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() 6905 omx->rectangle.nLeft, omx->rectangle.nTop, in async_message_process() [all …]
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 816 OMX_CONFIG_RECTTYPE rectangle; variable
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 853 OMX_CONFIG_RECTTYPE rectangle; variable
|
D | omx_vdec.h | 959 OMX_CONFIG_RECTTYPE rectangle; variable
|