Home
last modified time | relevance | path

Searched defs:avctx (Results 301 - 325 of 842) sorted by relevance

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

/third_party/ffmpeg/libavcodec/
H A Dh263dec.c57 static enum AVPixelFormat h263_get_format(AVCodecContext *avctx) in h263_get_format() argument
77 ff_h263_decode_init(AVCodecContext *avctx) ff_h263_decode_init() argument
160 ff_h263_decode_end(AVCodecContext *avctx) ff_h263_decode_end() argument
428 ff_h263_decode_frame(AVCodecContext *avctx, AVFrame *pict, int *got_frame, AVPacket *avpkt) ff_h263_decode_frame() argument
[all...]
H A Dintrax8.h41 AVCodecContext *avctx; member
H A Dlibaomdec.c42 static av_cold int aom_init(AVCodecContext *avctx, in aom_init() argument
88 static int set_pix_fmt(AVCodecContext *avctx, struct aom_image *img) in set_pix_fmt() argument
159 aom_decode(AVCodecContext *avctx, AVFrame *picture, int *got_frame, AVPacket *avpkt) aom_decode() argument
239 aom_free(AVCodecContext *avctx) aom_free() argument
246 av1_init(AVCodecContext *avctx) av1_init() argument
[all...]
H A Dmpc7.c75 static av_cold int mpc7_decode_init(AVCodecContext * avctx) in mpc7_decode_init() argument
175 mpc7_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) mpc7_decode_frame() argument
296 mpc7_decode_flush(AVCodecContext *avctx) mpc7_decode_flush() argument
304 mpc7_decode_close(AVCodecContext *avctx) mpc7_decode_close() argument
[all...]
H A Daptxdec.c140 static int aptx_decode_frame(AVCodecContext *avctx, AVFrame *frame, in aptx_decode_frame() argument
H A Dass.c28 int ff_ass_subtitle_header_full(AVCodecContext *avctx, in ff_ass_subtitle_header_full() argument
82 int ff_ass_subtitle_header(AVCodecContext *avctx, in ff_ass_subtitle_header() argument
96 int ff_ass_subtitle_header_default(AVCodecContext *avctx) in ff_ass_subtitle_header_default() argument
164 ff_ass_decoder_flush(AVCodecContext *avctx) ff_ass_decoder_flush() argument
[all...]
H A Dbgmc.c460 av_cold int ff_bgmc_init(AVCodecContext *avctx, in ff_bgmc_init() argument
H A Dcngdec.c44 static av_cold int cng_decode_close(AVCodecContext *avctx) in cng_decode_close() argument
55 static av_cold int cng_decode_init(AVCodecContext *avctx) in cng_decode_init() argument
99 cng_decode_flush(AVCodecContext *avctx) cng_decode_flush() argument
105 cng_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) cng_decode_frame() argument
[all...]
H A Ddcadec.h55 AVCodecContext *avctx; member
84 static inline int ff_dca_check_crc(AVCodecContext *avctx, GetBitContext *s, in ff_dca_check_crc() argument
H A Ddxva2_mpeg2.c42 static void fill_picture_parameters(AVCodecContext *avctx, in fill_picture_parameters() argument
108 static void fill_quantization_matrices(AVCodecContext *avctx, in fill_quantization_matrices() argument
125 static void fill_slice(AVCodecContext *avctx, in fill_slice() argument
152 static int commit_bitstream_and_slice_buffer(AVCodecContext *avctx, in commit_bitstream_and_slice_buffer() argument
255 dxva2_mpeg2_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) dxva2_mpeg2_start_frame() argument
277 dxva2_mpeg2_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) dxva2_mpeg2_decode_slice() argument
300 dxva2_mpeg2_end_frame(AVCodecContext *avctx) dxva2_mpeg2_end_frame() argument
[all...]
H A Ddxva2_vp9.c45 static int fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, const VP9SharedContext *h, in fill_picture_parameters() argument
166 static int commit_bitstream_and_slice_buffer(AVCodecContext *avctx, in commit_bitstream_and_slice_buffer() argument
254 dxva2_vp9_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) dxva2_vp9_start_frame() argument
275 dxva2_vp9_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) dxva2_vp9_decode_slice() argument
293 dxva2_vp9_end_frame(AVCodecContext *avctx) dxva2_vp9_end_frame() argument
[all...]
H A Dhapenc.c56 static int compress_texture(AVCodecContext *avctx, uint8_t *out, int out_length, const AVFrame *f) in compress_texture() argument
89 static int hap_compress_frame(AVCodecContext *avctx, uint8_t *dst) in hap_compress_frame() argument
191 static int hap_encode(AVCodecContext *avctx, AVPacket *pkt, in hap_encode() argument
232 hap_init(AVCodecContext *avctx) hap_init() argument
319 hap_close(AVCodecContext *avctx) hap_close() argument
[all...]
H A Dhapdec.c130 static int hap_parse_frame_header(AVCodecContext *avctx) in hap_parse_frame_header() argument
222 static int decompress_chunks_thread(AVCodecContext *avctx, voi argument
250 hap_decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) hap_decode() argument
337 hap_init(AVCodecContext *avctx) hap_init() argument
406 hap_close(AVCodecContext *avctx) hap_close() argument
[all...]
H A Djpeg2000_parser.c188 jpeg2000_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) jpeg2000_parse() argument
H A Davs.c46 static int avs_decode_frame(AVCodecContext * avctx, AVFrame *picture, in avs_decode_frame() argument
157 static av_cold int avs_decode_init(AVCodecContext * avctx) in avs_decode_init() argument
170 static av_cold int avs_decode_end(AVCodecContext *avctx) in avs_decode_end() argument
H A Davs2_parser.c63 parse_avs2_seq_header(AVCodecParserContext *s, const uint8_t *buf, int buf_size, AVCodecContext *avctx) parse_avs2_seq_header() argument
132 parse_avs2_units(AVCodecParserContext *s, const uint8_t *buf, int buf_size, AVCodecContext *avctx) parse_avs2_units() argument
164 avs2_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) avs2_parse() argument
[all...]
H A Dbrenderpix.c133 static int pix_decode_frame(AVCodecContext *avctx, AVFrame *frame, in pix_decode_frame() argument
[all...]
H A Ddca_parser.c306 static int dca_parse(AVCodecParserContext *s, AVCodecContext *avctx, in dca_parse() argument
H A Ddirac_parser.c137 static int dirac_combine_frame(AVCodecParserContext *s, AVCodecContext *avctx, in dirac_combine_frame() argument
238 static int dirac_parse(AVCodecParserContext *s, AVCodecContext *avctx, in dirac_parse() argument
H A Dgemdec.c62 static void put_lines_bits(AVCodecContext *avctx, int planes, int row_width, int pixel_size, State * state, uint8_t * row, AVFrame *p) in put_lines_bits() argument
79 static void put_lines_bytes(AVCodecContext *avctx, int planes, int row_width, int pixel_size, State * state, uint8_t * row, AVFrame *p) in put_lines_bytes() argument
88 static int gem_decode_frame(AVCodecContext *avctx, AVFrame *p, in gem_decode_frame() argument
347 gem_close(AVCodecContext *avctx) gem_close() argument
[all...]
H A Dget_buffer.c84 static int update_frame_pool(AVCodecContext *avctx, AVFrame *frame) in update_frame_pool() argument
201 audio_get_buffer(AVCodecContext *avctx, AVFrame *frame) audio_get_buffer() argument
290 avcodec_default_get_buffer2(AVCodecContext *avctx, AVFrame *frame, int flags) avcodec_default_get_buffer2() argument
[all...]
H A Dgif_parser.c161 static int gif_parse(AVCodecParserContext *s, AVCodecContext *avctx, in gif_parse() argument
H A Didcinvideo.c69 AVCodecContext *avctx; member
148 static av_cold int idcin_decode_init(AVCodecContext *avctx) in idcin_decode_init() argument
212 idcin_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) idcin_decode_frame() argument
[all...]
H A Dcyuv.c44 AVCodecContext *avctx; member
48 static av_cold int cyuv_decode_init(AVCodecContext *avctx) in cyuv_decode_init() argument
62 static int cyuv_decode_frame(AVCodecContext *avctx, AVFrame *frame, in cyuv_decode_frame() argument
[all...]
H A Deatgq.c45 AVCodecContext *avctx; member
53 static av_cold int tgq_decode_init(AVCodecContext *avctx) in tgq_decode_init() argument
212 tgq_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) tgq_decode_frame() argument
[all...]

Completed in 11 milliseconds

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