| /third_party/ffmpeg/libavcodec/ |
| H A D | mmaldec.c | 151 static void ffmmal_stop_decoder(AVCodecContext *avctx) in ffmmal_stop_decoder() argument 186 static av_cold int ffmmal_close_decoder(AVCodecContext *avctx) in ffmmal_close_decoder() argument 206 AVCodecContext *avctx = (AVCodecContext*)port->userdata; in input_callback() local 221 AVCodecContext *avctx = (AVCodecContext*)port->userdata; in output_callback() local 229 AVCodecContext *avctx in control_port_cb() local 244 ffmmal_fill_output_port(AVCodecContext *avctx) ffmmal_fill_output_port() argument 277 ffmal_update_format(AVCodecContext *avctx) ffmal_update_format() argument 353 ffmmal_init_decoder(AVCodecContext *avctx) ffmmal_init_decoder() argument 458 ffmmal_flush(AVCodecContext *avctx) ffmmal_flush() argument 485 ffmmal_add_packet(AVCodecContext *avctx, AVPacket *avpkt, int is_extradata) ffmmal_add_packet() argument 572 ffmmal_fill_input_port(AVCodecContext *avctx) ffmmal_fill_input_port() argument 619 ffmal_copy_frame(AVCodecContext *avctx, AVFrame *frame, MMAL_BUFFER_HEADER_T *buffer) ffmal_copy_frame() argument 667 ffmmal_read_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame) ffmmal_read_frame() argument 767 ffmmal_receive_frame(AVCodecContext *avctx, AVFrame *frame) ffmmal_receive_frame() argument [all...] |
| H A D | dca_lbr.h | 57 AVCodecContext *avctx; member
|
| H A D | gif.c | 100 static int is_image_translucent(AVCodecContext *avctx, in is_image_translucent() argument 155 static void gif_crop_translucent(AVCodecContext *avctx, in gif_crop_translucent() argument 234 gif_crop_opaque(AVCodecContext *avctx, const uint32_t *palette, const uint8_t *buf, const int linesize, int *width, int *height, int *x_start, int *y_start) gif_crop_opaque() argument 293 gif_image_write_image(AVCodecContext *avctx, uint8_t **bytestream, uint8_t *end, const uint32_t *palette, const uint8_t *buf, const int linesize, AVPacket *pkt) gif_image_write_image() argument 452 gif_encode_init(AVCodecContext *avctx) gif_encode_init() argument 476 gif_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet) gif_encode_frame() argument 524 gif_encode_close(AVCodecContext *avctx) gif_encode_close() argument [all...] |
| H A D | hcadec.c | 105 static av_cold int decode_init(AVCodecContext *avctx) in decode_init() argument 385 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) decode_frame() argument 433 decode_close(AVCodecContext *avctx) decode_close() argument [all...] |
| H A D | libopenjpegenc.c | 171 static opj_image_t *mj2_create_image(AVCodecContext *avctx, opj_cparameters_t *parameters) in mj2_create_image() argument 279 static av_cold int libopenjpeg_encode_init(AVCodecContext *avctx) in libopenjpeg_encode_init() argument 348 libopenjpeg_copy_packed8(AVCodecContext *avctx, const uint8_t *src[4], const int linesize[4], opj_image_t *image) libopenjpeg_copy_packed8() argument 389 libopenjpeg_copy_packed12(AVCodecContext *avctx, const uint8_t *src[4], const int linesize[4], opj_image_t *image) libopenjpeg_copy_packed12() argument 429 libopenjpeg_copy_packed16(AVCodecContext *avctx, const uint8_t *src[4], const int linesize[4], opj_image_t *image) libopenjpeg_copy_packed16() argument 470 libopenjpeg_copy_unpacked8(AVCodecContext *avctx, const uint8_t *src[4], const int linesize[4], opj_image_t *image) libopenjpeg_copy_unpacked8() argument 512 libopenjpeg_copy_unpacked16(AVCodecContext *avctx, const uint8_t *src[4], const int linesize[4], opj_image_t *image) libopenjpeg_copy_unpacked16() argument 555 libopenjpeg_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) libopenjpeg_encode_frame() argument [all...] |
| H A D | libopusenc.c | 88 static void libopus_write_header(AVCodecContext *avctx, int stream_count, in libopus_write_header() argument 112 static int libopus_configure_encoder(AVCodecContext *avctx, OpusMSEncoder *enc, in libopus_configure_encoder() argument 181 libopus_check_max_channels(AVCodecContext *avctx, int max_channels) libopus_check_max_channels() argument 192 libopus_check_vorbis_layout(AVCodecContext *avctx, int mapping_family) libopus_check_vorbis_layout() argument 213 libopus_validate_layout_and_get_channel_map( AVCodecContext *avctx, int mapping_family, const uint8_t ** channel_map_result) libopus_validate_layout_and_get_channel_map() argument 258 libopus_encode_init(AVCodecContext *avctx) libopus_encode_init() argument 455 libopus_encode(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) libopus_encode() argument 535 libopus_encode_close(AVCodecContext *avctx) libopus_encode_close() argument [all...] |
| H A D | libopenjpegdec.c | 313 static av_cold int libopenjpeg_decode_init(AVCodecContext *avctx) in libopenjpeg_decode_init() argument 321 static int libopenjpeg_decode_frame(AVCodecContext *avctx, AVFrame *picture, in libopenjpeg_decode_frame() argument [all...] |
| H A D | dnxhddata.c | 1110 static int dnxhd_find_hr_cid(AVCodecContext *avctx) in dnxhd_find_hr_cid() argument 1127 int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth) in ff_dnxhd_find_cid() argument 1157 ff_dnxhd_print_profiles(AVCodecContext *avctx, int loglevel) ff_dnxhd_print_profiles() argument [all...] |
| H A D | exrenc.c | 94 static av_cold int encode_init(AVCodecContext *avctx) in encode_init() argument 142 static av_cold int encode_close(AVCodecContext *avctx) in encode_close() argument 351 static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, in encode_frame() argument [all...] |
| H A D | mediacodecdec_common.c | 196 static enum AVPixelFormat mcdec_map_color_format(AVCodecContext *avctx, in mcdec_map_color_format() argument 273 static int mediacodec_wrap_hw_buffer(AVCodecContext *avctx, in mediacodec_wrap_hw_buffer() argument 350 mediacodec_wrap_sw_buffer(AVCodecContext *avctx, MediaCodecDecContext *s, uint8_t *data, size_t size, ssize_t index, FFAMediaCodecBufferInfo *info, AVFrame *frame) mediacodec_wrap_sw_buffer() argument 439 mediacodec_dec_parse_format(AVCodecContext *avctx, MediaCodecDecContext *s) mediacodec_dec_parse_format() argument 532 mediacodec_dec_flush_codec(AVCodecContext *avctx, MediaCodecDecContext *s) mediacodec_dec_flush_codec() argument 555 ff_mediacodec_dec_init(AVCodecContext *avctx, MediaCodecDecContext *s, const char *mime, FFAMediaFormat *format) ff_mediacodec_dec_init() argument 656 ff_mediacodec_dec_send(AVCodecContext *avctx, MediaCodecDecContext *s, AVPacket *pkt, bool wait) ff_mediacodec_dec_send() argument 750 ff_mediacodec_dec_receive(AVCodecContext *avctx, MediaCodecDecContext *s, AVFrame *frame, bool wait) ff_mediacodec_dec_receive() argument 873 ff_mediacodec_dec_flush(AVCodecContext *avctx, MediaCodecDecContext *s) ff_mediacodec_dec_flush() argument 891 ff_mediacodec_dec_close(AVCodecContext *avctx, MediaCodecDecContext *s) ff_mediacodec_dec_close() argument 898 ff_mediacodec_dec_is_flushing(AVCodecContext *avctx, MediaCodecDecContext *s) ff_mediacodec_dec_is_flushing() argument [all...] |
| H A D | aptx.c | 508 av_cold int ff_aptx_init(AVCodecContext *avctx) in ff_aptx_init() argument
|
| H A D | atrac1.c | 276 static int atrac1_decode_frame(AVCodecContext *avctx, AVFrame *frame, in atrac1_decode_frame() argument 323 static av_cold int atrac1_decode_end(AVCodecContext * avctx) in atrac1_decode_end() argument 335 static av_cold int atrac1_decode_init(AVCodecContext *avctx) in atrac1_decode_init() argument [all...] |
| H A D | dca_xll.h | 104 AVCodecContext *avctx; member
|
| H A D | ffv1dec.c | 839 decode_init(AVCodecContext *avctx) decode_init() argument 856 decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) decode_frame() argument [all...] |
| H A D | fic.c | 44 AVCodecContext *avctx; member 172 static int fic_decode_slice(AVCodecContext *avctx, void *tdata) in fic_decode_slice() argument 216 static void fic_draw_cursor(AVCodecContext *avctx, int cur_x, int cur_y) in fic_draw_cursor() argument 270 static int fic_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in fic_decode_frame() argument 445 fic_decode_close(AVCodecContext *avctx) fic_decode_close() argument 456 fic_decode_init(AVCodecContext *avctx) fic_decode_init() argument [all...] |
| H A D | libx265.c | 82 static av_cold int libx265_encode_close(AVCodecContext *avctx) in libx265_encode_close() argument 95 static av_cold int libx265_param_parse_float(AVCodecContext *avctx, in libx265_param_parse_float() argument 110 static av_cold int libx265_param_parse_int(AVCodecContext *avctx, in libx265_param_parse_int() argument 125 static av_cold int libx265_encode_init(AVCodecContext *avctx) in libx265_encode_init() argument 502 libx265_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) libx265_encode_frame() argument [all...] |
| H A D | magicyuv.c | 115 static int magy_decode_slice10(AVCodecContext *avctx, void *tdata, in magy_decode_slice10() argument 247 static int magy_decode_slice(AVCodecContext *avctx, void *tdata, in magy_decode_slice() argument 378 build_huffman(AVCodecContext *avctx, const uint8_t *table, int table_size, int max) build_huffman() argument 431 magy_decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) magy_decode_frame() argument 675 magy_decode_init(AVCodecContext *avctx) magy_decode_init() argument 682 magy_decode_end(AVCodecContext *avctx) magy_decode_end() argument [all...] |
| H A D | mjpegenc.c | 364 static av_cold int mjpeg_encode_close(AVCodecContext *avctx) in mjpeg_encode_close() argument 592 amv_encode_picture(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic_arg, int *got_packet) amv_encode_picture() argument [all...] |
| H A D | a64multienc.c | 72 static void to_meta_with_crop(AVCodecContext *avctx, in to_meta_with_crop() argument 103 static void render_charset(AVCodecContext *avctx, uint8_t *charset, in render_charset() argument 198 static av_cold int a64multi_close_encoder(AVCodecContext *avctx) in a64multi_close_encoder() argument 211 static av_cold int a64multi_encode_init(AVCodecContext *avctx) in a64multi_encode_init() argument 276 a64multi_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *p, int *got_packet) a64multi_encode_frame() argument [all...] |
| H A D | aaccoder_twoloop.h | 67 static void search_for_quantizers_twoloop(AVCodecContext *avctx, in search_for_quantizers_twoloop() argument [all...] |
| H A D | alac.c | 66 AVCodecContext *avctx; member 237 static int decode_element(AVCodecContext *avctx, AVFrame *frame, int ch_index, in decode_element() argument 416 alac_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) alac_decode_frame() argument 474 alac_decode_close(AVCodecContext *avctx) alac_decode_close() argument 548 alac_decode_init(AVCodecContext * avctx) alac_decode_init() argument [all...] |
| H A D | amfenc.c | 110 static int amf_load_library(AVCodecContext *avctx) in amf_load_library() argument 152 static int amf_init_from_d3d11_device(AVCodecContext *avctx, AVD3D11VADeviceContext *hwctx) in amf_init_from_d3d11_device() argument 171 static int amf_init_from_dxva2_device(AVCodecContext *avctx, AVDXVA2DeviceContext *hwctx) in amf_init_from_dxva2_device() argument 216 amf_init_context(AVCodecContext *avctx) amf_init_context() argument 338 amf_init_encoder(AVCodecContext *avctx) amf_init_encoder() argument 372 ff_amf_encode_close(AVCodecContext *avctx) ff_amf_encode_close() argument 413 amf_copy_surface(AVCodecContext *avctx, const AVFrame *frame, AMFSurface* surface) amf_copy_surface() argument 437 amf_copy_buffer(AVCodecContext *avctx, AVPacket *pkt, AMFBuffer *buffer) amf_copy_buffer() argument 493 ff_amf_encode_init(AVCodecContext *avctx) ff_amf_encode_init() argument 578 ff_amf_receive_packet(AVCodecContext *avctx, AVPacket *avpkt) ff_amf_receive_packet() argument [all...] |
| H A D | sga.c | 61 static av_cold int sga_decode_init(AVCodecContext *avctx) in sga_decode_init() argument 201 static int lzss_decompress(AVCodecContext *avctx, in lzss_decompress() argument 251 static int decode_palmapdata(AVCodecContext *avctx) in decode_palmapdata() argument 275 static int decode_tiledata(AVCodecContext *avctx) in decode_tiledata() argument 309 static int sga_decode_frame(AVCodecContext *avctx, AVFrame *frame, in sga_decode_frame() argument 509 sga_decode_end(AVCodecContext *avctx) sga_decode_end() argument [all...] |
| H A D | wmadec.c | 73 static av_cold int wma_decode_init(AVCodecContext *avctx) in wma_decode_init() argument 823 wma_decode_superframe(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) wma_decode_superframe() argument 990 flush(AVCodecContext *avctx) flush() argument [all...] |
| /third_party/ffmpeg/libavcodec/ppc/ |
| H A D | fdctdsp.c | 464 av_cold void ff_fdctdsp_init_ppc(FDCTDSPContext *c, AVCodecContext *avctx, in ff_fdctdsp_init_ppc() argument
|