Home
last modified time | relevance | path

Searched refs:subpic_count (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/img/psb_video/src/x11/
Dpsb_ctexture.c467 if (subtitle == BOTH || (subtitle == NOSUBTITLE && obj_surface->subpic_count)) in psb_putsurface_ctexture()
486 if (subtitle == BOTH || (subtitle == NOSUBTITLE && obj_surface->subpic_count)) in psb_putsurface_ctexture()
504 if (subtitle == BOTH || (subtitle == NOSUBTITLE && obj_surface->subpic_count)) in psb_putsurface_ctexture()
Dpsb_x11.c436 || (IS_MRST(driver_data) && obj_surface->subpic_count > 0) in pnw_check_output_method()
437 || (obj_surface->subpic_count && ((width > destw) || (height > desth))) in pnw_check_output_method()
Dpsb_xvva.c417 || (obj_surface->subpic_count > 0) /* overlay can't support subpicture */ in psb__CheckPutSurfaceXvPort()
628 obj_rotate_surface->subpic_count = 0; in psb_check_rotatesurface()
745 vaPtr->num_subpicture = obj_surface->subpic_count; in psb_putsurface_xvideo()
/hardware/intel/img/psb_video/src/
Dpsb_texture.c637 if (subtitle == 1 && obj_surface->subpic_count) {
638 for (i = 0; i < obj_surface->subpic_count; i++) {
Dpsb_drv_video.h556 unsigned int subpic_count; /* to ensure output have enough space for PDS & RAST */ member
Dpsb_output.c1319 if (obj_surface->subpic_count >= PSB_SUBPIC_MAX_NUM) { in psb__LinkSubpictIntoSurface()
1371 obj_surface->subpic_count++; in psb__LinkSubpictIntoSurface()
1443 obj_surface->subpic_count--; in psb__DelinkSubpictFromSurface()
Dpsb_surface_attrib.c185 obj_surface->subpic_count = 0;