Home
last modified time | relevance | path

Searched refs:video_resolution_input (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp1411 width, drv_ctx.video_resolution_input.frame_width, in update_resolution()
1412 height,drv_ctx.video_resolution_input.frame_height); in update_resolution()
1415 drv_ctx.video_resolution_input.frame_height = height; in update_resolution()
1416 drv_ctx.video_resolution_input.frame_width = width; in update_resolution()
1418 drv_ctx.video_resolution_input.stride = stride; in update_resolution()
2862 drv_ctx.video_resolution_input.frame_width, in get_parameter()
2863 drv_ctx.video_resolution_input.frame_height, in get_parameter()
2864 drv_ctx.video_resolution_input.stride, in get_parameter()
2865 drv_ctx.video_resolution_input.scan_lines); in get_parameter()
5609 …reserved[0] = plane[0].reserved[0] + drv_ctx.video_resolution_input.stride * drv_ctx.video_resolut… in empty_this_buffer_proxy()
[all …]
/aosp12/hardware/qcom/media/msm8996/videopp/inc/
H A Domx_vdpp.h358 struct vdpp_picsize video_resolution_input; member