Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp1408 if ((height != drv_ctx.video_resolution_input.frame_height) || in update_resolution()
1409 (width != drv_ctx.video_resolution_input.frame_width)) { in update_resolution()
1411 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()
1417 drv_ctx.video_resolution_input.scan_lines = scan_lines; in update_resolution()
1418 drv_ctx.video_resolution_input.stride = stride; in update_resolution()
1421 rectangle.nWidth = drv_ctx.video_resolution_input.frame_width; in update_resolution()
1422 rectangle.nHeight = drv_ctx.video_resolution_input.frame_height; in update_resolution()
[all …]
/hardware/qcom/media/msm8996/videopp/inc/
Domx_vdpp.h358 struct vdpp_picsize video_resolution_input; member