Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_display.c81 struct mdp_overlay overlay, *overlayp; variable
102 overlayp = &overlay; in overlay_set_params()
106 overlayp->id = MSMFB_NEW_REQUEST; in overlay_set_params()
109 overlayp->src.width = e->src.width; in overlay_set_params()
110 overlayp->src.height = e->src.height; in overlay_set_params()
111 overlayp->src.format = e->src.format; in overlay_set_params()
113 overlayp->src_rect.x = e->src_rect.x; in overlay_set_params()
114 overlayp->src_rect.y = e->src_rect.y; in overlay_set_params()
115 overlayp->src_rect.w = e->src_rect.w; in overlay_set_params()
116 overlayp->src_rect.h = e->src_rect.h; in overlay_set_params()
[all …]
/hardware/qcom/media/mm-video/vidc/vdec/test/
Domx_vdec_test.cpp239 static struct mdp_overlay overlay, *overlayp; variable
3347 overlayp = &overlay; in overlay_set()
3348 overlayp->src.width = stride; in overlay_set()
3349 overlayp->src.height = sliceheight; in overlay_set()
3351 overlayp->src.format = MDP_Y_CRCB_H2V2; in overlay_set()
3354 overlayp->src.format = MDP_Y_CRCB_H2V2_TILE; in overlay_set()
3358 overlayp->src.format = MDP_Y_CBCR_H2V2_TILE; in overlay_set()
3360 overlayp->src_rect.x = 0; in overlay_set()
3361 overlayp->src_rect.y = 0; in overlay_set()
3362 overlayp->src_rect.w = width; in overlay_set()
[all …]