OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overlay_portID
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/x11/
psb_xvva.c
101
output->
overlay_portID
= info[i].base_id + k;
112
if ((output->textured_portID == 0) && (output->
overlay_portID
== 0)) {
130
output->textured_portID = output->
overlay_portID
= 0;
138
if (output->
overlay_portID
)
139
drv_debug_msg(VIDEO_DEBUG_GENERAL, "Detected overlay Xvideo port_id = %d.\n", (unsigned int)output->
overlay_portID
);
168
if (output->
overlay_portID
)
220
if (output->
overlay_portID
) {
224
XvStopVideo((Display *)ctx->native_dpy, output->
overlay_portID
, output->output_drawable);
228
XvUngrabPort((Display *)ctx->native_dpy, output->
overlay_portID
, CurrentTime);
229
output->
overlay_portID
= 0
[
all
...]
psb_x11.h
79
XvPortID
overlay_portID
;
psb_x11.c
328
if (getenv("PSB_VIDEO_OVERLAY") && output->
overlay_portID
) {
Completed in 38 milliseconds