Home
last modified time | relevance | path

Searched refs:av_codec_is_encoder (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/tests/
H A Dutils.c27 if (av_codec_is_encoder(codec)) { in main()
H A Davcodec.c121 is_encoder != av_codec_is_encoder(codec)) { in main()
/third_party/ffmpeg/libavcodec/
H A Davcodec.c261 const char *codec_string = av_codec_is_encoder(codec) ? "encoder" : "decoder"; in avcodec_open2()
267 codec2 = av_codec_is_encoder(codec) ? avcodec_find_encoder(codec->id) : avcodec_find_decoder(codec->id); in avcodec_open2()
281 if (av_codec_is_encoder(avctx->codec)) in avcodec_open2()
288 if (CONFIG_FRAME_THREAD_ENCODER && av_codec_is_encoder(avctx->codec)) { in avcodec_open2()
381 if (av_codec_is_encoder(avctx->codec)) { in avcodec_flush_buffers()
499 if (av_codec_is_encoder(avctx->codec)) { in avcodec_close()
H A Dcodec.h294 int av_codec_is_encoder(const AVCodec *codec);
H A Dencode.c362 if (!avcodec_is_open(avctx) || !av_codec_is_encoder(avctx->codec)) in avcodec_send_frame()
397 if (!avcodec_is_open(avctx) || !av_codec_is_encoder(avctx->codec)) in avcodec_receive_packet()
H A Djpeg2000.c267 if (!av_codec_is_encoder(avctx->codec)) in init_band_stepsize()
378 if (av_codec_is_encoder(avctx->codec)) { in init_prec()
H A Dpthread_slice.c141 if (av_codec_is_encoder(avctx->codec) && in ff_slice_thread_init()
H A Dallcodecs.c932 return find_codec(id, av_codec_is_encoder); in avcodec_find_encoder()
960 return find_codec_by_name(name, av_codec_is_encoder); in avcodec_find_encoder_by_name()
H A Dmpegpicture.c123 int edges_needed = av_codec_is_encoder(avctx->codec); in alloc_frame_buffer()
H A Dutils.c74 int av_codec_is_encoder(const AVCodec *avcodec) in av_codec_is_encoder() function
H A Dsnow.c73 int edges_needed = av_codec_is_encoder(s->avctx->codec); in ff_snow_get_buffer()
/third_party/ffmpeg/fftools/
H A Dopt_common.c280 int encoder = av_codec_is_encoder(c); in print_codec()
388 (encoder ? av_codec_is_encoder(c) : av_codec_is_decoder(c))) in next_codec_for_id()

Completed in 13 milliseconds