Home
last modified time | relevance | path

Searched defs:output_streams (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dadaptive_demux_engine.h174 GPtrArray *output_streams; /* GPtrArray<GstAdaptiveDemuxTestOutputStream> */ member
Dadaptive_demux_common.h92 GList *output_streams; /*GList<GstAdaptiveDemuxTestExpectedOutput>*/ member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h57 ubyte output_streams[PIPE_MAX_SHADER_OUTPUTS]; member
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c64 GstRtmpChunkStreams *input_streams, *output_streams; member
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3.c230 GList *output_streams; /* List of DecodebinOutputStream used for output */ member
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.h271 uint8_t output_streams[VARYING_SLOT_VAR31 + 1]; member
/third_party/ffmpeg/fftools/
Dffmpeg.c153 OutputStream **output_streams = NULL; variable
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h350 ubyte output_streams[PIPE_MAX_SHADER_OUTPUTS]; member
/third_party/pulseaudio/src/pulsecore/
Dprotocol-native.c186 pa_idxset *record_streams, *output_streams; member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c3986 output_writemask_for_stream(unsigned stream, ubyte output_streams, in output_writemask_for_stream()