Lines Matching defs:pqt
163 vlVdpPresentationQueueTarget *pqt;
173 pqt = CALLOC(1, sizeof(vlVdpPresentationQueueTarget));
174 if (!pqt)
177 DeviceReference(&pqt->device, dev);
178 pqt->drawable = drawable;
180 *target = vlAddDataHTAB(pqt);
189 FREE(pqt);
199 vlVdpPresentationQueueTarget *pqt;
201 pqt = vlGetDataHTAB(presentation_queue_target);
202 if (!pqt)
206 DeviceReference(&pqt->device, NULL);
207 FREE(pqt);