| /third_party/ffmpeg/libavcodec/ |
| H A D | eacmv.c | 39 AVCodecContext *avctx; member 46 static av_cold int cmv_decode_init(AVCodecContext *avctx){ in cmv_decode_init() argument 172 cmv_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) cmv_decode_frame() argument 223 cmv_decode_end(AVCodecContext *avctx) cmv_decode_end() argument [all...] |
| H A D | eatqi.c | 44 AVCodecContext *avctx; member 61 static av_cold int tqi_decode_init(AVCodecContext *avctx) in tqi_decode_init() argument 97 static inline void tqi_idct_put(AVCodecContext *avctx, AVFrame *frame, in tqi_idct_put() argument 127 tqi_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) tqi_decode_frame() argument 177 tqi_decode_end(AVCodecContext *avctx) tqi_decode_end() argument [all...] |
| H A D | indeo2.c | 39 AVCodecContext *avctx; member 154 static int ir2_decode_frame(AVCodecContext *avctx, AVFrame *picture, in ir2_decode_frame() argument 235 ir2_decode_init(AVCodecContext *avctx) ir2_decode_init() argument 253 ir2_decode_end(AVCodecContext *avctx) ir2_decode_end() argument [all...] |
| H A D | jacosubdec.c | 95 static void jacosub_to_ass(AVCodecContext *avctx, AVBPrint *dst, const char *src) in jacosub_to_ass() argument 165 static int jacosub_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, in jacosub_decode_frame() argument
|
| H A D | lscrdec.c | 40 AVCodecContext *avctx; member 110 static int decode_frame_lscr(AVCodecContext *avctx, AVFrame *rframe, in decode_frame_lscr() argument 212 lscr_decode_close(AVCodecContext *avctx) lscr_decode_close() argument 224 lscr_decode_init(AVCodecContext *avctx) lscr_decode_init() argument 241 lscr_decode_flush(AVCodecContext *avctx) lscr_decode_flush() argument [all...] |
| H A D | mediacodec_sw_buffer.c | 76 void ff_mediacodec_sw_buffer_copy_yuv420_planar(AVCodecContext *avctx, in ff_mediacodec_sw_buffer_copy_yuv420_planar() argument 131 void ff_mediacodec_sw_buffer_copy_yuv420_semi_planar(AVCodecContext *avctx, in ff_mediacodec_sw_buffer_copy_yuv420_semi_planar() argument 181 ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar(AVCodecContext *avctx, MediaCodecDecContext *s, uint8_t *data, size_t size, FFAMediaCodecBufferInfo *info, AVFrame *frame) ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar() argument 272 ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka(AVCodecContext *avctx, MediaCodecDecContext *s, uint8_t *data, size_t size, FFAMediaCodecBufferInfo *info, AVFrame *frame) ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka() argument [all...] |
| H A D | mediacodecdec_common.h | 39 AVCodecContext *avctx; member
|
| H A D | arbc.c | 41 static int fill_tile4(AVCodecContext *avctx, int color, AVFrame *frame) in fill_tile4() argument 76 static int fill_tileX(AVCodecContext *avctx, int tile_width, int tile_height, in fill_tileX() argument 119 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) decode_frame() argument 185 decode_init(AVCodecContext *avctx) decode_init() argument 198 decode_flush(AVCodecContext *avctx) decode_flush() argument 205 decode_close(AVCodecContext *avctx) decode_close() argument [all...] |
| H A D | asvenc.c | 212 static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, in encode_frame() argument 309 static av_cold int encode_init(AVCodecContext *avctx) in encode_init() argument [all...] |
| H A D | gsmdec_template.c | 122 static int gsm_decode_block(AVCodecContext *avctx, int16_t *samples, in gsm_decode_block() argument
|
| H A D | mmvideo.c | 51 AVCodecContext *avctx; member 57 static av_cold int mm_decode_init(AVCodecContext *avctx) in mm_decode_init() argument 189 mm_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) mm_decode_frame() argument 232 mm_decode_end(AVCodecContext *avctx) mm_decode_end() argument [all...] |
| H A D | adxenc.c | 101 static int adx_encode_header(AVCodecContext *avctx, uint8_t *buf, int bufsize) in adx_encode_header() argument 124 static av_cold int adx_encode_init(AVCodecContext *avctx) in adx_encode_init() argument 141 adx_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) adx_encode_frame() argument [all...] |
| H A D | adxdec.c | 38 static av_cold int adx_decode_init(AVCodecContext *avctx) in adx_decode_init() argument 96 static int adx_decode_frame(AVCodecContext *avctx, AVFram argument 186 adx_decode_flush(AVCodecContext *avctx) adx_decode_flush() argument [all...] |
| H A D | 8svx.c | 89 static int eightsvx_decode_frame(AVCodecContext *avctx, AVFrame *frame, in eightsvx_decode_frame() argument 157 static av_cold int eightsvx_decode_init(AVCodecContext *avctx) in eightsvx_decode_init() argument 177 eightsvx_decode_close(AVCodecContext *avctx) eightsvx_decode_close() argument [all...] |
| H A D | ac3enc_template.c | 371 int AC3_NAME(encode_frame)(AVCodecContext *avctx, AVPacket *avpkt, in encode_frame() argument
|
| H A D | pcm-dvd.c | 43 static av_cold int pcm_dvd_decode_init(AVCodecContext *avctx) in pcm_dvd_decode_init() argument 53 static int pcm_dvd_parse_header(AVCodecContext *avctx, const uint8_t *header) in pcm_dvd_parse_header() argument 146 pcm_dvd_decode_samples(AVCodecContext *avctx, const uint8_t *src, void *dst, int blocks) pcm_dvd_decode_samples() argument 228 pcm_dvd_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) pcm_dvd_decode_frame() argument [all...] |
| H A D | prosumer.c | 147 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument 338 static av_cold int decode_init(AVCodecContext *avctx) in decode_init() argument 358 decode_close(AVCodecContext *avctx) decode_close() argument [all...] |
| H A D | rpza.c | 50 AVCodecContext *avctx; member 245 static av_cold int rpza_decode_init(AVCodecContext *avctx) in rpza_decode_init() argument 259 rpza_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) rpza_decode_frame() argument 280 rpza_decode_end(AVCodecContext *avctx) rpza_decode_end() argument [all...] |
| H A D | roqvideodec.c | 169 static av_cold int roq_decode_init(AVCodecContext *avctx) in roq_decode_init() argument 194 roq_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) roq_decode_frame() argument 226 roq_decode_end(AVCodecContext *avctx) roq_decode_end() argument [all...] |
| H A D | roqaudioenc.c | 45 static av_cold int roq_dpcm_encode_close(AVCodecContext *avctx) in roq_dpcm_encode_close() argument 54 static av_cold int roq_dpcm_encode_init(AVCodecContext *avctx) in roq_dpcm_encode_init() argument 122 roq_dpcm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) roq_dpcm_encode_frame() argument [all...] |
| H A D | sgidec.c | 30 AVCodecContext *avctx; member 202 static int decode_frame(AVCodecContext *avctx, AVFrame *p, in decode_frame() argument 280 sgi_decode_init(AVCodecContext *avctx) sgi_decode_init() argument [all...] |
| H A D | sgienc.c | 40 static av_cold int encode_init(AVCodecContext *avctx) in encode_init() argument 93 static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, in encode_frame() argument [all...] |
| H A D | ttmlenc.c | 40 AVCodecContext *avctx; member 80 static int ttml_encode_frame(AVCodecContext *avctx, uint8_t *buf, in ttml_encode_frame() argument 147 static av_cold int ttml_encode_close(AVCodecContext *avctx) in ttml_encode_close() argument 218 ttml_write_region(AVCodecContext *avctx, AVBPrint *buf, ASSScriptInfo script_info, ASSStyle style) ttml_write_region() argument 301 ttml_write_header_content(AVCodecContext *avctx) ttml_write_header_content() argument 367 ttml_encode_init(AVCodecContext *avctx) ttml_encode_init() argument [all...] |
| H A D | ttaenc.c | 38 static av_cold int tta_encode_init(AVCodecContext *avctx) in tta_encode_init() argument 87 tta_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) tta_encode_frame() argument 198 tta_encode_close(AVCodecContext *avctx) tta_encode_close() argument [all...] |
| /third_party/ffmpeg/libavcodec/alpha/ |
| H A D | me_cmp_alpha.c | 305 av_cold void ff_me_cmp_init_alpha(MECmpContext *c, AVCodecContext *avctx) in ff_me_cmp_init_alpha() argument
|