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

/hardware/intel/img/psb_video/src/x11/
H A Dpsb_ctexture.c467 if (subtitle == BOTH || (subtitle == NOSUBTITLE && obj_surface->subpic_count))
486 if (subtitle == BOTH || (subtitle == NOSUBTITLE && obj_surface->subpic_count))
504 if (subtitle == BOTH || (subtitle == NOSUBTITLE && obj_surface->subpic_count))
H A Dpsb_x11.c436 || (IS_MRST(driver_data) && obj_surface->subpic_count > 0)
437 || (obj_surface->subpic_count && ((width > destw) || (height > desth)))
H A Dpsb_xvva.c417 || (obj_surface->subpic_count > 0) /* overlay can't support subpicture */
628 obj_rotate_surface->subpic_count = 0;
745 vaPtr->num_subpicture = obj_surface->subpic_count;
/hardware/intel/img/psb_video/src/
H A Dpsb_texture.c637 if (subtitle == 1 && obj_surface->subpic_count) {
638 for (i = 0; i < obj_surface->subpic_count; i++) {
H A Dpsb_drv_video.h529 unsigned int subpic_count; /* to ensure output have enough space for PDS & RAST */ member in struct:object_surface_s
H A Dpsb_output.c1318 if (obj_surface->subpic_count >= PSB_SUBPIC_MAX_NUM) {
1370 obj_surface->subpic_count++;
1442 obj_surface->subpic_count--;
H A Dpsb_surface_attrib.c189 obj_surface->subpic_count = 0;

Completed in 40 milliseconds