Lines Matching defs:pqt
165 vlVdpPresentationQueueTarget *pqt;
175 pqt = CALLOC(1, sizeof(vlVdpPresentationQueueTarget));
176 if (!pqt)
179 DeviceReference(&pqt->device, dev);
180 pqt->drawable = drawable;
182 *target = vlAddDataHTAB(pqt);
191 FREE(pqt);
201 vlVdpPresentationQueueTarget *pqt;
203 pqt = vlGetDataHTAB(presentation_queue_target);
204 if (!pqt)
208 DeviceReference(&pqt->device, NULL);
209 FREE(pqt);