Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp364 static struct mdp_overlay overlay, *overlayp; variable
3758 overlayp = &overlay; in overlay_set()
3759 overlayp->src.width = stride; in overlay_set()
3760 overlayp->src.height = sliceheight; in overlay_set()
3762 overlayp->src.format = MDP_Y_CRCB_H2V2; in overlay_set()
3764 overlayp->src.format = MDP_Y_CRCB_H2V2_TILE; in overlay_set()
3768 overlayp->src.format = MDP_Y_CBCR_H2V2_TILE; in overlay_set()
3771 overlayp->src.format = MDP_Y_CBCR_H2V2_VENUS; in overlay_set()
3773 overlayp->src_rect.x = 0; in overlay_set()
3774 overlayp->src_rect.y = 0; in overlay_set()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp237 static struct mdp_overlay overlay, *overlayp; variable
3345 overlayp = &overlay; in overlay_set()
3346 overlayp->src.width = stride; in overlay_set()
3347 overlayp->src.height = sliceheight; in overlay_set()
3349 overlayp->src.format = MDP_Y_CRCB_H2V2; in overlay_set()
3352 overlayp->src.format = MDP_Y_CRCB_H2V2_TILE; in overlay_set()
3356 overlayp->src.format = MDP_Y_CBCR_H2V2_TILE; in overlay_set()
3358 overlayp->src_rect.x = 0; in overlay_set()
3359 overlayp->src_rect.y = 0; in overlay_set()
3360 overlayp->src_rect.w = width; in overlay_set()
[all …]