Searched refs:video_resolution (Results 1 – 14 of 14) sorted by relevance
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
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 | 1777 pThis->drv_ctx.video_resolution.frame_width) || in process_event_cb() 1779 pThis->drv_ctx.video_resolution.frame_height)) { in process_event_cb() 1784 pThis->drv_ctx.video_resolution.frame_width, in process_event_cb() 1785 … pThis->drv_ctx.video_resolution.frame_height); in process_event_cb() 1789 pThis->drv_ctx.video_resolution.frame_width; in process_event_cb() 1791 pThis->drv_ctx.video_resolution.frame_height; in process_event_cb() 1807 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1811 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() 1815 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1819 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
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/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 …]
|
/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
|