/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 302 event_fields_changed |= (omx->drv_ctx.video_resolution.frame_height != ptr[7]); in async_message_thread() 303 event_fields_changed |= (omx->drv_ctx.video_resolution.frame_width != ptr[8]); in async_message_thread() 318 (omx->drv_ctx.video_resolution.frame_height != ptr[0] || in async_message_thread() 319 omx->drv_ctx.video_resolution.frame_width != ptr[1])) { in async_message_thread() 325 omx->drv_ctx.video_resolution.frame_height, in async_message_thread() 326 omx->drv_ctx.video_resolution.frame_width, in async_message_thread() 1769 pThis->drv_ctx.video_resolution.frame_width) || in process_event_cb() 1771 pThis->drv_ctx.video_resolution.frame_height)) { in process_event_cb() 1776 pThis->drv_ctx.video_resolution.frame_width, in process_event_cb() 1777 … pThis->drv_ctx.video_resolution.frame_height); in process_event_cb() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 1261 pThis->drv_ctx.video_resolution.frame_width) || in process_event_cb() 1263 pThis->drv_ctx.video_resolution.frame_height)) { in process_event_cb() 1268 pThis->drv_ctx.video_resolution.frame_width, in process_event_cb() 1269 … pThis->drv_ctx.video_resolution.frame_height); in process_event_cb() 1273 pThis->drv_ctx.video_resolution.frame_width; in process_event_cb() 1275 pThis->drv_ctx.video_resolution.frame_height; in process_event_cb() 1291 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1295 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() 1299 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1303 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 1579 if ((height != (int)drv_ctx.video_resolution.frame_height) || in update_resolution() 1580 (width != (int)drv_ctx.video_resolution.frame_width)) { in update_resolution() 1582 width, drv_ctx.video_resolution.frame_width, in update_resolution() 1583 height,drv_ctx.video_resolution.frame_height); in update_resolution() 1586 drv_ctx.video_resolution.frame_height = height; in update_resolution() 1587 drv_ctx.video_resolution.frame_width = width; in update_resolution() 1588 drv_ctx.video_resolution.scan_lines = scan_lines; in update_resolution() 1589 drv_ctx.video_resolution.stride = stride; 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() [all …]
|
D | omx_vdec_hevc.cpp | 1204 drv_ctx.video_resolution.frame_height = height; in update_resolution() 1205 drv_ctx.video_resolution.frame_width = width; in update_resolution() 1206 drv_ctx.video_resolution.scan_lines = height; in update_resolution() 1207 drv_ctx.video_resolution.stride = width; 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() 1474 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1475 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1506 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1507 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() [all …]
|
D | omx_vdec.cpp | 1441 drv_ctx.video_resolution.frame_height = in component_init() 1442 drv_ctx.video_resolution.scan_lines = 720; in component_init() 1443 drv_ctx.video_resolution.frame_width = in component_init() 1444 drv_ctx.video_resolution.stride = 1280; in component_init() 1447 drv_ctx.video_resolution.frame_height = in component_init() 1448 drv_ctx.video_resolution.scan_lines = 1088; in component_init() 1449 drv_ctx.video_resolution.frame_width = in component_init() 1450 drv_ctx.video_resolution.stride = 1920; in component_init() 1453 ioctl_msg.in = &drv_ctx.video_resolution; in component_init() 2811 drv_ctx.video_resolution.frame_width, in get_parameter() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 993 bool is_res_above_1080p = (drv_ctx.video_resolution.frame_width > 1920 && in decide_dpb_buffer_mode() 994 drv_ctx.video_resolution.frame_height > 1088) || in decide_dpb_buffer_mode() 995 (drv_ctx.video_resolution.frame_height > 1088 && in decide_dpb_buffer_mode() 996 drv_ctx.video_resolution.frame_width > 1920); in decide_dpb_buffer_mode() 1170 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in decide_downscalar() 1171 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in decide_downscalar() 1587 pThis->drv_ctx.video_resolution.frame_width) || in process_event_cb() 1589 pThis->drv_ctx.video_resolution.frame_height)) { in process_event_cb() 1594 pThis->drv_ctx.video_resolution.frame_width, in process_event_cb() 1595 … pThis->drv_ctx.video_resolution.frame_height); in process_event_cb() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 1596 if ((height != (int)drv_ctx.video_resolution.frame_height) || in update_resolution() 1597 (width != (int)drv_ctx.video_resolution.frame_width)) { in update_resolution() 1599 width, drv_ctx.video_resolution.frame_width, in update_resolution() 1600 height,drv_ctx.video_resolution.frame_height); in update_resolution() 1603 drv_ctx.video_resolution.frame_height = height; in update_resolution() 1604 drv_ctx.video_resolution.frame_width = width; in update_resolution() 1605 drv_ctx.video_resolution.scan_lines = scan_lines; in update_resolution() 1606 drv_ctx.video_resolution.stride = stride; in update_resolution() 1609 rectangle.nWidth = drv_ctx.video_resolution.frame_width; in update_resolution() 1610 rectangle.nHeight = drv_ctx.video_resolution.frame_height; in update_resolution() [all …]
|
D | omx_vdec_hevc.cpp | 1199 drv_ctx.video_resolution.frame_height = height; in update_resolution() 1200 drv_ctx.video_resolution.frame_width = width; in update_resolution() 1201 drv_ctx.video_resolution.scan_lines = height; in update_resolution() 1202 drv_ctx.video_resolution.stride = width; in update_resolution() 1205 rectangle.nWidth = drv_ctx.video_resolution.frame_width; in update_resolution() 1206 rectangle.nHeight = drv_ctx.video_resolution.frame_height; in update_resolution() 1453 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1454 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1485 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1486 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1778 pThis->drv_ctx.video_resolution.frame_width) || in process_event_cb() 1780 pThis->drv_ctx.video_resolution.frame_height)) { in process_event_cb() 1785 pThis->drv_ctx.video_resolution.frame_width, in process_event_cb() 1786 … pThis->drv_ctx.video_resolution.frame_height); in process_event_cb() 1790 pThis->drv_ctx.video_resolution.frame_width; in process_event_cb() 1792 pThis->drv_ctx.video_resolution.frame_height; in process_event_cb() 1808 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1812 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() 1816 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1820 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 1159 drv_ctx.video_resolution.frame_height = height; in update_resolution() 1160 drv_ctx.video_resolution.frame_width = width; in update_resolution() 1161 drv_ctx.video_resolution.scan_lines = height; in update_resolution() 1162 drv_ctx.video_resolution.stride = width; 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() 1483 ioctl_msg.in = &drv_ctx.video_resolution; in component_init() 2950 drv_ctx.video_resolution.frame_width, in get_parameter() 2951 drv_ctx.video_resolution.frame_height, in get_parameter() 2952 drv_ctx.video_resolution.stride, in get_parameter() [all …]
|
D | omx_vdec_copper.cpp | 1395 drv_ctx.video_resolution.frame_height=drv_ctx.video_resolution.scan_lines=240; in component_init() 1396 drv_ctx.video_resolution.frame_width=drv_ctx.video_resolution.stride=320; in component_init() 1398 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1399 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1430 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1431 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 2767 drv_ctx.video_resolution.frame_width, in get_parameter() 2768 drv_ctx.video_resolution.frame_height, in get_parameter() 2769 drv_ctx.video_resolution.stride, in get_parameter() 2770 drv_ctx.video_resolution.scan_lines); in get_parameter() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 234 struct vdec_picsize video_resolution; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 231 struct vdec_picsize video_resolution; member
|
D | omx_vdec_hevc_swvdec.h | 255 struct vdec_picsize video_resolution; member
|
D | omx_vdec.h | 274 struct vdec_picsize video_resolution; member
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 230 struct vdec_picsize video_resolution; member
|
D | omx_vdec.h | 266 struct vdec_picsize video_resolution; member
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 276 struct vdec_picsize video_resolution; member
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 457 struct vdec_picsize video_resolution; member
|