Searched refs:stream_flags (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/wasapi/ |
D | gstwasapiutil.c | 851 guint rate, stream_flags; in gst_wasapi_util_initialize_audioclient() local 878 stream_flags = AUDCLNT_STREAMFLAGS_EVENTCALLBACK; in gst_wasapi_util_initialize_audioclient() 880 stream_flags |= AUDCLNT_STREAMFLAGS_LOOPBACK; in gst_wasapi_util_initialize_audioclient() 882 hr = IAudioClient_Initialize (client, sharemode, stream_flags, in gst_wasapi_util_initialize_audioclient() 901 hr = IAudioClient_Initialize (client, sharemode, stream_flags, in gst_wasapi_util_initialize_audioclient() 929 gint stream_flags; in gst_wasapi_util_initialize_audioclient3() local 949 stream_flags = AUDCLNT_STREAMFLAGS_EVENTCALLBACK; in gst_wasapi_util_initialize_audioclient3() 951 stream_flags |= AUDCLNT_STREAMFLAGS_LOOPBACK; in gst_wasapi_util_initialize_audioclient3() 953 hr = IAudioClient3_InitializeSharedAudioStream (client, stream_flags, in gst_wasapi_util_initialize_audioclient3()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfsourcereader.cpp | 470 DWORD stream_flags = 0; in gst_mf_source_reader_read_sample() local 475 hr = self->reader->ReadSample (type->stream_index, 0, NULL, &stream_flags, in gst_mf_source_reader_read_sample() 483 if ((stream_flags & MF_SOURCE_READERF_ERROR) == MF_SOURCE_READERF_ERROR) { in gst_mf_source_reader_read_sample() 485 stream_flags); in gst_mf_source_reader_read_sample()
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | gstwasapi2ringbuffer.cpp | 821 DWORD stream_flags = AUDCLNT_STREAMFLAGS_EVENTCALLBACK; in gst_wasapi2_ring_buffer_initialize_audio_client3() local 843 hr = audio_client->InitializeSharedAudioStream (stream_flags, min_period, in gst_wasapi2_ring_buffer_initialize_audio_client3() 859 DWORD stream_flags = in gst_wasapi2_ring_buffer_initialize_audio_client() local 863 stream_flags |= extra_flags; in gst_wasapi2_ring_buffer_initialize_audio_client() 874 hr = client_handle->Initialize (AUDCLNT_SHAREMODE_SHARED, stream_flags, in gst_wasapi2_ring_buffer_initialize_audio_client()
|
/third_party/exfatprogs/include/ |
D | exfat_ondisk.h | 207 #define stream_flags dentry.stream.flags macro
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_enc.c | 451 static const pa_stream_flags_t stream_flags = PA_STREAM_INTERPOLATE_TIMING | in pulse_write_header() local 577 stream_flags, NULL, NULL)) < 0) { in pulse_write_header()
|
/third_party/exfatprogs/fsck/ |
D | fsck.c | 911 dentry->stream_flags &= ~EXFAT_SF_CONTIGUOUS; in check_inode() 987 ((stream_de->stream_flags & EXFAT_SF_CONTIGUOUS) != 0); in read_file_dentries()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstmultiqueue.c | 2677 GstStreamFlags stream_flags; in gst_multi_queue_sink_event() local 2678 gst_event_parse_stream_flags (event, &stream_flags); in gst_multi_queue_sink_event() 2679 if ((stream_flags & GST_STREAM_FLAG_SPARSE)) { in gst_multi_queue_sink_event()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-demux.c | 1675 GstStreamFlags stream_flags; in gst_matroska_demux_add_stream() local 1750 stream_flags = GST_STREAM_FLAG_NONE; in gst_matroska_demux_add_stream() 1752 stream_flags |= GST_STREAM_FLAG_SPARSE; in gst_matroska_demux_add_stream() 1754 stream_flags |= GST_STREAM_FLAG_SELECT; in gst_matroska_demux_add_stream() 1756 stream_flags |= GST_STREAM_FLAG_UNSELECT; in gst_matroska_demux_add_stream() 1758 gst_event_set_stream_flags (stream_start, stream_flags); in gst_matroska_demux_add_stream()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 8901 GstStreamFlags stream_flags = GST_STREAM_FLAG_NONE; in gst_qtdemux_configure_stream() local 8907 gst_event_parse_stream_flags (event, &stream_flags); in gst_qtdemux_configure_stream() 8923 stream_flags |= GST_STREAM_FLAG_UNSELECT; in gst_qtdemux_configure_stream() 8925 stream_flags |= GST_STREAM_FLAG_SPARSE; in gst_qtdemux_configure_stream() 8927 stream_flags &= ~GST_STREAM_FLAG_SPARSE; in gst_qtdemux_configure_stream() 8929 gst_event_set_stream_flags (event, stream_flags); in gst_qtdemux_configure_stream()
|