OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textured_xvimage
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/x11/
psb_x11.h
80
XvImage *
textured_xvimage
;
member in struct:_psb_x11_output_s
psb_xvva.c
196
if (output->
textured_xvimage
) {
198
XFree(output->
textured_xvimage
);
199
output->
textured_xvimage
= NULL;
205
output->
textured_xvimage
= NULL;
537
(!output->
textured_xvimage
)))) {
538
if (output->
textured_xvimage
)
539
XFree(output->
textured_xvimage
);
542
output->
textured_xvimage
= XvCreateImage((Display *)ctx->native_dpy, output->textured_portID, FOURCC_XVVA, 0,
544
output->
textured_xvimage
->data = (char *) & output->imgdata_vasrf;
550
*xvImage = output->
textured_xvimage
;
[
all
...]
Completed in 62 milliseconds