Home
last modified time | relevance | path

Searched defs:avctx (Results 126 - 150 of 842) sorted by relevance

12345678910>>...34

/third_party/ffmpeg/libavcodec/
H A Dpng_parser.c37 static int png_parse(AVCodecParserContext *s, AVCodecContext *avctx, in png_parse() argument
H A Dqsvenc_vp9.c41 static av_cold int qsv_enc_init(AVCodecContext *avctx) in qsv_enc_init() argument
49 static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt, in qsv_enc_frame() argument
57 static av_cold int qsv_enc_close(AVCodecContext *avctx) in qsv_enc_close() argument
H A Dqsvenc_mpeg2.c41 static av_cold int qsv_enc_init(AVCodecContext *avctx) in qsv_enc_init() argument
48 static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt, in qsv_enc_frame() argument
56 static av_cold int qsv_enc_close(AVCodecContext *avctx) in qsv_enc_close() argument
H A Dqsvenc_jpeg.c41 static av_cold int qsv_enc_init(AVCodecContext *avctx) in qsv_enc_init() argument
48 static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt, in qsv_enc_frame() argument
56 static av_cold int qsv_enc_close(AVCodecContext *avctx) in qsv_enc_close() argument
H A Drealtextdec.c59 static int realtext_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, in realtext_decode_frame() argument
H A Dtexturedsp_template.c23 int TEXTUREDSP_FUNC_NAME(AVCodecContext *avctx, void *arg, in TEXTUREDSP_FUNC_NAME() argument
H A Dwebvttdec.c83 static int webvtt_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, in webvtt_decode_frame() argument
H A Dwebp_parser.c37 static int webp_parse(AVCodecParserContext *s, AVCodecContext *avctx, in webp_parse() argument
H A Dmsp2dec.c32 static int msp2_decode_frame(AVCodecContext *avctx, AVFrame *p, in msp2_decode_frame() argument
[all...]
H A Dtmv.c39 static int tmv_decode_frame(AVCodecContext *avctx, AVFrame *frame, in tmv_decode_frame() argument
83 static av_cold int tmv_decode_init(AVCodecContext *avctx) in tmv_decode_init() argument
H A Dvcr1.c38 static av_cold int vcr1_decode_init(AVCodecContext *avctx) in vcr1_decode_init() argument
50 static int vcr1_decode_frame(AVCodecContext *avctx, AVFrame *p, in vcr1_decode_frame() argument
[all...]
H A Dvp8_parser.c23 parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) parse() argument
H A Dbitpacked_dec.c41 static int bitpacked_decode_uyvy422(AVCodecContext *avctx, AVFrame *frame, in bitpacked_decode_uyvy422() argument
63 static int bitpacked_decode_yuv422p10(AVCodecContext *avctx, AVFrame *frame, in bitpacked_decode_yuv422p10() argument
102 bitpacked_init_decoder(AVCodecContext *avctx) bitpacked_init_decoder() argument
125 bitpacked_decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) bitpacked_decode() argument
[all...]
H A Dbitpacked.c40 static int bitpacked_decode_uyvy422(AVCodecContext *avctx, AVFrame *frame, in bitpacked_decode_uyvy422() argument
58 static int bitpacked_decode_yuv422p10(AVCodecContext *avctx, AVFrame *frame, in bitpacked_decode_yuv422p10() argument
97 bitpacked_init_decoder(AVCodecContext *avctx) bitpacked_init_decoder() argument
120 bitpacked_decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) bitpacked_decode() argument
[all...]
H A Dcri_parser.c45 static int cri_parse(AVCodecParserContext *s, AVCodecContext *avctx, in cri_parse() argument
H A Ddvaudiodec.c35 static av_cold int decode_init(AVCodecContext *avctx) in decode_init() argument
88 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *pkt) decode_frame() argument
[all...]
H A Ddvbsub_parser.c42 dvbsub_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) dvbsub_parse() argument
H A Ddvd_nav_parser.c44 dvd_nav_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) dvd_nav_parse() argument
/third_party/ffmpeg/libavcodec/ppc/
H A Dmpegvideoencdsp.c151 ff_mpegvideoencdsp_init_ppc(MpegvideoEncDSPContext *c, AVCodecContext *avctx) ff_mpegvideoencdsp_init_ppc() argument
/third_party/ffmpeg/libavcodec/x86/
H A Dmpegvideoencdsp_init.c214 ff_mpegvideoencdsp_init_x86(MpegvideoEncDSPContext *c, AVCodecContext *avctx) ff_mpegvideoencdsp_init_x86() argument
H A Dw64xmmtest.c25 wrap(avcodec_open2(AVCodecContext *avctx, in avcodec_open2() argument
32 wrap(avcodec_decode_subtitle2(AVCodecContext *avctx, in avcodec_decode_subtitle2() argument
41 wrap(avcodec_encode_subtitle(AVCodecContext *avctx, in avcodec_encode_subtitle() argument
48 wrap(avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt)) in avcodec_send_packet() argument
53 wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)) in avcodec_receive_packet() argument
58 avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame) avcodec_send_frame() argument
63 avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame) avcodec_receive_frame() argument
[all...]
/third_party/ffmpeg/libavutil/
H A Dcuda_check.h32 static inline int ff_cuda_check(void *avctx, in ff_cuda_check() argument
/third_party/ffmpeg/libavfilter/
H A Dvulkan_filter.c21 static int vulkan_filter_set_device(AVFilterContext *avctx, in vulkan_filter_set_device() argument
38 static int vulkan_filter_set_frames(AVFilterContext *avctx, in vulkan_filter_set_frames() argument
55 AVFilterContext *avctx = inlink->dst; in ff_vk_filter_config_input() local
106 AVFilterContext *avctx = outlink->src; ff_vk_filter_config_output_inplace() local
136 AVFilterContext *avctx = outlink->src; ff_vk_filter_config_output() local
184 ff_vk_filter_init(AVFilterContext *avctx) ff_vk_filter_init() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dfrmdec.c52 static int frm_read_header(AVFormatContext *avctx) in frm_read_header() argument
76 static int frm_read_packet(AVFormatContext *avctx, AVPacket *pkt) in frm_read_packet() argument
H A Dsauce.c32 int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height) in ff_sauce_read() argument

Completed in 8 milliseconds

12345678910>>...34