OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subpic_count
(Results
1 - 7
of
7
) sorted by null
/hardware/intel/img/psb_video/src/x11/
psb_ctexture.c
467
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
))
psb_x11.c
436
|| (IS_MRST(driver_data) && obj_surface->
subpic_count
> 0)
437
|| (obj_surface->
subpic_count
&& ((width > destw) || (height > desth)))
psb_xvva.c
417
|| (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/
psb_texture.c
637
if (subtitle == 1 && obj_surface->
subpic_count
) {
638
for (i = 0; i < obj_surface->
subpic_count
; i++) {
[
all
...]
psb_drv_video.h
555
unsigned int
subpic_count
; /* to ensure output have enough space for PDS & RAST */
member in struct:object_surface_s
psb_output.c
[
all
...]
psb_surface_attrib.c
185
obj_surface->
subpic_count
= 0;
Completed in 165 milliseconds