Home
last modified time | relevance | path

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

1...<<31323334

/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c110 AVCodecContext *avctx; member
477 static av_cold int mlp_encode_init(AVCodecContext *avctx) in mlp_encode_init() argument
2065 mlp_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet) mlp_encode_frame() argument
2189 mlp_encode_close(AVCodecContext *avctx) mlp_encode_close() argument
[all...]
H A Ddiracdec.c137 AVCodecContext *avctx; member
387 static av_cold int dirac_decode_init(AVCodecContext *avctx) in dirac_decode_init() argument
418 static void dirac_decode_flush(AVCodecContext *avctx) in dirac_decode_flush() argument
426 static av_cold int dirac_decode_end(AVCodecContext *avctx) in dirac_decode_end() argument
641 decode_subband_arith(AVCodecContext *avctx, void *b) decode_subband_arith() argument
647 decode_subband_golomb(AVCodecContext *avctx, void *arg) decode_subband_golomb() argument
660 AVCodecContext *avctx = s->avctx; decode_component() local
776 decode_lowdelay_slice(AVCodecContext *avctx, void *arg) decode_lowdelay_slice() argument
917 decode_hq_slice_row(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) decode_hq_slice_row() argument
934 AVCodecContext *avctx = s->avctx; decode_lowdelay() local
1968 get_buffer_with_edge(AVCodecContext *avctx, AVFrame *f, int flags) get_buffer_with_edge() argument
2121 dirac_decode_data_unit(AVCodecContext *avctx, const uint8_t *buf, int size) dirac_decode_data_unit() argument
2263 dirac_decode_frame(AVCodecContext *avctx, AVFrame *picture, int *got_frame, AVPacket *pkt) dirac_decode_frame() argument
[all...]
H A Dh264dec.h332 AVCodecContext *avctx; member
H A Dilbcdec.c1359 static int ilbc_decode_frame(AVCodecContext *avctx, AVFrame *frame, in ilbc_decode_frame() argument
1446 static av_cold int ilbc_decode_init(AVCodecContext *avctx) in ilbc_decode_init() argument
[all...]
H A Dexr.c149 AVCodecContext *avctx; member
1181 static int decode_block(AVCodecContext *avctx, void *tdata, in decode_block() argument
2037 decode_frame(AVCodecContext *avctx, AVFrame *picture, int *got_frame, AVPacket *avpkt) decode_frame() argument
2221 decode_init(AVCodecContext *avctx) decode_init() argument
2273 decode_end(AVCodecContext *avctx) decode_end() argument
[all...]
H A Daacdec_template.c160 static int frame_configure_elements(AVCodecContext *avctx) in frame_configure_elements() argument
537 AVCodecContext *avctx = ac->avctx; in output_configure() local
606 flush(AVCodecContext *avctx) flush() argument
629 set_default_channel_config(AACContext *ac, AVCodecContext *avctx, uint8_t (*layout_map)[3], int *tags, int channel_config) set_default_channel_config() argument
851 decode_pce(AVCodecContext *avctx, MPEG4AudioConfig *m4ac, uint8_t (*layout_map)[3], GetBitContext *gb, int byte_align_ref) decode_pce() argument
921 decode_ga_specific_config(AACContext *ac, AVCodecContext *avctx, GetBitContext *gb, int get_bit_alignment, MPEG4AudioConfig *m4ac, int channel_config) decode_ga_specific_config() argument
1010 decode_eld_specific_config(AACContext *ac, AVCodecContext *avctx, GetBitContext *gb, MPEG4AudioConfig *m4ac, int channel_config) decode_eld_specific_config() argument
1085 decode_audio_specific_config_gb(AACContext *ac, AVCodecContext *avctx, MPEG4AudioConfig *m4ac, GetBitContext *gb, int get_bit_alignment, int sync_extension) decode_audio_specific_config_gb() argument
1152 decode_audio_specific_config(AACContext *ac, AVCodecContext *avctx, MPEG4AudioConfig *m4ac, const uint8_t *data, int64_t bit_size, int sync_extension) decode_audio_specific_config() argument
1274 aac_decode_init(AVCodecContext *avctx) aac_decode_init() argument
3167 aac_decode_er_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, GetBitContext *gb) global() argument
3239 aac_decode_frame_int(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, GetBitContext *gb, const AVPacket *avpkt) global() argument
3452 aac_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) global() argument
3515 aac_decode_close(AVCodecContext *avctx) global() argument
[all...]
H A Dspeexdec.c866 static int nb_decode(AVCodecContext *avctx, void *ptr_st, in nb_decode() argument
1217 static int sb_decode(AVCodecContext *avctx, void *ptr_st, in sb_decode() argument
1396 static int parse_speex_extradata(AVCodecContext *avctx, in parse_speex_extradata() argument
1436 static av_cold int speex_decode_init(AVCodecContext *avctx) in speex_decode_init() argument
1536 speex_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) speex_decode_frame() argument
1572 speex_decode_close(AVCodecContext *avctx) speex_decode_close() argument
[all...]
H A Dvideotoolboxenc.c414 static CMVideoCodecType get_cm_codec_type(AVCodecContext *avctx, in get_cm_codec_type() argument
463 get_params_size( AVCodecContext *avctx, CMVideoFormatDescriptionRef vid_fmt, size_t *size) get_params_size() argument
517 copy_param_sets( AVCodecContext *avctx, CMVideoFormatDescriptionRef vid_fmt, uint8_t *dst, size_t dst_size) copy_param_sets() argument
581 set_extradata(AVCodecContext *avctx, CMSampleBufferRef sample_buffer) set_extradata() argument
637 AVCodecContext *avctx = ctx; vtenc_output_callback() local
666 get_length_code_size( AVCodecContext *avctx, CMSampleBufferRef sample_buffer, size_t *size) get_length_code_size() argument
703 get_vt_h264_profile_level(AVCodecContext *avctx, CFStringRef *profile_level_val) get_vt_h264_profile_level() argument
808 get_vt_hevc_profile_level(AVCodecContext *avctx, CFStringRef *profile_level_val) get_vt_hevc_profile_level() argument
837 get_cv_pixel_format(AVCodecContext* avctx, enum AVPixelFormat fmt, enum AVColorRange range, int* av_pixel_format, int* range_guessed) get_cv_pixel_format() argument
852 add_color_attr(AVCodecContext *avctx, CFMutableDictionaryRef dict) add_color_attr() argument
874 create_cv_pixel_buffer_info(AVCodecContext* avctx, CFMutableDictionaryRef* dict) create_cv_pixel_buffer_info() argument
941 get_cv_color_primaries(AVCodecContext *avctx, CFStringRef *primaries) get_cv_color_primaries() argument
975 get_cv_transfer_function(AVCodecContext *avctx, CFStringRef *transfer_fnc, CFNumberRef *gamma_level) get_cv_transfer_function() argument
1038 get_cv_ycbcr_matrix(AVCodecContext *avctx, CFStringRef *matrix) get_cv_ycbcr_matrix() argument
1076 vtenc_create_encoder(AVCodecContext *avctx, CMVideoCodecType codec_type, CFStringRef profile_level, CFNumberRef gamma_level, CFDictionaryRef enc_info, CFDictionaryRef pixel_buffer_info, VTCompressionSessionRef *session) vtenc_create_encoder() argument
1425 vtenc_configure_encoder(AVCodecContext *avctx) vtenc_configure_encoder() argument
1547 vtenc_init(AVCodecContext *avctx) vtenc_init() argument
1619 find_sei_end(AVCodecContext *avctx, uint8_t *nal_data, size_t nal_size, uint8_t **sei_end) find_sei_end() argument
1807 copy_replace_length_codes( AVCodecContext *avctx, size_t length_code_size, CMSampleBufferRef sample_buffer, ExtraSEI *sei, uint8_t *dst_data, size_t dst_size) copy_replace_length_codes() argument
1981 vtenc_cm_to_avpacket( AVCodecContext *avctx, CMSampleBufferRef sample_buffer, AVPacket *pkt, ExtraSEI *sei) vtenc_cm_to_avpacket() argument
2111 get_cv_pixel_info( AVCodecContext *avctx, const AVFrame *frame, int *color, int *plane_count, size_t *widths, size_t *heights, size_t *strides, size_t *contiguous_buf_size) get_cv_pixel_info() argument
2185 copy_avframe_to_pixel_buffer(AVCodecContext *avctx, const AVFrame *frame, CVPixelBufferRef cv_img, const size_t *plane_strides, const size_t *plane_rows) copy_avframe_to_pixel_buffer() argument
2277 create_cv_pixel_buffer(AVCodecContext *avctx, const AVFrame *frame, CVPixelBufferRef *cv_img) create_cv_pixel_buffer() argument
2390 vtenc_send_frame(AVCodecContext *avctx, VTEncContext *vtctx, const AVFrame *frame) vtenc_send_frame() argument
2448 vtenc_frame( AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) vtenc_frame() argument
2515 vtenc_populate_extradata(AVCodecContext *avctx, CMVideoCodecType codec_type, CFStringRef profile_level, CFNumberRef gamma_level, CFDictionaryRef enc_info, CFDictionaryRef pixel_buffer_info) vtenc_populate_extradata() argument
2602 vtenc_close(AVCodecContext *avctx) vtenc_close() argument
[all...]
H A Dmpegvideo_enc.c311 av_cold int ff_mpv_encode_init(AVCodecContext *avctx) in ff_mpv_encode_init() argument
927 ff_mpv_encode_end(AVCodecContext *avctx) ff_mpv_encode_end() argument
1664 ff_mpv_encode_picture(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic_arg, int *got_packet) ff_mpv_encode_picture() argument
[all...]
H A Dvp8.c133 static void vp8_decode_flush_impl(AVCodecContext *avctx, int free_mem) in vp8_decode_flush_impl() argument
146 static void vp8_decode_flush(AVCodecContext *avctx) in vp8_decode_flush() argument
194 AVCodecContext *avctx = s->avctx; update_dimensions() local
2282 vp78_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *curframe, VP8Frame *prev_frame, int is_vp7) vp78_decode_mv_mb_modes() argument
2319 vp7_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *cur_frame, VP8Frame *prev_frame) vp7_decode_mv_mb_modes() argument
2325 vp8_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *cur_frame, VP8Frame *prev_frame) vp8_decode_mv_mb_modes() argument
2369 decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr, int is_vp7) decode_mb_row_no_filter() argument
2497 vp7_decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp7_decode_mb_row_no_filter() argument
2503 vp8_decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp8_decode_mb_row_no_filter() argument
2509 filter_mb_row(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr, int is_vp7) filter_mb_row() argument
2568 vp7_filter_mb_row(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp7_filter_mb_row() argument
2574 vp8_filter_mb_row(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp8_filter_mb_row() argument
2581 vp78_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr, int is_vp7) vp78_decode_mb_row_sliced() argument
2615 vp7_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp7_decode_mb_row_sliced() argument
2621 vp8_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp8_decode_mb_row_sliced() argument
2628 vp78_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, const AVPacket *avpkt, int is_vp7) vp78_decode_frame() argument
2814 ff_vp8_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) ff_vp8_decode_frame() argument
2821 vp7_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) vp7_decode_frame() argument
2828 ff_vp8_decode_free(AVCodecContext *avctx) ff_vp8_decode_free() argument
2852 vp78_decode_init(AVCodecContext *avctx, int is_vp7) vp78_decode_init() argument
2889 vp7_decode_init(AVCodecContext *avctx) vp7_decode_init() argument
2895 ff_vp8_decode_init(AVCodecContext *avctx) ff_vp8_decode_init() argument
[all...]
H A Dhevcdec.c326 AVCodecContext *avctx = s->avctx; in export_stream_params() local
383 AVCodecContext *avctx = s->avctx; export_stream_params_from_sei() local
3484 hevc_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_output, AVPacket *avpkt) hevc_decode_frame() argument
3597 hevc_decode_free(AVCodecContext *avctx) hevc_decode_free() argument
3646 hevc_init_context(AVCodecContext *avctx) hevc_init_context() argument
3808 hevc_decode_init(AVCodecContext *avctx) hevc_decode_init() argument
3848 hevc_decode_flush(AVCodecContext *avctx) hevc_decode_flush() argument
[all...]
H A Dhevcdec.h469 AVCodecContext *avctx; member
H A Dmpegvideo.h79 struct AVCodecContext *avctx; member
H A Dvp3.c177 AVCodecContext *avctx; member
318 static av_cold void free_tables(AVCodecContext *avctx) in free_tables() argument
334 static void vp3_decode_flush(AVCodecContext *avctx) in vp3_decode_flush() argument
346 vp3_decode_end(AVCodecContext *avctx) vp3_decode_end() argument
2272 allocate_tables(AVCodecContext *avctx) allocate_tables() argument
2327 vp3_decode_init(AVCodecContext *avctx) vp3_decode_init() argument
2509 update_frames(AVCodecContext *avctx) update_frames() argument
2591 vp3_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) vp3_decode_frame() argument
2848 read_huffman_tree(HuffTable *huff, GetBitContext *gb, int length, AVCodecContext *avctx) read_huffman_tree() argument
2881 theora_decode_header(AVCodecContext *avctx, GetBitContext *gb) theora_decode_header() argument
3000 theora_decode_tables(AVCodecContext *avctx, GetBitContext *gb) theora_decode_tables() argument
3106 theora_decode_init(AVCodecContext *avctx) theora_decode_init() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_deshake_opencl.c1052 static av_cold void deshake_opencl_uninit(AVFilterContext *avctx) in deshake_opencl_uninit() argument
1111 static int deshake_opencl_init(AVFilterContext *avctx) in deshake_opencl_init() argument
1341 transform_debug(AVFilterContext *avctx, float *new_vals, float *old_vals, int curr_frame) transform_debug() argument
1371 AVFilterContext *avctx = link->dst; filter_frame() local
1728 AVFilterContext *avctx = link->dst; queue_frame() local
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg.c2047 static int decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt) in decode() argument
2092 AVCodecContext *avctx = ist->dec_ctx; in decode_audio() local
2867 parse_forced_key_frames(char *kf, OutputStream *ost, AVCodecContext *avctx) parse_forced_key_frames() argument
3832 AVCodecContext *avctx; seek_to_start() local
3914 AVCodecContext *avctx; process_input() local
[all...]
H A Dffplay.c191 AVCodecContext *avctx; member
564 static int decoder_init(Decoder *d, AVCodecContext *avctx, PacketQueue *queue, SDL_cond *empty_queue_cond) { in decoder_init() argument
2558 AVCodecContext *avctx; stream_component_open() local
[all...]

Completed in 44 milliseconds

1...<<31323334