Home
last modified time | relevance | path

Searched defs:avctx (Results 276 - 300 of 842) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/ffmpeg/libavcodec/
H A Dproresdsp.c79 av_cold int ff_proresdsp_init(ProresDSPContext *dsp, AVCodecContext *avctx) in ff_proresdsp_init() argument
H A Dra144dec.c33 static av_cold int ra144_decode_init(AVCodecContext * avctx) in ra144_decode_init() argument
63 static int ra144_decode_frame(AVCodecContext * avctx, AVFrame *frame, in ra144_decode_frame() argument
[all...]
H A Dtak.c142 int ff_tak_decode_frame_header(AVCodecContext *avctx, GetBitContext *gb, in ff_tak_decode_frame_header() argument
H A Dcpia.c51 static int cpia_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in cpia_decode_frame() argument
194 cpia_decode_init(AVCodecContext *avctx) cpia_decode_init() argument
216 cpia_decode_end(AVCodecContext *avctx) cpia_decode_end() argument
[all...]
H A Ddpcm.c131 static av_cold int dpcm_decode_init(AVCodecContext *avctx) in dpcm_decode_init() argument
210 dpcm_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) dpcm_decode_frame() argument
[all...]
H A Ddpxenc.c38 static av_cold int encode_init(AVCodecContext *avctx) in encode_init() argument
92 static void encode_rgb48_10bit(AVCodecContext *avctx, const AVFrame *pic, in encode_rgb48_10bit() argument
118 encode_gbrp10(AVCodecContext *avctx, const AVFrame *pic, uint8_t *dst) encode_gbrp10() argument
144 encode_gbrp12(AVCodecContext *avctx, const AVFrame *pic, uint8_t *dst) encode_gbrp12() argument
175 encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) encode_frame() argument
[all...]
H A Ddolby_e.h73 void *avctx; member
H A Ddvbsubenc.c272 static int dvbsub_encode(AVCodecContext *avctx, uint8_t *outbuf, int buf_size, in dvbsub_encode() argument
H A Dencode.c35 int ff_alloc_packet(AVCodecContext *avctx, AVPacket *avpkt, int64_t size) in ff_alloc_packet() argument
57 int avcodec_default_get_encode_buffer(AVCodecContext *avctx, AVPacket *avpkt, int flags) in avcodec_default_get_encode_buffer() argument
79 int ff_get_encode_buffer(AVCodecContext *avctx, AVPacke argument
146 avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVSubtitle *sub) avcodec_encode_subtitle() argument
160 ff_encode_get_frame(AVCodecContext *avctx, AVFrame *frame) ff_encode_get_frame() argument
175 encode_simple_internal(AVCodecContext *avctx, AVPacket *avpkt) encode_simple_internal() argument
264 encode_simple_receive_packet(AVCodecContext *avctx, AVPacket *avpkt) encode_simple_receive_packet() argument
277 encode_receive_packet_internal(AVCodecContext *avctx, AVPacket *avpkt) encode_receive_packet_internal() argument
311 encode_send_frame_internal(AVCodecContext *avctx, const AVFrame *src) encode_send_frame_internal() argument
357 avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame) avcodec_send_frame() argument
390 avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt) avcodec_receive_packet() argument
411 encode_preinit_video(AVCodecContext *avctx) encode_preinit_video() argument
478 encode_preinit_audio(AVCodecContext *avctx) encode_preinit_audio() argument
563 ff_encode_preinit(AVCodecContext *avctx) ff_encode_preinit() argument
600 ff_encode_alloc_frame(AVCodecContext *avctx, AVFrame *frame) ff_encode_alloc_frame() argument
[all...]
H A Dlibjxldec.c54 static int libjxl_init_jxl_decoder(AVCodecContext *avctx) in libjxl_init_jxl_decoder() argument
75 static av_cold int libjxl_decode_init(AVCodecContext *avctx) in libjxl_decode_init() argument
96 libjxl_get_pix_fmt(void *avctx, const JxlBasicInfo *basic_info, JxlPixelFormat *format) libjxl_get_pix_fmt() argument
133 libjxl_get_primaries(void *avctx, const JxlColorEncoding *jxl_color) libjxl_get_primaries() argument
160 libjxl_get_trc(void *avctx, const JxlColorEncoding *jxl_color) libjxl_get_trc() argument
184 libjxl_get_icc(AVCodecContext *avctx) libjxl_get_icc() argument
225 libjxl_color_encoding_event(AVCodecContext *avctx, AVFrame *frame) libjxl_color_encoding_event() argument
321 libjxl_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) libjxl_decode_frame() argument
433 libjxl_decode_close(AVCodecContext *avctx) libjxl_decode_close() argument
[all...]
H A Dlibmp3lame.c46 AVCodecContext *avctx; member
77 static av_cold int mp3lame_encode_close(AVCodecContext *avctx) in mp3lame_encode_close() argument
92 static av_cold int mp3lame_encode_init(AVCodecContext *avctx) in mp3lame_encode_init() argument
190 mp3lame_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) mp3lame_encode_frame() argument
[all...]
H A Dlibkvazaar.c53 static av_cold int libkvazaar_init(AVCodecContext *avctx) in libkvazaar_init() argument
151 libkvazaar_close(AVCodecContext *avctx) libkvazaar_close() argument
163 libkvazaar_encode(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) libkvazaar_encode() argument
[all...]
H A Dlibspeexenc.c112 static av_cold void print_enc_params(AVCodecContext *avctx, in print_enc_params() argument
146 encode_init(AVCodecContext *avctx) encode_init() argument
270 encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) encode_frame() argument
315 encode_close(AVCodecContext *avctx) encode_close() argument
[all...]
H A Dlibtheoraenc.c90 static int get_stats(AVCodecContext *avctx, int eos) in get_stats() argument
128 static int submit_stats(AVCodecContext *avctx) in submit_stats() argument
[all...]
H A Dlibuavs3d.c37 AVCodecContext *avctx; member
104 static av_cold int libuavs3d_init(AVCodecContext *avctx) in libuavs3d_init() argument
121 static av_cold int libuavs3d_end(AVCodecContext *avctx) in libuavs3d_end() argument
135 static void libuavs3d_flush(AVCodecContext * avctx) in libuavs3d_flush() argument
145 static int libuavs3d_decode_frame(AVCodecContext *avctx, AVFram argument
[all...]
H A Daacenc_is.c98 void ff_aac_search_for_is(AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe) in ff_aac_search_for_is() argument
H A Dav1dec.h65 AVCodecContext *avctx; member
H A Ddxa.c54 static int decode_13(AVCodecContext *avctx, DxaDecContext *c, uint8_t* dst, in decode_13() argument
211 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) decode_frame() argument
329 decode_init(AVCodecContext *avctx) decode_init() argument
354 decode_end(AVCodecContext *avctx) decode_end() argument
[all...]
H A Dfitsdec.c106 static int fits_read_header(AVCodecContext *avctx, const uint8_t **ptr, FITSHeader *header, in fits_read_header() argument
184 fits_decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) fits_decode_frame() argument
[all...]
H A Dframe_thread_encoder.c78 AVCodecContext *avctx = v; in worker() local
134 av_cold int ff_frame_thread_encoder_init(AVCodecContext *avctx) in ff_frame_thread_encoder_init() argument
257 ff_frame_thread_encoder_free(AVCodecContext *avctx) ff_frame_thread_encoder_free() argument
283 ff_thread_video_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVFrame *frame, int *got_packet_ptr) ff_thread_video_encode_frame() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dtty.c75 static int efi_read(AVFormatContext *avctx, uint64_t start_pos) in efi_read() argument
102 static int read_header(AVFormatContext *avctx) in read_header() argument
141 read_packet(AVFormatContext *avctx, AVPacket *pkt) read_packet() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_iccgen.c86 static av_cold void iccgen_uninit(AVFilterContext *avctx) in iccgen_uninit() argument
93 static av_cold int iccgen_init(AVFilterContext *avctx) in iccgen_init() argument
101 AVFilterContext *avctx = inlink->dst; in iccgen_filter_frame() local
H A Dvf_hwdownload.c38 static int hwdownload_query_formats(AVFilterContext *avctx) in hwdownload_query_formats() argument
53 AVFilterContext *avctx = inlink->dst; in hwdownload_config_input() local
75 AVFilterContext *avctx = outlink->src; in hwdownload_config_output() local
113 AVFilterContext *avctx = link->dst; in hwdownload_filter_frame() local
161 hwdownload_uninit(AVFilterContext *avctx) hwdownload_uninit() argument
[all...]
H A Dvf_iccdetect.c55 static av_cold void iccdetect_uninit(AVFilterContext *avctx) in iccdetect_uninit() argument
62 static av_cold int iccdetect_init(AVFilterContext *avctx) in iccdetect_init() argument
70 AVFilterContext *avctx = inlink->dst; in iccdetect_filter_frame() local
/third_party/ffmpeg/libavutil/
H A Dvulkan_shaderc.c23 static int shdc_shader_compile(FFVkSPIRVCompiler *ctx, void *avctx, in shdc_shader_compile() argument

Completed in 10 milliseconds

1...<<11121314151617181920>>...34