| /third_party/ffmpeg/libavcodec/ |
| H A D | mjpegdec.h | 56 AVCodecContext *avctx; member
|
| H A D | movtextenc.c | 73 AVCodecContext *avctx; member 166 static int mov_text_encode_close(AVCodecContext *avctx) in mov_text_encode_close() argument 177 static int encode_sample_description(AVCodecContext *avctx) in encode_sample_description() argument 324 mov_text_encode_init(AVCodecContext *avctx) mov_text_encode_init() argument 636 mov_text_encode_frame(AVCodecContext *avctx, unsigned char *buf, int bufsize, const AVSubtitle *sub) mov_text_encode_frame() argument [all...] |
| H A D | movtextdec.c | 149 static int mov_text_tx3g(AVCodecContext *avctx, MovTextContext *m) in mov_text_tx3g() argument 446 static int mov_text_init(AVCodecContext *avctx) { in mov_text_init() argument 348 text_to_ass(AVBPrint *buf, const char *text, const char *text_end, AVCodecContext *avctx) text_to_ass() argument 475 mov_text_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) mov_text_decode_frame() argument 564 mov_text_decode_close(AVCodecContext *avctx) mov_text_decode_close() argument 572 mov_text_flush(AVCodecContext *avctx) mov_text_flush() argument [all...] |
| H A D | dxva2.c | 110 static int dxva_get_decoder_configuration(AVCodecContext *avctx, in dxva_get_decoder_configuration() argument 195 static int dxva_check_codec_compatibility(AVCodecContext *avctx, const dxva_mode *mode) in dxva_check_codec_compatibility() argument 215 static void dxva_list_guids_debug(AVCodecContext *avctx, void *service, in dxva_list_guids_debug() argument 260 dxva_get_decoder_guid(AVCodecContext *avctx, void *service, void *surface_format, unsigned guid_count, const GUID *guid_list, GUID *decoder_guid) dxva_get_decoder_guid() argument 319 dxva2_get_decoder_configuration(AVCodecContext *avctx, const GUID *device_guid, const DXVA2_VideoDesc *desc, DXVA2_ConfigPictureDecode *config) dxva2_get_decoder_configuration() argument 342 dxva2_create_decoder(AVCodecContext *avctx) dxva2_create_decoder() argument 420 d3d11va_get_decoder_configuration(AVCodecContext *avctx, ID3D11VideoDevice *video_device, const D3D11_VIDEO_DECODER_DESC *desc, D3D11_VIDEO_DECODER_CONFIG *config) d3d11va_get_decoder_configuration() argument 465 d3d11va_create_decoder(AVCodecContext *avctx) d3d11va_create_decoder() argument 560 ff_dxva2_lock(AVCodecContext *avctx) ff_dxva2_lock() argument 576 ff_dxva2_unlock(AVCodecContext *avctx) ff_dxva2_unlock() argument 592 ff_dxva2_common_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx) ff_dxva2_common_frame_params() argument 655 ff_dxva2_decode_init(AVCodecContext *avctx) ff_dxva2_decode_init() argument 730 ff_dxva2_decode_uninit(AVCodecContext *avctx) ff_dxva2_decode_uninit() argument 753 get_surface(const AVCodecContext *avctx, const AVFrame *frame) get_surface() argument 770 ff_dxva2_get_surface_index(const AVCodecContext *avctx, const AVDXVAContext *ctx, const AVFrame *frame) ff_dxva2_get_surface_index() argument 797 ff_dxva2_commit_buffer(AVCodecContext *avctx, AVDXVAContext *ctx, DECODER_BUFFER_DESC *dsc, unsigned type, const void *data, unsigned size, unsigned mb_count) ff_dxva2_commit_buffer() argument 886 ff_dxva2_common_end_frame(AVCodecContext *avctx, AVFrame *frame, const void *pp, unsigned pp_size, const void *qm, unsigned qm_size, int (*commit_bs_si)(AVCodecContext *, DECODER_BUFFER_DESC *bs, DECODER_BUFFER_DESC *slice)) ff_dxva2_common_end_frame() argument 1051 ff_dxva2_is_d3d11(const AVCodecContext *avctx) ff_dxva2_is_d3d11() argument [all...] |
| H A D | g726.c | 312 static av_cold int g726_encode_init(AVCodecContext *avctx) in g726_encode_init() argument 352 g726_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) g726_encode_frame() argument 439 g726_decode_init(AVCodecContext *avctx) g726_decode_init() argument 464 g726_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) g726_decode_frame() argument 497 g726_decode_flush(AVCodecContext *avctx) g726_decode_flush() argument [all...] |
| H A D | gifdec.c | 74 AVCodecContext *avctx; member 452 gif_decode_init(AVCodecContext *avctx) gif_decode_init() argument 468 gif_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) gif_decode_frame() argument 531 gif_decode_close(AVCodecContext *avctx) gif_decode_close() argument [all...] |
| H A D | h264dec.c | 57 int avpriv_h264_has_num_reorder_frames(AVCodecContext *avctx) in avpriv_h264_has_num_reorder_frames() argument 102 AVCodecContext *avctx = h->avctx; in ff_h264_draw_horiz_band() local 283 h264_init_context(AVCodecContext *avctx, H264Context *h) h264_init_context() argument 339 h264_decode_end(AVCodecContext *avctx) h264_decode_end() argument 370 h264_decode_init(AVCodecContext *avctx) h264_decode_init() argument 470 h264_decode_flush(AVCodecContext *avctx) h264_decode_flush() argument 575 AVCodecContext *const avctx = h->avctx; decode_nal_units() local 981 h264_decode_frame(AVCodecContext *avctx, AVFrame *pict, int *got_frame, AVPacket *avpkt) h264_decode_frame() argument [all...] |
| H A D | lagarith.c | 53 AVCodecContext *avctx; member 540 lag_decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) lag_decode_frame() argument 721 lag_decode_init(AVCodecContext *avctx) lag_decode_init() argument [all...] |
| H A D | cuviddec.c | 120 AVCodecContext *avctx = opaque; in cuvid_handle_video_sequence() local 342 AVCodecContext *avctx = opaque; cuvid_handle_picture_decode() local 359 AVCodecContext *avctx = opaque; cuvid_handle_picture_display() local 383 cuvid_is_buffer_full(AVCodecContext *avctx) cuvid_is_buffer_full() argument 394 cuvid_decode_packet(AVCodecContext *avctx, const AVPacket *avpkt) cuvid_decode_packet() argument 459 cuvid_output_frame(AVCodecContext *avctx, AVFrame *frame) cuvid_output_frame() argument 655 cuvid_decode_end(AVCodecContext *avctx) cuvid_decode_end() argument 689 cuvid_test_capabilities(AVCodecContext *avctx, const CUVIDPARSERPARAMS *cuparseinfo, int probed_width, int probed_height, int bit_depth) cuvid_test_capabilities() argument 783 cuvid_decode_init(AVCodecContext *avctx) cuvid_decode_init() argument 1034 cuvid_flush(AVCodecContext *avctx) cuvid_flush() argument [all...] |
| H A D | dnxhddec.c | 54 AVCodecContext *avctx; member 94 static av_cold int dnxhd_decode_init(AVCodecContext *avctx) in dnxhd_decode_init() argument 589 dnxhd_decode_row(AVCodecContext *avctx, void *data, int rownb, int threadnb) dnxhd_decode_row() argument 616 dnxhd_decode_frame(AVCodecContext *avctx, AVFrame *picture, int *got_frame, AVPacket *avpkt) dnxhd_decode_frame() argument 714 dnxhd_decode_close(AVCodecContext *avctx) dnxhd_decode_close() argument [all...] |
| H A D | huffyuvdec.c | 280 static av_cold int decode_end(AVCodecContext *avctx) in decode_end() argument 294 static av_cold int decode_init(AVCodecContext *avctx) in decode_init() argument 871 decode_slice(AVCodecContext *avctx, AVFrame *p, int height, int buf_size, int y_offset, int table_size) decode_slice() argument 1182 decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) decode_frame() argument [all...] |
| H A D | huffyuvenc.c | 205 static av_cold int encode_init(AVCodecContext *avctx) in encode_init() argument 721 encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet) encode_frame() argument 1004 encode_end(AVCodecContext *avctx) encode_end() argument [all...] |
| H A D | mpeg12enc.c | 165 static av_cold int encode_init(AVCodecContext *avctx) in encode_init() argument [all...] |
| H A D | atrac3plus.c | 126 num_coded_units(GetBitContext *gb, Atrac3pChanParams *chan, Atrac3pChanUnitCtx *ctx, AVCodecContext *avctx) num_coded_units() argument 156 add_wordlen_weights(Atrac3pChanUnitCtx *ctx, Atrac3pChanParams *chan, int wtab_idx, AVCodecContext *avctx) add_wordlen_weights() argument 186 subtract_sf_weights(Atrac3pChanUnitCtx *ctx, Atrac3pChanParams *chan, int wtab_idx, AVCodecContext *avctx) subtract_sf_weights() argument 240 decode_channel_wordlen(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, int ch_num, AVCodecContext *avctx) decode_channel_wordlen() argument 387 decode_channel_sf_idx(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, int ch_num, AVCodecContext *avctx) decode_channel_sf_idx() argument 522 decode_quant_wordlen(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, int num_channels, AVCodecContext *avctx) decode_quant_wordlen() argument 555 decode_scale_factors(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, int num_channels, AVCodecContext *avctx) decode_scale_factors() argument 582 get_num_ct_values(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, AVCodecContext *avctx) get_num_ct_values() argument 635 decode_channel_code_tab(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, int ch_num, AVCodecContext *avctx) decode_channel_code_tab() argument 688 decode_code_table_indexes(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, int num_channels, AVCodecContext *avctx) decode_code_table_indexes() argument 760 decode_spectrum(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, int num_channels, AVCodecContext *avctx) decode_spectrum() argument 1113 decode_gainc_loc_codes(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, int ch_num, int coded_subbands, AVCodecContext *avctx) decode_gainc_loc_codes() argument 1267 decode_gainc_data(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, int num_channels, AVCodecContext *avctx) decode_gainc_data() argument 1351 decode_band_numwavs(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, int ch_num, int band_has_tones[], AVCodecContext *avctx) decode_band_numwavs() argument 1600 decode_tones_info(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, int num_channels, AVCodecContext *avctx) decode_tones_info() argument 1662 ff_atrac3p_decode_channel_unit(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, int num_channels, AVCodecContext *avctx) ff_atrac3p_decode_channel_unit() argument [all...] |
| H A D | cbs.c | 280 ff_cbs_read_extradata_from_codec(CodedBitstreamContext *ctx, CodedBitstreamFragment *frag, const AVCodecContext *avctx) ff_cbs_read_extradata_from_codec() argument
|
| H A D | dca_xll.c | 1326 AVCodecContext *avctx = s->avctx; ff_dca_xll_filter_frame() local [all...] |
| H A D | ffv1enc.c | 514 encode_init(AVCodecContext *avctx) encode_init() argument 1096 encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet) encode_frame() argument 1246 encode_close(AVCodecContext *avctx) encode_close() argument [all...] |
| H A D | ffv1.h | 75 AVCodecContext *avctx; member
|
| H A D | libxvid.c | 281 static int xvid_strip_vol_header(AVCodecContext *avctx, AVPacket *pkt, in xvid_strip_vol_header() argument 323 xvid_correct_framerate(AVCodecContext *avctx) xvid_correct_framerate() argument 373 xvid_encode_init(AVCodecContext *avctx) xvid_encode_init() argument 730 xvid_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *picture, int *got_packet) xvid_encode_frame() argument 851 xvid_encode_close(AVCodecContext *avctx) xvid_encode_close() argument [all...] |
| H A D | magicyuvenc.c | 149 static av_cold int magy_encode_init(AVCodecContext *avctx) in magy_encode_init() argument 355 encode_table(AVCodecContext *avctx, uint8_t *dst, int width, int height, PutBitContext *pb, HuffEntry *he) encode_table() argument 413 magy_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) magy_encode_frame() argument 537 magy_encode_close(AVCodecContext *avctx) magy_encode_close() argument [all...] |
| H A D | mpegaudioenc_template.c | 77 static av_cold int MPA_encode_init(AVCodecContext *avctx) in MPA_encode_init() argument 742 MPA_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) MPA_encode_frame() argument [all...] |
| H A D | aacps.c | 720 int AAC_RENAME(ff_ps_apply)(AVCodecContext *avctx, PSContext *ps, INTFLOAT L[2][38][64], INTFLOAT R[2][38][64], int top) in ff_ps_apply() argument
|
| H A D | adpcmenc.c | 81 static av_cold int adpcm_encode_init(AVCodecContext *avctx) in adpcm_encode_init() argument 218 adpcm_encode_close(AVCodecContext *avctx) adpcm_encode_close() argument 350 adpcm_compress_trellis(AVCodecContext *avctx, const int16_t *samples, uint8_t *dst, ADPCMChannelStatus *c, int n, int stride) adpcm_compress_trellis() argument 599 adpcm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) adpcm_encode_frame() argument [all...] |
| H A D | aacenc.c | 54 static void put_pce(PutBitContext *pb, AVCodecContext *avctx) in put_pce() argument 95 static int put_audio_specific_config(AVCodecContext *avctx) in put_audio_specific_config() argument 385 encode_scale_factors(AVCodecContext *avctx, AACEncContext *s, SingleChannelElement *sce) encode_scale_factors() argument 488 encode_individual_channel(AVCodecContext *avctx, AACEncContext *s, SingleChannelElement *sce, int common_window) encode_individual_channel() argument 557 aac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) aac_encode_frame() argument 900 aac_encode_end(AVCodecContext *avctx) aac_encode_end() argument 919 dsp_init(AVCodecContext *avctx, AACEncContext *s) dsp_init() argument 938 alloc_buffers(AVCodecContext *avctx, AACEncContext *s) alloc_buffers() argument 951 aac_encode_init(AVCodecContext *avctx) aac_encode_init() argument [all...] |
| H A D | aacdec.c | 287 AVCodecContext *avctx = ac->avctx; in latm_decode_audio_specific_config() local 483 latm_decode_frame(AVCodecContext *avctx, AVFrame *out, int *got_frame_ptr, AVPacket *avpkt) latm_decode_frame() argument 544 latm_decode_init(AVCodecContext *avctx) latm_decode_init() argument [all...] |