Home
last modified time | relevance | path

Searched refs:avcodec_is_open (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Davcodec.c121 if (avcodec_is_open(avctx)) in avcodec_open2()
447 if (avcodec_is_open(avctx)) { in avcodec_close()
715 int avcodec_is_open(AVCodecContext *s) in avcodec_is_open() function
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 Davcodec.h3163 int avcodec_is_open(AVCodecContext *s);
H A Ddecode.c581 if (!avcodec_is_open(avctx) || !av_codec_is_decoder(avctx->codec)) in avcodec_send_packet()
646 if (!avcodec_is_open(avctx) || !av_codec_is_decoder(avctx->codec)) in avcodec_receive_frame()
/third_party/ffmpeg/libavformat/
H A Ddemux.c1280 if (avcodec_is_open(sti->avctx)) { in read_frame_internal()
2018 if (!avcodec_is_open(avctx) && in try_decode_frame()
H A Dmpegts.c1512 if (avcodec_is_open(sti->avctx)) { in mpegts_set_stream_info()

Completed in 18 milliseconds