Searched refs:av_get_media_type_string (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Davutil.h206 const char *av_get_media_type_string(enum AVMediaType media_type);
H A Dutils.c72 const char *av_get_media_type_string(enum AVMediaType media_type) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Ddemuxing_decoding.c150 av_get_media_type_string(type), src_filename);
161 av_get_media_type_string(type));
170 av_get_media_type_string(type));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Duncodedframecrcenc.c137 type_name = av_get_media_type_string(type);
H A Dflvenc.c260 av_get_media_type_string(enc->codec_type), i);
H A Dtee.c326 av_get_media_type_string(st->codec->codec_type));
H A Davienc.c340 (char *)av_x_if_null(av_get_media_type_string(enc->codec_type), "?"));
H A Dsegment.c613 av_get_media_type_string(s->streams[seg->reference_stream_index]->codec->codec_type));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dsrc_movie.c106 av_get_media_type_string(type), stream_id);
141 av_get_media_type_string(found->codec->codec_type));
408 snprintf(dst, dst_size, "%s BUG", av_get_media_type_string(frame_type));
H A Davfilter.c140 src->name, srcpad, (char *)av_x_if_null(av_get_media_type_string(src->output_pads[srcpad].type), "?"),
141 dst->name, dstpad, (char *)av_x_if_null(av_get_media_type_string(dst-> input_pads[dstpad].type), "?"));
H A Davfiltergraph.c242 pad->name, av_get_media_type_string(pad->type), filt->name, filt->filter->name);
252 pad->name, av_get_media_type_string(pad->type), filt->name, filt->filter->name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.h563 #define media_type_string av_get_media_type_string
H A Dffmpeg.c682 av_get_media_type_string(ost->enc_ctx->codec_type),
2387 av_get_media_type_string(st->codec->codec_type),
3369 ifile->ist_index + pkt.stream_index, av_get_media_type_string(ist->dec_ctx->codec_type),
3499 ifile->ist_index + pkt.stream_index, av_get_media_type_string(ist->dec_ctx->codec_type),
H A Dffprobe.c1673 s = av_get_media_type_string(st->codec->codec_type);
1730 s = av_get_media_type_string(stream->codec->codec_type);
2030 s = av_get_media_type_string(dec_ctx->codec_type);
H A Dffmpeg_opt.c1261 av_get_media_type_string(type), ost->file_index, ost->index);
1822 av_log(NULL, AV_LOG_FATAL, "Missing %s stream which is required by this ffm\n", av_get_media_type_string(ost->st->codec->codec_type));
H A Dffplay.c3181 av_get_media_type_string(codec_type),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dutils.c2900 codec_type = av_get_media_type_string(enc->codec_type);

Completed in 311 milliseconds