Searched refs:create_stream (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | xcbgrab.c | 572 static int create_stream(AVFormatContext *s) in create_stream() function 872 ret = create_stream(s); in xcbgrab_read_header()
|
/third_party/ffmpeg/libavformat/ |
H A D | flvdec.c | 163 static AVStream *create_stream(AVFormatContext *s, int codec_type) in create_stream() function 657 AVStream *st = create_stream(s, AVMEDIA_TYPE_SUBTITLE); in amf_parse_object() 996 st = create_stream(s, AVMEDIA_TYPE_SUBTITLE); in flv_data_packet() 1203 st = create_stream(s, stream_types[stream_type]);
|
/third_party/pulseaudio/src/pulse/ |
H A D | stream.c | 1215 static int create_stream( in create_stream() function 1439 return create_stream(PA_STREAM_PLAYBACK, s, dev, attr, flags, volume, sync_stream); in pa_stream_connect_playback() 1451 return create_stream(PA_STREAM_RECORD, s, dev, attr, flags, NULL, NULL); in pa_stream_connect_record()
|
Completed in 10 milliseconds