Home
last modified time | relevance | path

Searched defs:avctx (Results 701 - 725 of 842) sorted by relevance

1...<<21222324252627282930>>...34

/third_party/ffmpeg/libavcodec/
H A Drasc.c69 static void clear_plane(AVCodecContext *avctx, AVFrame *frame) in clear_plane() argument
83 static void copy_plane(AVCodecContext *avctx, AVFrame *src, AVFrame *dst) in copy_plane() argument
96 static int init_frames(AVCodecContext *avctx) in init_frames() argument
115 decode_fint(AVCodecContext *avctx, const AVPacket *avpkt, unsigned size) decode_fint() argument
175 decode_zlib(AVCodecContext *avctx, const AVPacket *avpkt, unsigned size, unsigned uncompressed_size) decode_zlib() argument
209 decode_move(AVCodecContext *avctx, const AVPacket *avpkt, unsigned size) decode_move() argument
333 decode_dlta(AVCodecContext *avctx, const AVPacket *avpkt, unsigned size) decode_dlta() argument
475 decode_kfrm(AVCodecContext *avctx, const AVPacket *avpkt, unsigned size) decode_kfrm() argument
539 decode_mous(AVCodecContext *avctx, const AVPacket *avpkt, unsigned size) decode_mous() argument
579 decode_mpos(AVCodecContext *avctx, const AVPacket *avpkt, unsigned size) decode_mpos() argument
596 draw_cursor(AVCodecContext *avctx) draw_cursor() argument
674 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) decode_frame() argument
753 decode_init(AVCodecContext *avctx) decode_init() argument
765 decode_close(AVCodecContext *avctx) decode_close() argument
780 decode_flush(AVCodecContext *avctx) decode_flush() argument
[all...]
H A Dshorten.c87 AVCodecContext *avctx; member
118 static av_cold int shorten_decode_init(AVCodecContext *avctx) in shorten_decode_init() argument
211 decode_aiff_header(AVCodecContext *avctx, const uint8_t *header, int header_size) decode_aiff_header() argument
279 decode_wave_header(AVCodecContext *avctx, const uint8_t *header, int header_size) decode_wave_header() argument
525 shorten_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) shorten_decode_frame() argument
791 shorten_decode_close(AVCodecContext *avctx) shorten_decode_close() argument
[all...]
H A Dsonic.c596 static av_cold int sonic_encode_init(AVCodecContext *avctx) in sonic_encode_init() argument
706 sonic_encode_close(AVCodecContext *avctx) sonic_encode_close() argument
720 sonic_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) sonic_encode_frame() argument
852 sonic_decode_init(AVCodecContext *avctx) sonic_decode_init() argument
970 sonic_decode_close(AVCodecContext *avctx) sonic_decode_close() argument
983 sonic_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) sonic_decode_frame() argument
[all...]
H A Dsnowdec.c439 decode_frame(AVCodecContext *avctx, AVFrame *picture, int *got_frame, AVPacket *avpkt) decode_frame() argument
642 decode_end(AVCodecContext *avctx) decode_end() argument
[all...]
H A Dmss2.c179 static int decode_555(AVCodecContext *avctx, GetByteContext *gB, uint16_t *dst, ptrdiff_t stride, in decode_555() argument
379 static int decode_wmv9(AVCodecContext *avctx, const uint8_t *buf, int buf_size, in decode_wmv9() argument
474 mss2_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) mss2_decode_frame() argument
747 wmv9_init(AVCodecContext *avctx) wmv9_init() argument
804 mss2_decode_end(AVCodecContext *avctx) mss2_decode_end() argument
818 mss2_decode_init(AVCodecContext *avctx) mss2_decode_init() argument
[all...]
H A Dmss4.c448 static int mss4_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in mss4_decode_frame() argument
574 mss4_decode_end(AVCodecContext *avctx) mss4_decode_end() argument
586 mss4_decode_init(AVCodecContext *avctx) mss4_decode_init() argument
[all...]
H A Dopus.c293 av_cold int ff_opus_parse_extradata(AVCodecContext *avctx, in ff_opus_parse_extradata() argument
[all...]
H A Dopus.h102 AVCodecContext *avctx; member
H A Dpixlet.c66 static av_cold int pixlet_init(AVCodecContext *avctx) in pixlet_init() argument
73 static void free_buffers(AVCodecContext *avctx) in free_buffers() argument
82 static av_cold int pixlet_close(AVCodecContext *avctx) in pixlet_close() argument
91 static int init_decoder(AVCodecContext *avctx) in init_decoder() argument
126 read_low_coeffs(AVCodecContext *avctx, int16_t *dst, int size, int width, ptrdiff_t stride) read_low_coeffs() argument
201 read_high_coeffs(AVCodecContext *avctx, const uint8_t *src, int16_t *dst, int size, int c, int a, int d, int width, ptrdiff_t stride) read_high_coeffs() argument
316 read_highpass(AVCodecContext *avctx, const uint8_t *ptr, int plane, AVFrame *frame) read_highpass() argument
424 reconstruction(AVCodecContext *avctx, int16_t *dest, unsigned width, unsigned height, ptrdiff_t stride, int64_t *scaling_h, int64_t *scaling_v) reconstruction() argument
467 build_luma_lut(AVCodecContext *avctx, int depth) build_luma_lut() argument
480 postprocess_luma(AVCodecContext *avctx, AVFrame *frame, int w, int h, int depth) postprocess_luma() argument
528 decode_plane(AVCodecContext *avctx, int plane, const AVPacket *avpkt, AVFrame *frame) decode_plane() argument
604 pixlet_decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) pixlet_decode_frame() argument
[all...]
H A Drv40.c557 static av_cold int rv40_decode_init(AVCodecContext *avctx) in rv40_decode_init() argument
H A Dproresdec2.c141 static av_cold int decode_init(AVCodecContext *avctx) in decode_init() argument
207 decode_frame_header(ProresContext *ctx, const uint8_t *buf, const int data_size, AVCodecContext *avctx) decode_frame_header() argument
326 decode_picture_header(AVCodecContext *avctx, const uint8_t *buf, const int buf_size) decode_picture_header() argument
500 decode_ac_coeffs(AVCodecContext *avctx, GetBitContext *gb, int16_t *out, int blocks_per_slice) decode_ac_coeffs() argument
543 decode_slice_luma(AVCodecContext *avctx, SliceContext *slice, uint16_t *dst, int dst_stride, const uint8_t *buf, unsigned buf_size, const int16_t *qmat) decode_slice_luma() argument
577 decode_slice_chroma(AVCodecContext *avctx, SliceContext *slice, uint16_t *dst, int dst_stride, const uint8_t *buf, unsigned buf_size, const int16_t *qmat, int log2_blocks_per_mb) decode_slice_chroma() argument
644 decode_slice_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) decode_slice_thread() argument
762 decode_picture(AVCodecContext *avctx) decode_picture() argument
781 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) decode_frame() argument
852 decode_close(AVCodecContext *avctx) decode_close() argument
[all...]
H A Dralf.c107 static av_cold int decode_close(AVCodecContext *avctx) in decode_close() argument
128 static av_cold int decode_init(AVCodecContext *avctx) in decode_init() argument
329 decode_block(AVCodecContext *avctx, GetBitContext *gb, int16_t *dst0, int16_t *dst1) decode_block() argument
413 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) decode_frame() argument
508 decode_flush(AVCodecContext *avctx) decode_flush() argument
[all...]
H A Dtakdec.c52 AVCodecContext *avctx; ///< parent AVCodecContext member
145 static int set_bps_params(AVCodecContext *avctx) in set_bps_params() argument
166 static void set_sample_rate_params(AVCodecContext *avctx) in set_sample_rate_params() argument
184 tak_decode_init(AVCodecContext *avctx) tak_decode_init() argument
512 AVCodecContext *avctx = s->avctx; decode_channel() local
677 tak_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *pkt) tak_decode_frame() argument
935 tak_decode_close(AVCodecContext *avctx) tak_decode_close() argument
[all...]
H A Dxan.c56 AVCodecContext *avctx; member
76 static av_cold int xan_decode_end(AVCodecContext *avctx) in xan_decode_end() argument
89 static av_cold int xan_decode_init(AVCodecContext *avctx) in xan_decode_init() argument
541 xan_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) xan_decode_frame() argument
[all...]
H A Damrnbdec.c165 static av_cold int amrnb_decode_init(AVCodecContext *avctx) in amrnb_decode_init() argument
958 amrnb_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) amrnb_decode_frame() argument
[all...]
H A Dcfhd.h141 AVCodecContext *avctx; member
H A Ddvbsubdec.c324 static av_cold int dvbsub_init_decoder(AVCodecContext *avctx) in dvbsub_init_decoder() argument
355 dvbsub_close_decoder(AVCodecContext *avctx) dvbsub_close_decoder() argument
378 dvbsub_read_2bit_string(AVCodecContext *avctx, uint8_t *destbuf, int dbuf_len, const uint8_t **srcbuf, int buf_size, int non_mod, uint8_t *map_table, int x_pos) dvbsub_read_2bit_string() argument
486 dvbsub_read_4bit_string(AVCodecContext *avctx, uint8_t *destbuf, int dbuf_len, const uint8_t **srcbuf, int buf_size, int non_mod, uint8_t *map_table, int x_pos) dvbsub_read_4bit_string() argument
609 dvbsub_read_8bit_string(AVCodecContext *avctx, uint8_t *destbuf, int dbuf_len, const uint8_t **srcbuf, int buf_size, int non_mod, uint8_t *map_table, int x_pos) dvbsub_read_8bit_string() argument
729 save_subtitle_set(AVCodecContext *avctx, AVSubtitle *sub, int *got_output) save_subtitle_set() argument
863 dvbsub_parse_pixel_data_block(AVCodecContext *avctx, DVBSubObjectDisplay *display, const uint8_t *buf, int buf_size, int top_bottom, int non_mod) dvbsub_parse_pixel_data_block() argument
981 dvbsub_parse_object_segment(AVCodecContext *avctx, const uint8_t *buf, int buf_size) dvbsub_parse_object_segment() argument
1045 dvbsub_parse_clut_segment(AVCodecContext *avctx, const uint8_t *buf, int buf_size) dvbsub_parse_clut_segment() argument
1142 dvbsub_parse_region_segment(AVCodecContext *avctx, const uint8_t *buf, int buf_size) dvbsub_parse_region_segment() argument
1290 dvbsub_parse_page_segment(AVCodecContext *avctx, const uint8_t *buf, int buf_size, AVSubtitle *sub, int *got_output) dvbsub_parse_page_segment() argument
1384 dvbsub_parse_display_definition_segment(AVCodecContext *avctx, const uint8_t *buf, int buf_size) dvbsub_parse_display_definition_segment() argument
1431 dvbsub_display_end_segment(AVCodecContext *avctx, const uint8_t *buf, int buf_size, AVSubtitle *sub,int *got_output) dvbsub_display_end_segment() argument
1441 dvbsub_decode(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) dvbsub_decode() argument
[all...]
H A Daacsbr_template.c246 static int check_n_master(AVCodecContext *avctx, int n_master, int bs_xover_band) argument
[all...]
H A Ddvenc.c50 static av_cold int dvvideo_encode_init(AVCodecContext *avctx) in dvvideo_encode_init() argument
847 dv_encode_video_segment(AVCodecContext *avctx, void *arg) dv_encode_video_segment() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dqsvvpp.c483 static int init_vpp_session(AVFilterContext *avctx, QSVVPPContext *s) in init_vpp_session() argument
650 ff_qsvvpp_create(AVFilterContext *avctx, QSVVPPContext **vpp, QSVVPPParam *param) ff_qsvvpp_create() argument
[all...]
H A Dvf_tonemap_opencl.c116 static int tonemap_opencl_init(AVFilterContext *avctx) in tonemap_opencl_init() argument
282 AVFilterContext *avctx = outlink->src; in tonemap_opencl_config_output() local
304 launch_kernel(AVFilterContext *avctx, cl_kernel kernel, AVFrame *output, AVFrame *input, float peak) launch_kernel() argument
338 AVFilterContext *avctx = inlink->dst; tonemap_opencl_filter_frame() local
459 tonemap_opencl_uninit(AVFilterContext *avctx) tonemap_opencl_uninit() argument
[all...]
H A Dvf_overlay_cuda.c230 AVFilterContext *avctx = fs->parent; in overlay_cuda_blend() local
376 static av_cold int overlay_cuda_init(AVFilterContext *avctx) in overlay_cuda_init() argument
387 static av_cold void overlay_cuda_uninit(AVFilterContext *avctx) in overlay_cuda_uninit() argument
410 overlay_cuda_activate(AVFilterContext *avctx) overlay_cuda_activate() argument
426 AVFilterContext* avctx = outlink->src; overlay_cuda_config_output() local
[all...]
/third_party/ffmpeg/libavformat/
H A Ddump.c521 AVCodecContext *avctx; in dump_stream_format() local
[all...]
H A Davformat.c615 AVCodecContext *const avctx = ffstream(st)->avctx; in av_guess_frame_rate() local
H A Dinternal.h224 AVCodecContext *avctx; member

Completed in 27 milliseconds

1...<<21222324252627282930>>...34