Searched refs:ffcodec (Results 1 - 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | pthread_frame.c | 192 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 D | encode.c | 155 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 D | decode.c | 173 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 D | avcodec.c | 135 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 D | codec_internal.h | 273 static av_always_inline const FFCodec *ffcodec(const AVCodec *codec) in ffcodec() function
|
H A D | pthread.c | 63 } else if (!(ffcodec(avctx->codec)->caps_internal & FF_CODEC_CAP_AUTO_THREADS)) { in validate_thread_parameters()
|
H A D | utils.c | 76 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 D | options.c | 91 const FFCodec *const codec2 = ffcodec(codec); in init_context_defaults()
|
H A D | frame_thread_encoder.c | 107 ret = ffcodec(avctx->codec)->cb.encode(avctx, pkt, frame, &got_packet); in worker()
|
H A D | pthread_slice.c | 163 mainfunc = ffcodec(avctx->codec)->caps_internal & FF_CODEC_CAP_SLICE_THREAD_HAS_MF ? &main_function : NULL; in ff_slice_thread_init()
|
H A D | cuviddec.c | 949 if (ffcodec(avctx->codec)->bsfs) { in cuvid_decode_init()
|
H A D | vp8.c | 2726 if (ffcodec(avctx->codec)->update_thread_context) in vp78_decode_frame()
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | avcodec.c | 65 const FFCodec *const codec2 = ffcodec(codec); in main()
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fuzzer.c | 81 return ffcodec(res); in AVCodecInitialize()
|
Completed in 18 milliseconds