/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | presentation.c | 50 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpPresentationQueueCreate() 54 vlVdpPresentationQueueTarget *pqt = vlGetDataHTAB(presentation_queue_target); in vlVdpPresentationQueueCreate() 98 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueDestroy() 125 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueSetBackgroundColor() 154 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueGetBackgroundColor() 182 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueGetTime() 216 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueDisplay() 220 surf = vlGetDataHTAB(surface); in vlVdpPresentationQueueDisplay() 319 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueBlockUntilSurfaceIdle() 323 surf = vlGetDataHTAB(surface); in vlVdpPresentationQueueBlockUntilSurfaceIdle() [all …]
|
D | query.c | 77 dev = vlGetDataHTAB(device); in vlVdpVideoSurfaceQueryCapabilities() 114 dev = vlGetDataHTAB(device); in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() 166 dev = vlGetDataHTAB(device); in vlVdpDecoderQueryCapabilities() 209 dev = vlGetDataHTAB(device); in vlVdpOutputSurfaceQueryCapabilities() 261 dev = vlGetDataHTAB(device); in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities() 302 dev = vlGetDataHTAB(device); in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 361 dev = vlGetDataHTAB(device); in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities() 408 dev = vlGetDataHTAB(device); in vlVdpBitmapSurfaceQueryCapabilities() 501 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpVideoMixerQueryParameterValueRange()
|
D | mixer.c | 55 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpVideoMixerCreate() 171 vmixer = vlGetDataHTAB(mixer); in vlVdpVideoMixerDestroy() 228 vmixer = vlGetDataHTAB(mixer); in vlVdpVideoMixerRender() 234 surf = vlGetDataHTAB(video_surface_current); in vlVdpVideoMixerRender() 249 dst = vlGetDataHTAB(destination_surface); in vlVdpVideoMixerRender() 256 vlVdpOutputSurface *bg = vlGetDataHTAB(background_surface); in vlVdpVideoMixerRender() 296 vlVdpOutputSurface *src = vlGetDataHTAB(layers->source_surface); in vlVdpVideoMixerRender() 418 vmixer = vlGetDataHTAB(mixer); in vlVdpVideoMixerGetFeatureSupport() 472 vmixer = vlGetDataHTAB(mixer); in vlVdpVideoMixerSetFeatureEnables() 530 vmixer = vlGetDataHTAB(mixer); in vlVdpVideoMixerGetFeatureEnables() [all …]
|
D | bitmap.c | 54 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpBitmapSurfaceCreate() 117 vlsurface = vlGetDataHTAB(surface); in vlVdpBitmapSurfaceDestroy() 143 vlsurface = vlGetDataHTAB(surface); in vlVdpBitmapSurfaceGetParameters() 173 vlsurface = vlGetDataHTAB(surface); in vlVdpBitmapSurfacePutBitsNative()
|
D | device.c | 112 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpPresentationQueueTargetCreateX11() 144 pqt = vlGetDataHTAB(presentation_queue_target); in vlVdpPresentationQueueTargetDestroy() 160 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpDeviceDestroy() 181 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpGetProcAddress() 273 vlsurface = vlGetDataHTAB(dev->delayed_rendering.surface); in vlVdpResolveDelayedRendering()
|
D | output.c | 59 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpOutputSurfaceCreate() 138 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfaceDestroy() 169 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfaceGetParameters() 197 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfaceGetBitsNative() 247 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfacePutBitsNative() 295 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfacePutBitsIndexed() 432 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfacePutBitsYCbCr() 643 dst_vlsurface = vlGetDataHTAB(destination_surface); in vlVdpOutputSurfaceRenderOutputSurface() 647 src_vlsurface = vlGetDataHTAB(source_surface); in vlVdpOutputSurfaceRenderOutputSurface() 702 dst_vlsurface = vlGetDataHTAB(destination_surface); in vlVdpOutputSurfaceRenderBitmapSurface() [all …]
|
D | surface.c | 68 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpVideoSurfaceCreate() 126 p_surf = (vlVdpSurface *)vlGetDataHTAB((vlHandle)surface); in vlVdpVideoSurfaceDestroy() 150 vlVdpSurface *p_surf = vlGetDataHTAB(surface); in vlVdpVideoSurfaceGetParameters() 202 vlsurface = vlGetDataHTAB(surface); in vlVdpVideoSurfaceGetBitsYCbCr() 283 vlVdpSurface *p_surf = vlGetDataHTAB(surface); in vlVdpVideoSurfacePutBitsYCbCr()
|
D | decode.c | 66 dev = vlGetDataHTAB(device); in vlVdpDecoderCreate() 134 vldecoder = (vlVdpDecoder *)vlGetDataHTAB(decoder); in vlVdpDecoderDestroy() 158 vldecoder = (vlVdpDecoder *)vlGetDataHTAB(decoder); in vlVdpDecoderGetParameters() 180 surface = vlGetDataHTAB(handle); in vlVdpGetReferenceFrame() 443 vldecoder = (vlVdpDecoder *)vlGetDataHTAB(decoder); in vlVdpDecoderRender() 449 vlsurf = (vlVdpSurface *)vlGetDataHTAB(target); in vlVdpDecoderRender()
|
D | htab.c | 81 void* vlGetDataHTAB(vlHandle handle) in vlGetDataHTAB() function
|
D | vdpau_private.h | 398 void* vlGetDataHTAB(vlHandle handle);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
D | presentation.c | 50 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpPresentationQueueCreate() 54 vlVdpPresentationQueueTarget *pqt = vlGetDataHTAB(presentation_queue_target); in vlVdpPresentationQueueCreate() 98 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueDestroy() 125 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueSetBackgroundColor() 154 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueGetBackgroundColor() 182 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueGetTime() 216 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueDisplay() 220 surf = vlGetDataHTAB(surface); in vlVdpPresentationQueueDisplay() 319 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueBlockUntilSurfaceIdle() 323 surf = vlGetDataHTAB(surface); in vlVdpPresentationQueueBlockUntilSurfaceIdle() [all …]
|
D | query.c | 77 dev = vlGetDataHTAB(device); in vlVdpVideoSurfaceQueryCapabilities() 114 dev = vlGetDataHTAB(device); in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() 166 dev = vlGetDataHTAB(device); in vlVdpDecoderQueryCapabilities() 209 dev = vlGetDataHTAB(device); in vlVdpOutputSurfaceQueryCapabilities() 261 dev = vlGetDataHTAB(device); in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities() 302 dev = vlGetDataHTAB(device); in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 361 dev = vlGetDataHTAB(device); in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities() 408 dev = vlGetDataHTAB(device); in vlVdpBitmapSurfaceQueryCapabilities() 501 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpVideoMixerQueryParameterValueRange()
|
D | mixer.c | 55 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpVideoMixerCreate() 171 vmixer = vlGetDataHTAB(mixer); in vlVdpVideoMixerDestroy() 228 vmixer = vlGetDataHTAB(mixer); in vlVdpVideoMixerRender() 234 surf = vlGetDataHTAB(video_surface_current); in vlVdpVideoMixerRender() 249 dst = vlGetDataHTAB(destination_surface); in vlVdpVideoMixerRender() 256 vlVdpOutputSurface *bg = vlGetDataHTAB(background_surface); in vlVdpVideoMixerRender() 296 vlVdpOutputSurface *src = vlGetDataHTAB(layers->source_surface); in vlVdpVideoMixerRender() 418 vmixer = vlGetDataHTAB(mixer); in vlVdpVideoMixerGetFeatureSupport() 472 vmixer = vlGetDataHTAB(mixer); in vlVdpVideoMixerSetFeatureEnables() 530 vmixer = vlGetDataHTAB(mixer); in vlVdpVideoMixerGetFeatureEnables() [all …]
|
D | bitmap.c | 54 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpBitmapSurfaceCreate() 117 vlsurface = vlGetDataHTAB(surface); in vlVdpBitmapSurfaceDestroy() 143 vlsurface = vlGetDataHTAB(surface); in vlVdpBitmapSurfaceGetParameters() 173 vlsurface = vlGetDataHTAB(surface); in vlVdpBitmapSurfacePutBitsNative()
|
D | device.c | 112 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpPresentationQueueTargetCreateX11() 144 pqt = vlGetDataHTAB(presentation_queue_target); in vlVdpPresentationQueueTargetDestroy() 160 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpDeviceDestroy() 181 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpGetProcAddress() 273 vlsurface = vlGetDataHTAB(dev->delayed_rendering.surface); in vlVdpResolveDelayedRendering()
|
D | output.c | 59 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpOutputSurfaceCreate() 138 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfaceDestroy() 169 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfaceGetParameters() 197 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfaceGetBitsNative() 247 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfacePutBitsNative() 295 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfacePutBitsIndexed() 432 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfacePutBitsYCbCr() 643 dst_vlsurface = vlGetDataHTAB(destination_surface); in vlVdpOutputSurfaceRenderOutputSurface() 647 src_vlsurface = vlGetDataHTAB(source_surface); in vlVdpOutputSurfaceRenderOutputSurface() 702 dst_vlsurface = vlGetDataHTAB(destination_surface); in vlVdpOutputSurfaceRenderBitmapSurface() [all …]
|
D | surface.c | 68 vlVdpDevice *dev = vlGetDataHTAB(device); in vlVdpVideoSurfaceCreate() 126 p_surf = (vlVdpSurface *)vlGetDataHTAB((vlHandle)surface); in vlVdpVideoSurfaceDestroy() 150 vlVdpSurface *p_surf = vlGetDataHTAB(surface); in vlVdpVideoSurfaceGetParameters() 202 vlsurface = vlGetDataHTAB(surface); in vlVdpVideoSurfaceGetBitsYCbCr() 283 vlVdpSurface *p_surf = vlGetDataHTAB(surface); in vlVdpVideoSurfacePutBitsYCbCr()
|
D | decode.c | 66 dev = vlGetDataHTAB(device); in vlVdpDecoderCreate() 134 vldecoder = (vlVdpDecoder *)vlGetDataHTAB(decoder); in vlVdpDecoderDestroy() 158 vldecoder = (vlVdpDecoder *)vlGetDataHTAB(decoder); in vlVdpDecoderGetParameters() 180 surface = vlGetDataHTAB(handle); in vlVdpGetReferenceFrame() 443 vldecoder = (vlVdpDecoder *)vlGetDataHTAB(decoder); in vlVdpDecoderRender() 449 vlsurf = (vlVdpSurface *)vlGetDataHTAB(target); in vlVdpDecoderRender()
|
D | htab.c | 81 void* vlGetDataHTAB(vlHandle handle) in vlGetDataHTAB() function
|
D | vdpau_private.h | 398 void* vlGetDataHTAB(vlHandle handle);
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | htab.c | 82 void* vlGetDataHTAB(VAGenericID handle) in vlGetDataHTAB() function
|
D | va_private.h | 69 void* vlGetDataHTAB(VAGenericID handle);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/ |
D | htab.c | 82 void* vlGetDataHTAB(VAGenericID handle) in vlGetDataHTAB() function
|
D | va_private.h | 69 void* vlGetDataHTAB(VAGenericID handle);
|