Searched defs:first_presentation_time (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dpresentation.c310 VdpTime *first_presentation_time)
316 if (!first_presentation_time)
334 return vlVdpPresentationQueueGetTime(presentation_queue, first_presentation_time);
344 VdpTime *first_presentation_time)
350 if (!(status && first_presentation_time))
361 *first_presentation_time = 0;
374 vlVdpPresentationQueueGetTime(presentation_queue, first_presentation_time);
375 *first_presentation_time += 1;
308 vlVdpPresentationQueueBlockUntilSurfaceIdle(VdpPresentationQueue presentation_queue, VdpOutputSurface surface, VdpTime *first_presentation_time) argument
341 vlVdpPresentationQueueQuerySurfaceStatus(VdpPresentationQueue presentation_queue, VdpOutputSurface surface, VdpPresentationQueueStatus *status, VdpTime *first_presentation_time) argument
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dpresentation.c310 VdpTime *first_presentation_time)
316 if (!first_presentation_time)
334 return vlVdpPresentationQueueGetTime(presentation_queue, first_presentation_time);
344 VdpTime *first_presentation_time)
350 if (!(status && first_presentation_time))
361 *first_presentation_time = 0;
374 vlVdpPresentationQueueGetTime(presentation_queue, first_presentation_time);
375 *first_presentation_time += 1;
308 vlVdpPresentationQueueBlockUntilSurfaceIdle(VdpPresentationQueue presentation_queue, VdpOutputSurface surface, VdpTime *first_presentation_time) argument
341 vlVdpPresentationQueueQuerySurfaceStatus(VdpPresentationQueue presentation_queue, VdpOutputSurface surface, VdpPresentationQueueStatus *status, VdpTime *first_presentation_time) argument

Completed in 127 milliseconds