Home
last modified time | relevance | path

Searched refs:in_view (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11videoprocessor.cpp483 RECT * in_rect, ID3D11VideoProcessorInputView * in_view, in gst_d3d11_video_processor_render() argument
489 g_return_val_if_fail (in_view != NULL, FALSE); in gst_d3d11_video_processor_render()
493 ret = gst_d3d11_video_processor_render_unlocked (processor, in_rect, in_view, in gst_d3d11_video_processor_render()
502 RECT * in_rect, ID3D11VideoProcessorInputView * in_view, in gst_d3d11_video_processor_render_unlocked() argument
511 g_return_val_if_fail (in_view != NULL, FALSE); in gst_d3d11_video_processor_render_unlocked()
515 stream.pInputSurface = in_view; in gst_d3d11_video_processor_render_unlocked()
Dgstd3d11videoprocessor.h94 ID3D11VideoProcessorInputView * in_view,
100 ID3D11VideoProcessorInputView * in_view,
Dgstd3d11window.cpp813 GstBuffer * buffer, ID3D11VideoProcessorInputView ** in_view) in gst_d3d11_window_buffer_ensure_processor_input() argument
831 *in_view = piv; in gst_d3d11_window_buffer_ensure_processor_input()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c4975 struct isl_view *in_view, in emit_surface_state() argument
4992 struct isl_view view = *in_view; in emit_surface_state()