Lines Matching defs:presentation_queue
42 VdpPresentationQueue *presentation_queue)
47 if (!presentation_queue)
76 *presentation_queue = vlAddDataHTAB(pq);
77 if (*presentation_queue == 0) {
95 vlVdpPresentationQueueDestroy(VdpPresentationQueue presentation_queue)
99 pq = vlGetDataHTAB(presentation_queue);
107 vlRemoveDataHTAB(presentation_queue);
118 vlVdpPresentationQueueSetBackgroundColor(VdpPresentationQueue presentation_queue,
127 pq = vlGetDataHTAB(presentation_queue);
147 vlVdpPresentationQueueGetBackgroundColor(VdpPresentationQueue presentation_queue,
156 pq = vlGetDataHTAB(presentation_queue);
176 vlVdpPresentationQueueGetTime(VdpPresentationQueue presentation_queue,
184 pq = vlGetDataHTAB(presentation_queue);
200 vlVdpPresentationQueueDisplay(VdpPresentationQueue presentation_queue,
220 pq = vlGetDataHTAB(presentation_queue);
305 vlVdpPresentationQueueBlockUntilSurfaceIdle(VdpPresentationQueue presentation_queue,
316 pq = vlGetDataHTAB(presentation_queue);
332 return vlVdpPresentationQueueGetTime(presentation_queue, first_presentation_time);
339 vlVdpPresentationQueueQuerySurfaceStatus(VdpPresentationQueue presentation_queue,
351 pq = vlGetDataHTAB(presentation_queue);
375 vlVdpPresentationQueueGetTime(presentation_queue, first_presentation_time);