avcodec_find_decoder 132 doc/examples/decode_audio.c codec = avcodec_find_decoder(AV_CODEC_ID_MP2); avcodec_find_decoder 113 doc/examples/decode_video.c codec = avcodec_find_decoder(AV_CODEC_ID_MPEG1VIDEO); avcodec_find_decoder 165 doc/examples/demuxing_decoding.c dec = avcodec_find_decoder(st->codecpar->codec_id); avcodec_find_decoder 92 doc/examples/transcode_aac.c if (!(input_codec = avcodec_find_decoder((*input_format_context)->streams[0]->codecpar->codec_id))) { avcodec_find_decoder 75 doc/examples/transcoding.c AVCodec *dec = avcodec_find_decoder(stream->codecpar->codec_id); avcodec_find_decoder 1575 fftools/cmdutils.c printf(avcodec_find_decoder(desc->id) ? "D" : "."); avcodec_find_decoder 2116 fftools/cmdutils.c : avcodec_find_decoder(codec_id); avcodec_find_decoder 731 fftools/ffmpeg_opt.c avcodec_find_decoder(desc->id); avcodec_find_decoder 758 fftools/ffmpeg_opt.c return avcodec_find_decoder(st->codecpar->codec_id); avcodec_find_decoder 849 fftools/ffmpeg_opt.c ist->dec = avcodec_find_decoder(par->codec_id); avcodec_find_decoder 955 fftools/ffmpeg_opt.c ist->dec = avcodec_find_decoder(par->codec_id); avcodec_find_decoder 2600 fftools/ffplay.c codec = avcodec_find_decoder(avctx->codec_id); avcodec_find_decoder 2926 fftools/ffprobe.c codec = avcodec_find_decoder(stream->codecpar->codec_id); avcodec_find_decoder 49 libavcodec/avrndec.c AVCodec *codec = avcodec_find_decoder(AV_CODEC_ID_MJPEG); avcodec_find_decoder 350 libavcodec/codec.h AVCodec *avcodec_find_decoder(enum AVCodecID id); avcodec_find_decoder 57 libavcodec/imm5.c codec = avcodec_find_decoder(AV_CODEC_ID_H264); avcodec_find_decoder 70 libavcodec/imm5.c codec = avcodec_find_decoder(AV_CODEC_ID_HEVC); avcodec_find_decoder 121 libavcodec/smvjpegdec.c codec = avcodec_find_decoder(AV_CODEC_ID_MJPEG); avcodec_find_decoder 118 libavcodec/tdsc.c codec = avcodec_find_decoder(AV_CODEC_ID_MJPEG); avcodec_find_decoder 2149 libavcodec/tiff.c codec = avcodec_find_decoder(AV_CODEC_ID_MJPEG); avcodec_find_decoder 699 libavcodec/utils.c codec2 = av_codec_is_encoder(codec) ? avcodec_find_encoder(codec->id) : avcodec_find_decoder(codec->id); avcodec_find_decoder 1195 libavcodec/utils.c codec = avcodec_find_decoder(id); avcodec_find_decoder 372 libavdevice/dshow.c AVCodec *codec = avcodec_find_decoder(codec_id); avcodec_find_decoder 53 libavfilter/lavfutils.c codec = avcodec_find_decoder(par->codec_id); avcodec_find_decoder 161 libavfilter/src_movie.c codec = avcodec_find_decoder(st->st->codecpar->codec_id); avcodec_find_decoder 383 libavfilter/vf_subtitles.c dec = avcodec_find_decoder(st->codecpar->codec_id); avcodec_find_decoder 200 libavformat/utils.c return avcodec_find_decoder(codec_id); avcodec_find_decoder 162 libavformat/wavenc.c AVCodec *codec = avcodec_find_decoder(s->streams[0]->codecpar->codec_id); avcodec_find_decoder 556 libavformat/wavenc.c AVCodec *codec = avcodec_find_decoder(s->streams[0]->codecpar->codec_id); avcodec_find_decoder 105 tests/api/api-band-test.c codec = avcodec_find_decoder(origin_par->codec_id); avcodec_find_decoder 38 tests/api/api-codec-param-test.c const AVCodec *codec = avcodec_find_decoder(codec_ctx->codec_id); avcodec_find_decoder 254 tests/api/api-flac-test.c dec = avcodec_find_decoder(AV_CODEC_ID_FLAC); avcodec_find_decoder 144 tests/api/api-h264-slice-test.c if (!(codec = avcodec_find_decoder(AV_CODEC_ID_H264))) { avcodec_find_decoder 70 tests/api/api-h264-test.c codec = avcodec_find_decoder(origin_par->codec_id); avcodec_find_decoder 220 tests/api/api-seek-test.c codec = avcodec_find_decoder(origin_par->codec_id); avcodec_find_decoder 75 tools/target_dec_fuzzer.c res = avcodec_find_decoder(codec_id); avcodec_find_decoder 88 tools/venc_data_dump.c codec = avcodec_find_decoder(demuxer->streams[stream_idx]->codecpar->codec_id);