Home
last modified time | relevance | path

Searched defs:avctx (Results 476 - 500 of 842) sorted by relevance

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

/third_party/ffmpeg/libavcodec/
H A Dljpegenc.c65 static int ljpeg_encode_bgr(AVCodecContext *avctx, PutBitContext *pb, in ljpeg_encode_bgr() argument
192 static int ljpeg_encode_yuv(AVCodecContext *avctx, PutBitContext *pb, in ljpeg_encode_yuv() argument
214 ljpeg_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet) ljpeg_encode_frame() argument
269 ljpeg_encode_close(AVCodecContext *avctx) ljpeg_encode_close() argument
278 ljpeg_encode_init(AVCodecContext *avctx) ljpeg_encode_init() argument
[all...]
H A Dlibxavs2.c63 static av_cold int xavs2_init(AVCodecContext *avctx) in xavs2_init() argument
170 xavs2_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) xavs2_encode_frame() argument
246 xavs2_close(AVCodecContext *avctx) xavs2_close() argument
[all...]
H A Dloco.c48 AVCodecContext *avctx; member
199 static int decode_frame(AVCodecContext *avctx, AVFrame *p, in decode_frame() argument
281 decode_init(AVCodecContext *avctx) decode_init() argument
[all...]
H A Dmace.c227 static av_cold int mace_decode_init(AVCodecContext * avctx) in mace_decode_init() argument
236 static int mace_decode_frame(AVCodecContext *avctx, AVFrame *frame, in mace_decode_frame() argument
[all...]
H A Dmjpegenc_common.c59 static void jpeg_table_header(AVCodecContext *avctx, PutBitContext *p, in jpeg_table_header() argument
140 int ff_mjpeg_add_icc_profile_size(AVCodecContext *avctx, const AVFrame *frame, in ff_mjpeg_add_icc_profile_size() argument
165 static void jpeg_put_comments(AVCodecContext *avctx, PutBitContext *p, in jpeg_put_comments() argument
252 ff_mjpeg_init_hvsample(AVCodecContext *avctx, int hsample[4], int vsample[4]) ff_mjpeg_init_hvsample() argument
278 ff_mjpeg_encode_picture_header(AVCodecContext *avctx, PutBitContext *pb, const AVFrame *frame, struct MJpegContext *m, ScanTable *intra_scantable, int pred, uint16_t luma_intra_matrix[64], uint16_t chroma_intra_matrix[64], int use_slices) ff_mjpeg_encode_picture_header() argument
492 ff_mjpeg_encode_check_pix_fmt(AVCodecContext *avctx) ff_mjpeg_encode_check_pix_fmt() argument
[all...]
H A Dmotionpixels.c42 AVCodecContext *avctx; member
57 static av_cold int mp_decode_end(AVCodecContext *avctx) in mp_decode_end() argument
70 static av_cold int mp_decode_init(AVCodecContext *avctx) in mp_decode_init() argument
281 mp_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) mp_decode_frame() argument
[all...]
H A Dmotion_est.h48 AVCodecContext *avctx; member
H A Dmpegpicture.c78 int ff_mpeg_framesize_alloc(AVCodecContext *avctx, MotionEstContext *me, in ff_mpeg_framesize_alloc() argument
118 static int alloc_frame_buffer(AVCodecContext *avctx, Picture *pic, in alloc_frame_buffer() argument
205 alloc_picture_tables(AVCodecContext *avctx, Picture *pic, int encoding, int out_format, int mb_stride, int mb_width, int mb_height, int b8_stride) alloc_picture_tables() argument
253 ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me, ScratchpadContext *sc, int shared, int encoding, int chroma_x_shift, int chroma_y_shift, int out_format, int mb_stride, int mb_width, int mb_height, int b8_stride, ptrdiff_t *linesize, ptrdiff_t *uvlinesize) ff_alloc_picture() argument
317 ff_mpeg_unref_picture(AVCodecContext *avctx, Picture *pic) ff_mpeg_unref_picture() argument
377 ff_mpeg_ref_picture(AVCodecContext *avctx, Picture *dst, Picture *src) ff_mpeg_ref_picture() argument
429 find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared) find_unused_picture() argument
462 ff_find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared) ff_find_unused_picture() argument
474 ff_mpv_picture_free(AVCodecContext *avctx, Picture *pic) ff_mpv_picture_free() argument
[all...]
H A Daacps_common.c134 int ff_ps_read_data(AVCodecContext *avctx, GetBitContext *gb_host, in ff_ps_read_data() argument
[all...]
H A Dpcm.c41 static av_cold int pcm_encode_init(AVCodecContext *avctx) in pcm_encode_init() argument
96 pcm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) pcm_encode_frame() argument
252 pcm_decode_init(AVCodecContext *avctx) pcm_decode_init() argument
329 pcm_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) pcm_decode_frame() argument
[all...]
H A Dpsd.c47 AVCodecContext *avctx; member
292 decode_frame(AVCodecContext *avctx, AVFrame *picture, int *got_frame, AVPacket *avpkt) decode_frame() argument
[all...]
H A Dpthread_slice.c65 AVCodecContext *avctx = priv; in main_function() local
72 AVCodecContext *avctx = priv; in worker_func() local
82 void ff_slice_thread_free(AVCodecContext *avctx) in ff_slice_thread_free() argument
100 thread_execute(AVCodecContext *avctx, action_func* func, void *arg, int *ret, int job_count, int job_size) thread_execute() argument
119 thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job_count) thread_execute2() argument
126 ff_slice_thread_execute_with_mainfunc(AVCodecContext *avctx, action_func2* func2, main_func *mainfunc, void *arg, int *ret, int job_count) ff_slice_thread_execute_with_mainfunc() argument
134 ff_slice_thread_init(AVCodecContext *avctx) ff_slice_thread_init() argument
179 ff_slice_thread_init_progress(AVCodecContext *avctx) ff_slice_thread_init_progress() argument
210 ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) ff_thread_report_progress2() argument
222 ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift) ff_thread_await_progress2() argument
240 ff_alloc_entries(AVCodecContext *avctx, int count) ff_alloc_entries() argument
260 ff_reset_entries(AVCodecContext *avctx) ff_reset_entries() argument
[all...]
H A Dpsymodel.h90 AVCodecContext *avctx; ///< encoder context member
H A Dsrtenc.c36 AVCodecContext *avctx; member
136 static av_cold int srt_encode_init(AVCodecContext *avctx) in srt_encode_init() argument
232 static int encode_frame(AVCodecContext *avctx, in encode_frame() argument
274 srt_encode_frame(AVCodecContext *avctx, unsigned char *buf, int bufsize, const AVSubtitle *sub) srt_encode_frame() argument
280 text_encode_frame(AVCodecContext *avctx, unsigned char *buf, int bufsize, const AVSubtitle *sub) text_encode_frame() argument
286 srt_encode_close(AVCodecContext *avctx) srt_encode_close() argument
[all...]
H A Dvc1.c277 int ff_vc1_decode_sequence_header(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb) in ff_vc1_decode_sequence_header() argument
509 ff_vc1_decode_entry_point(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb) ff_vc1_decode_entry_point() argument
[all...]
H A Dvb.c44 AVCodecContext *avctx; member
192 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) decode_frame() argument
255 decode_init(AVCodecContext *avctx) decode_init() argument
271 decode_end(AVCodecContext *avctx) decode_end() argument
[all...]
H A Dwmaenc.c35 static av_cold int encode_init(AVCodecContext *avctx) in encode_init() argument
110 apply_window_and_mdct(AVCodecContext *avctx, const AVFrame *frame) apply_window_and_mdct() argument
374 encode_superframe(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) encode_superframe() argument
[all...]
H A Dylc.c47 static av_cold int decode_init(AVCodecContext *avctx) in decode_init() argument
86 static int build_vlc(AVCodecContext *avctx, VLC *vlc, const uint32_t *table) in build_vlc() argument
281 static int decode_frame(AVCodecContext *avctx, AVFrame *p, in decode_frame() argument
440 decode_end(AVCodecContext *avctx) decode_end() argument
[all...]
H A Dxxan.c32 AVCodecContext *avctx; member
41 static av_cold int xan_decode_end(AVCodecContext *avctx) in xan_decode_end() argument
53 static av_cold int xan_decode_init(AVCodecContext *avctx) in xan_decode_init() argument
180 xan_decode_chroma(AVCodecContext *avctx, unsigned chroma_off) xan_decode_chroma() argument
278 xan_decode_frame_type0(AVCodecContext *avctx) xan_decode_frame_type0() argument
357 xan_decode_frame_type1(AVCodecContext *avctx) xan_decode_frame_type1() argument
402 xan_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) xan_decode_frame() argument
[all...]
H A Dsipr.h66 AVCodecContext *avctx; member
H A Dtta.c51 AVCodecContext *avctx; member
105 static int allocate_buffers(AVCodecContext *avctx) in allocate_buffers() argument
123 static av_cold int tta_decode_init(AVCodecContext * avctx) in tta_decode_init() argument
227 tta_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) tta_decode_frame() argument
405 tta_decode_close(AVCodecContext *avctx) tta_decode_close() argument
[all...]
H A Dtruespeech.c64 static av_cold int truespeech_decode_init(AVCodecContext * avctx) in truespeech_decode_init() argument
309 static int truespeech_decode_frame(AVCodecContext *avctx, AVFrame *frame, in truespeech_decode_frame() argument
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg_hw.c500 static int hwaccel_retrieve_data(AVCodecContext *avctx, AVFrame *input) in hwaccel_retrieve_data() argument
542 int hwaccel_decode_init(AVCodecContext *avctx) in hwaccel_decode_init() argument
/third_party/ffmpeg/doc/examples/
H A Dtranscode_aac.c63 AVCodecContext *avctx; in open_input_file() local
151 AVCodecContext *avctx in open_output_file() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_cas.c48 static int cas_slice8(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in cas_slice8() argument
114 static int cas_slice16(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in cas_slice16() argument
233 AVFilterContext *avctx = inlink->dst; in config_input() local

Completed in 13 milliseconds

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