Home
last modified time | relevance | path

Searched refs:ffcodec (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dpthread_frame.c192 const FFCodec *codec = ffcodec(avctx->codec); in frame_worker_thread()
277 const FFCodec *const codec = ffcodec(dst->codec); in update_context_from_thread()
728 const FFCodec *codec = ffcodec(avctx->codec); in ff_frame_thread_free()
868 const FFCodec *codec = ffcodec(avctx->codec); in ff_frame_thread_init()
952 if (ffcodec(avctx->codec)->flush) in ff_thread_flush()
953 ffcodec(avctx->codec)->flush(p->avctx); in ff_thread_flush()
962 (ffcodec(avctx->codec)->update_thread_context in ff_thread_can_start_frame()
984 (ffcodec(avctx->codec)->update_thread_context in thread_get_buffer_internal()
1016 if (!THREAD_SAFE_CALLBACKS(avctx) && !ffcodec(avctx->codec)->update_thread_context) in thread_get_buffer_internal()
1079 if (ffcodec(avct in ff_thread_get_ext_buffer()
[all...]
H A Dencode.c155 ret = ffcodec(avctx->codec)->cb.encode_sub(avctx, buf, buf_size, sub); in avcodec_encode_subtitle()
179 const FFCodec *const codec = ffcodec(avctx->codec); in encode_simple_internal()
294 if (ffcodec(avctx->codec)->cb_type == FF_CODEC_CB_TYPE_RECEIVE_PACKET) { in encode_receive_packet_internal()
295 ret = ffcodec(avctx->codec)->cb.receive_packet(avctx, avpkt); in encode_receive_packet_internal()
591 if (ffcodec(avctx->codec)->cb_type == FF_CODEC_CB_TYPE_ENCODE) { in ff_encode_preinit()
H A Ddecode.c173 const FFCodec *const codec = ffcodec(avctx->codec); in decode_bsfs_init()
219 if (!(ffcodec(avctx->codec)->caps_internal & FF_CODEC_CAP_SETS_FRAME_PROPS)) { in ff_decode_get_packet()
281 const FFCodec *const codec = ffcodec(avctx->codec); in decode_simple_internal()
526 const FFCodec *const codec = ffcodec(avctx->codec); in decode_receive_frame_internal()
847 ret = ffcodec(avctx->codec)->cb.decode_sub(avctx, sub, got_sub_ptr, pkt); in avcodec_decode_subtitle2()
897 if (avctx->hw_device_ctx && ffcodec(avctx->codec)->hw_configs) { in avcodec_default_get_format()
901 config = &ffcodec(avctx->codec)->hw_configs[i]->public; in avcodec_default_get_format()
1013 hw_config = ffcodec(avctx->codec)->hw_configs[i]; in avcodec_get_hw_frames_parameters()
1157 if (ffcodec(avctx->codec)->hw_configs) { in ff_get_format()
1159 hw_config = ffcodec(avct in ff_get_format()
[all...]
H A Davcodec.c135 codec2 = ffcodec(codec); in avcodec_open2()
414 else if (ffcodec(avctx->codec)->flush) in avcodec_flush_buffers()
415 ffcodec(avctx->codec)->flush(avctx); in avcodec_flush_buffers()
456 if (avci->needs_close && ffcodec(avctx->codec)->close) in avcodec_close()
457 ffcodec(avctx->codec)->close(avctx); in avcodec_close()
H A Dcodec_internal.h273 static av_always_inline const FFCodec *ffcodec(const AVCodec *codec) in ffcodec() function
H A Dpthread.c63 } else if (!(ffcodec(avctx->codec)->caps_internal & FF_CODEC_CAP_AUTO_THREADS)) { in validate_thread_parameters()
H A Dutils.c76 const FFCodec *const codec = ffcodec(avcodec); in av_codec_is_encoder()
84 const FFCodec *const codec = ffcodec(avcodec); in av_codec_is_decoder()
453 return !!(ffcodec(codec)->caps_internal & FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM); in avpriv_codec_get_cap_skip_frame_fill_param()
891 const FFCodec *const codec = ffcodec(avcodec); in avcodec_get_hw_config()
H A Doptions.c91 const FFCodec *const codec2 = ffcodec(codec); in init_context_defaults()
H A Dframe_thread_encoder.c107 ret = ffcodec(avctx->codec)->cb.encode(avctx, pkt, frame, &got_packet); in worker()
H A Dpthread_slice.c163 mainfunc = ffcodec(avctx->codec)->caps_internal & FF_CODEC_CAP_SLICE_THREAD_HAS_MF ? &main_function : NULL; in ff_slice_thread_init()
H A Dcuviddec.c949 if (ffcodec(avctx->codec)->bsfs) { in cuvid_decode_init()
H A Dvp8.c2726 if (ffcodec(avctx->codec)->update_thread_context) in vp78_decode_frame()
/third_party/ffmpeg/libavcodec/tests/
H A Davcodec.c65 const FFCodec *const codec2 = ffcodec(codec); in main()
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c81 return ffcodec(res); in AVCodecInitialize()

Completed in 16 milliseconds