Searched refs:is_output (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Doss_audio.c56 static int audio_open(AVFormatContext *s1, int is_output, const char *audio_device) argument
63 if (is_output)
77 if (!is_output)
H A Dbeosaudio.cpp188 static int audio_open(AudioData *s, int is_output, const char *audio_device) argument
196 if (!is_output)
214 if (!is_output) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dudp.c342 int is_output; local
355 is_output = (flags & URL_WRONLY);
366 s->buffer_size = is_output ? UDP_TX_BUF_SIZE : UDP_MAX_PKT_SIZE;
433 if (is_output) {
H A Drtpproto.c123 int port, is_output, ttl, local_port, max_packet_size; local
129 is_output = (flags & URL_WRONLY);
H A Dutils.c2855 static void dump_stream_format(AVFormatContext *ic, int i, int index, int is_output) argument
2858 int flags = (is_output ? ic->oformat->flags : ic->iformat->flags);
2862 avcodec_string(buf, sizeof(buf), st->codec, is_output);
2897 int is_output)
2902 is_output ? "Output" : "Input",
2904 is_output ? ic->oformat->name : ic->iformat->name,
2905 is_output ? "to" : "from", url);
2906 if (!is_output) {
2945 dump_stream_format(ic, ic->programs[j]->stream_index[k], index, is_output);
2949 dump_stream_format(ic, i, index, is_output);
2894 dump_format(AVFormatContext *ic, int index, const char *url, int is_output) argument
[all...]
H A Davformat.h1184 int is_output);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavformat/
H A Davformat.h1184 int is_output);

Completed in 96 milliseconds