HomeSort by relevance Sort by last modified time
    Searched refs:textured_portID (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/psb_video/src/x11/
psb_xvva.c 98 output->textured_portID = info[i].base_id + k;
112 if ((output->textured_portID == 0) && (output->overlay_portID == 0)) {
130 output->textured_portID = output->overlay_portID = 0;
136 if (output->textured_portID)
137 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Detected textured Xvideo port_id = %d.\n", (unsigned int)output->textured_portID);
166 if (output->textured_portID)
208 if (output->textured_portID) {
212 XvStopVideo((Display *)ctx->native_dpy, output->textured_portID, output->output_drawable);
216 XvUngrabPort((Display *)ctx->native_dpy, output->textured_portID, CurrentTime);
217 output->textured_portID = 0
    [all...]
psb_x11.h 78 XvPortID textured_portID;
psb_x11.c 323 if (getenv("PSB_VIDEO_TEXTURE") && output->textured_portID) {

Completed in 90 milliseconds