| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_avgblur_vulkan.c | 205 static int process_frames(AVFilterContext *avctx, AVFrame *out_f, AVFrame *tmp_f, AVFrame *in_f) in process_frames() argument 373 static void avgblur_vulkan_uninit(AVFilterContext *avctx) in avgblur_vulkan_uninit() argument
|
| H A D | vf_avgblur_opencl.c | 56 static int avgblur_opencl_init(AVFilterContext *avctx) in avgblur_opencl_init() argument 149 AVFilterContext *avctx = inlink->dst; in avgblur_opencl_filter_frame() local 279 avgblur_opencl_uninit(AVFilterContext *avctx) avgblur_opencl_uninit() argument [all...] |
| H A D | vf_deinterlace_vaapi.c | 68 static void deint_vaapi_pipeline_uninit(AVFilterContext *avctx) in deint_vaapi_pipeline_uninit() argument 80 static int deint_vaapi_build_filter_params(AVFilterContext *avctx) in deint_vaapi_build_filter_params() argument 163 AVFilterContext *avctx = outlink->src; deint_vaapi_config_output() local 180 AVFilterContext *avctx = inlink->dst; deint_vaapi_filter_frame() local 330 AVFilterContext *avctx = link->src; deint_vaapi_request_frame() local 347 deint_vaapi_init(AVFilterContext *avctx) deint_vaapi_init() argument [all...] |
| H A D | vf_convolution_opencl.c | 58 static int convolution_opencl_init(AVFilterContext *avctx) in convolution_opencl_init() argument 101 static int convolution_opencl_make_filter_params(AVFilterContext *avctx) in convolution_opencl_make_filter_params() argument 176 AVFilterContext *avctx = inlink->dst; convolution_opencl_filter_frame() local 298 convolution_opencl_uninit(AVFilterContext *avctx) convolution_opencl_uninit() argument [all...] |
| H A D | opencl.c | 28 static int opencl_filter_set_device(AVFilterContext *avctx, in opencl_filter_set_device() argument 47 AVFilterContext *avctx = inlink->dst; in ff_opencl_filter_config_input() local 83 AVFilterContext *avctx = outlink->src; in ff_opencl_filter_config_output() local 132 ff_opencl_filter_init(AVFilterContext *avctx) ff_opencl_filter_init() argument 141 ff_opencl_filter_uninit(AVFilterContext *avctx) ff_opencl_filter_uninit() argument 156 ff_opencl_filter_load_program(AVFilterContext *avctx, const char **program_source_array, int nb_strings) ff_opencl_filter_load_program() argument 204 ff_opencl_filter_load_program_from_file(AVFilterContext *avctx, const char *filename) ff_opencl_filter_load_program_from_file() argument 263 ff_opencl_filter_work_size_from_image(AVFilterContext *avctx, size_t *work_size, AVFrame *frame, int plane, int block_alignment) ff_opencl_filter_work_size_from_image() argument [all...] |
| H A D | vaapi_vpp.c | 27 int ff_vaapi_vpp_query_formats(AVFilterContext *avctx) in ff_vaapi_vpp_query_formats() argument 44 void ff_vaapi_vpp_pipeline_uninit(AVFilterContext *avctx) in ff_vaapi_vpp_pipeline_uninit() argument 72 AVFilterContext *avctx = inlink->dst; in ff_vaapi_vpp_config_input() local 97 AVFilterContext *avctx = outlink->src; ff_vaapi_vpp_config_output() local 388 vaapi_vpp_fill_colour_properties(AVFilterContext *avctx, VAAPIColourProperties *props, VAProcColorStandardType *vacs, int nb_vacs) vaapi_vpp_fill_colour_properties() argument 420 vaapi_vpp_colour_properties(AVFilterContext *avctx, VAProcPipelineParameterBuffer *params, const AVFrame *input_frame, AVFrame *output_frame) vaapi_vpp_colour_properties() argument 515 ff_vaapi_vpp_init_params(AVFilterContext *avctx, VAProcPipelineParameterBuffer *params, const AVFrame *input_frame, AVFrame *output_frame) ff_vaapi_vpp_init_params() argument 563 ff_vaapi_vpp_make_param_buffers(AVFilterContext *avctx, int type, const void *data, size_t size, int count) ff_vaapi_vpp_make_param_buffers() argument 592 ff_vaapi_vpp_render_picture(AVFilterContext *avctx, VAProcPipelineParameterBuffer *params, AVFrame *output_frame) ff_vaapi_vpp_render_picture() argument 666 ff_vaapi_vpp_ctx_init(AVFilterContext *avctx) ff_vaapi_vpp_ctx_init() argument 680 ff_vaapi_vpp_ctx_uninit(AVFilterContext *avctx) ff_vaapi_vpp_ctx_uninit() argument [all...] |
| H A D | vf_hsvkey.c | 89 static int do_hsvkey_slice(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in do_hsvkey_slice() argument 114 static int do_hsvkey16_slice(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in do_hsvkey16_slice() argument 140 static int do_hsvhold_slice(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in do_hsvhold_slice() argument 176 static int do_hsvhold16_slice(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in do_hsvhold16_slice() argument 215 AVFilterContext *avctx = link->dst; in filter_frame() local 230 AVFilterContext *avctx = outlink->src; config_output() local 249 AVFilterContext *avctx = inlink->dst; config_input() local [all...] |
| H A D | vf_nlmeans_opencl.c | 74 static int nlmeans_opencl_init(AVFilterContext *avctx, int width, int height) in nlmeans_opencl_init() argument 170 static int nlmeans_plane(AVFilterContext *avctx, cl_mem dst, cl_mem src, in nlmeans_plane() argument 288 AVFilterContext *avctx = inlink->dst; in nlmeans_opencl_filter_frame() local 380 nlmeans_opencl_uninit(AVFilterContext *avctx) nlmeans_opencl_uninit() argument [all...] |
| H A D | vf_remap_opencl.c | 62 static av_cold int remap_opencl_init(AVFilterContext *avctx) in remap_opencl_init() argument 69 static int remap_opencl_load(AVFilterContext *avctx, in remap_opencl_load() argument 134 AVFilterContext *avctx = fs->parent; in remap_opencl_process_frame() local 292 remap_opencl_uninit(AVFilterContext *avctx) remap_opencl_uninit() argument [all...] |
| H A D | vf_misc_vaapi.c | 60 static int denoise_vaapi_build_filter_params(AVFilterContext *avctx) in denoise_vaapi_build_filter_params() argument 90 static int sharpness_vaapi_build_filter_params(AVFilterContext *avctx) in sharpness_vaapi_build_filter_params() argument 123 AVFilterContext *avctx = inlink->dst; misc_vaapi_filter_frame() local 176 denoise_vaapi_init(AVFilterContext *avctx) denoise_vaapi_init() argument 188 sharpness_vaapi_init(AVFilterContext *avctx) sharpness_vaapi_init() argument [all...] |
| H A D | vf_tonemap_vaapi.c | 48 static int tonemap_vaapi_save_metadata(AVFilterContext *avctx, AVFrame *input_frame) in tonemap_vaapi_save_metadata() argument 149 tonemap_vaapi_set_filter_params(AVFilterContext *avctx, AVFrame *input_frame) tonemap_vaapi_set_filter_params() argument 177 tonemap_vaapi_build_filter_params(AVFilterContext *avctx) tonemap_vaapi_build_filter_params() argument 234 AVFilterContext *avctx = inlink->dst; tonemap_vaapi_filter_frame() local 320 tonemap_vaapi_init(AVFilterContext *avctx) tonemap_vaapi_init() argument [all...] |
| H A D | vf_flip_vulkan.c | 132 static av_cold void flip_vulkan_uninit(AVFilterContext *avctx) in flip_vulkan_uninit() argument 140 static int process_frames(AVFilterContext *avctx, AVFrame *outframe, AVFrame *inframe) in process_frames() argument
|
| H A D | vf_transpose_vulkan.c | 122 static int process_frames(AVFilterContext *avctx, AVFrame *outframe, AVFrame *inframe) in process_frames() argument 259 static av_cold void transpose_vulkan_uninit(AVFilterContext *avctx) in transpose_vulkan_uninit() argument 269 AVFilterContext *avctx = outlink->src; in config_props_output() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | msvideo1enc.c | 38 AVCodecContext *avctx; member 67 static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, in encode_frame() argument 269 encode_init(AVCodecContext *avctx) encode_init() argument 295 encode_end(AVCodecContext *avctx) encode_end() argument [all...] |
| H A D | qtrle.c | 45 AVCodecContext *avctx; member 407 static av_cold int qtrle_decode_init(AVCodecContext *avctx) in qtrle_decode_init() argument 449 qtrle_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) qtrle_decode_frame() argument 568 qtrle_decode_flush(AVCodecContext *avctx) qtrle_decode_flush() argument 575 qtrle_decode_end(AVCodecContext *avctx) qtrle_decode_end() argument [all...] |
| H A D | qtrleenc.c | 39 AVCodecContext *avctx; member 67 static av_cold int qtrle_encode_end(AVCodecContext *avctx) in qtrle_encode_end() argument 78 static av_cold int qtrle_encode_init(AVCodecContext *avctx) in qtrle_encode_init() argument 367 qtrle_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet) qtrle_encode_frame() argument [all...] |
| H A D | rkmppdec.c | 67 static MppCodingType rkmpp_get_codingtype(AVCodecContext *avctx) in rkmpp_get_codingtype() argument 89 static int rkmpp_write_data(AVCodecContext *avctx, uint8_t *buffer, int size, int64_t pts) in rkmpp_write_data() argument 124 static int rkmpp_close_decoder(AVCodecContext *avctx) in rkmpp_close_decoder() argument 152 static int rkmpp_init_decoder(AVCodecContext *avctx) in rkmpp_init_decoder() argument 269 rkmpp_send_packet(AVCodecContext *avctx, const AVPacket *avpkt) rkmpp_send_packet() argument 320 rkmpp_retrieve_frame(AVCodecContext *avctx, AVFrame *frame) rkmpp_retrieve_frame() argument 496 rkmpp_receive_frame(AVCodecContext *avctx, AVFrame *frame) rkmpp_receive_frame() argument 536 rkmpp_flush(AVCodecContext *avctx) rkmpp_flush() argument [all...] |
| H A D | twinvqdec.c | 252 static int twinvq_read_bitstream(AVCodecContext *avctx, TwinVQContext *tctx, in twinvq_read_bitstream() argument 320 static av_cold int twinvq_decode_init(AVCodecContext *avctx) in twinvq_decode_init() argument [all...] |
| H A D | ulti.c | 39 AVCodecContext *avctx; member 46 static av_cold int ulti_decode_init(AVCodecContext *avctx) in ulti_decode_init() argument 66 static av_cold int ulti_decode_end(AVCodecContext *avctx) in ulti_decode_end() argument 217 ulti_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) ulti_decode_frame() argument [all...] |
| H A D | wma.c | 78 av_cold int ff_wma_init(AVCodecContext *avctx, int flags2) in ff_wma_init() argument 366 ff_wma_end(AVCodecContext *avctx) ff_wma_end() argument 426 ff_wma_run_level_decode(AVCodecContext *avctx, GetBitContext *gb, VLC *vlc, const float *level_table, const uint16_t *run_table, int version, WMACoef *ptr, int offset, int num_coefs, int block_len, int frame_len_bits, int coef_nb_bits) ff_wma_run_level_decode() argument [all...] |
| H A D | webvttenc.c | 33 AVCodecContext *avctx; member 158 static int webvtt_encode_frame(AVCodecContext *avctx, in webvtt_encode_frame() argument 197 static int webvtt_encode_close(AVCodecContext *avctx) in webvtt_encode_close() argument 205 static av_cold int webvtt_encode_init(AVCodecContext *avctx) in webvtt_encode_init() argument [all...] |
| H A D | mss12.h | 78 AVCodecContext *avctx; member
|
| H A D | ra288.c | 66 static av_cold int ra288_decode_init(AVCodecContext *avctx) in ra288_decode_init() argument 190 static int ra288_decode_frame(AVCodecContext * avctx, AVFrame *frame, in ra288_decode_frame() argument [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | bintext.c | 90 static int next_tag_read(AVFormatContext *avctx, uint64_t *fsize) in next_tag_read() argument
|
| H A D | mlvdec.c | 79 static void read_string(AVFormatContext *avctx, AVIOContext *pb, const char *tag, unsigned size) in read_string() argument 97 static void read_uint8(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt) in read_uint8() argument 102 static void read_uint16(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt) in read_uint16() argument 107 static void read_uint32(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt) in read_uint32() argument 112 static void read_uint64(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt) in read_uint64() argument 117 scan_file(AVFormatContext *avctx, AVStream *vst, AVStream *ast, int file) scan_file() argument 257 read_header(AVFormatContext *avctx) read_header() argument 400 read_packet(AVFormatContext *avctx, AVPacket *pkt) read_packet() argument 466 read_seek(AVFormatContext *avctx, int stream_index, int64_t timestamp, int flags) read_seek() argument [all...] |