Searched refs:video_resolution (Results 1 – 13 of 13) sorted by relevance
/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.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_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 …]
|
/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/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 230 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/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 276 struct vdec_picsize video_resolution; member
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 467 struct vdec_picsize video_resolution; member
|