| /third_party/ffmpeg/libavcodec/ |
| D | dxva2_internal.h | 97 #define DXVA_SHARED_CONTEXT(avctx) ((FFDXVASharedContext *)((avctx)->internal->hwaccel_priv_data)) argument 99 #define DXVA_CONTEXT(avctx) (AVDXVAContext *)((avctx)->hwaccel_context ? (avctx)->hwaccel_context :… argument 105 #define DXVA_CONTEXT_WORKAROUND(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.workaround… argument 106 #define DXVA_CONTEXT_COUNT(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.surface_co… argument 107 #define DXVA_CONTEXT_DECODER(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? (void *)ctx->d3d11va.de… argument 108 #define DXVA_CONTEXT_REPORT_ID(avctx, ctx) (*(ff_dxva2_is_d3d11(avctx) ? &ctx->d3d11va.report_… argument 109 #define DXVA_CONTEXT_CFG(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? (void *)ctx->d3d11va.cf… argument 110 #define DXVA_CONTEXT_CFG_BITSTREAM(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg->Confi… argument 111 #define DXVA_CONTEXT_CFG_INTRARESID(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg->Confi… argument 112 #define DXVA_CONTEXT_CFG_RESIDACCEL(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg->Confi… argument [all …]
|
| D | encode.c | 35 int ff_alloc_packet(AVCodecContext *avctx, AVPacket *avpkt, int64_t size) in ff_alloc_packet() 57 int avcodec_default_get_encode_buffer(AVCodecContext *avctx, AVPacket *avpkt, int flags) in avcodec_default_get_encode_buffer() 79 int ff_get_encode_buffer(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int flags) in ff_get_encode_buffer() 146 int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, in avcodec_encode_subtitle() 160 int ff_encode_get_frame(AVCodecContext *avctx, AVFrame *frame) in ff_encode_get_frame() 175 static int encode_simple_internal(AVCodecContext *avctx, AVPacket *avpkt) in encode_simple_internal() 264 static int encode_simple_receive_packet(AVCodecContext *avctx, AVPacket *avpkt) in encode_simple_receive_packet() 277 static int encode_receive_packet_internal(AVCodecContext *avctx, AVPacket *avpkt) in encode_receive_packet_internal() 311 static int encode_send_frame_internal(AVCodecContext *avctx, const AVFrame *src) in encode_send_frame_internal() 357 int attribute_align_arg avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame) in avcodec_send_frame() [all …]
|
| D | vaapi_encode.c | 41 static int vaapi_encode_make_packed_header(AVCodecContext *avctx, in vaapi_encode_make_packed_header() 87 static int vaapi_encode_make_param_buffer(AVCodecContext *avctx, in vaapi_encode_make_param_buffer() 115 static int vaapi_encode_make_misc_param_buffer(AVCodecContext *avctx, in vaapi_encode_make_misc_param_buffer() 138 static int vaapi_encode_wait(AVCodecContext *avctx, in vaapi_encode_wait() 183 static int vaapi_encode_make_row_slice(AVCodecContext *avctx, in vaapi_encode_make_row_slice() 238 static int vaapi_encode_make_tile_slice(AVCodecContext *avctx, in vaapi_encode_make_tile_slice() 265 static int vaapi_encode_issue(AVCodecContext *avctx, in vaapi_encode_issue() 653 static int vaapi_encode_output(AVCodecContext *avctx, in vaapi_encode_output() 722 static int vaapi_encode_discard(AVCodecContext *avctx, in vaapi_encode_discard() 739 static VAAPIEncodePicture *vaapi_encode_alloc(AVCodecContext *avctx) in vaapi_encode_alloc() [all …]
|
| D | videotoolbox.c | 93 static int videotoolbox_postproc_frame(void *avctx, AVFrame *frame) in videotoolbox_postproc_frame() 124 int ff_videotoolbox_alloc_frame(AVCodecContext *avctx, AVFrame *frame) in ff_videotoolbox_alloc_frame() 185 CFDataRef ff_videotoolbox_avcc_extradata_create(AVCodecContext *avctx) in ff_videotoolbox_avcc_extradata_create() 230 CFDataRef ff_videotoolbox_hvcc_extradata_create(AVCodecContext *avctx) in ff_videotoolbox_hvcc_extradata_create() 391 int ff_videotoolbox_h264_start_frame(AVCodecContext *avctx, in ff_videotoolbox_h264_start_frame() 405 static int videotoolbox_h264_decode_params(AVCodecContext *avctx, in videotoolbox_h264_decode_params() 428 static int videotoolbox_common_decode_slice(AVCodecContext *avctx, in videotoolbox_common_decode_slice() 451 int ff_videotoolbox_h264_decode_slice(AVCodecContext *avctx, in ff_videotoolbox_h264_decode_slice() 466 static AVVideotoolboxContext *videotoolbox_get_context(AVCodecContext *avctx) in videotoolbox_get_context() 478 static void videotoolbox_stop(AVCodecContext *avctx) in videotoolbox_stop() [all …]
|
| D | nvenc.c | 139 static int nvenc_print_error(AVCodecContext *avctx, NVENCSTATUS err, in nvenc_print_error() 223 static void nvenc_print_driver_requirement(AVCodecContext *avctx, int level) in nvenc_print_driver_requirement() 279 static av_cold int nvenc_load_libraries(AVCodecContext *avctx) in nvenc_load_libraries() 323 static int nvenc_push_context(AVCodecContext *avctx) in nvenc_push_context() 334 static int nvenc_pop_context(AVCodecContext *avctx) in nvenc_pop_context() 346 static av_cold int nvenc_open_session(AVCodecContext *avctx) in nvenc_open_session() 372 static int nvenc_check_codec_support(AVCodecContext *avctx) in nvenc_check_codec_support() 408 static int nvenc_check_cap(AVCodecContext *avctx, NV_ENC_CAPS cap) in nvenc_check_cap() 425 static int nvenc_check_capabilities(AVCodecContext *avctx) in nvenc_check_capabilities() 574 static av_cold int nvenc_check_device(AVCodecContext *avctx, int idx) in nvenc_check_device() [all …]
|
| D | mfenc.c | 66 static int mf_wait_events(AVCodecContext *avctx) in mf_wait_events() 105 static AVRational mf_get_tb(AVCodecContext *avctx) in mf_get_tb() 112 static LONGLONG mf_to_mf_time(AVCodecContext *avctx, int64_t av_pts) in mf_to_mf_time() 119 static void mf_sample_set_pts(AVCodecContext *avctx, IMFSample *sample, int64_t av_pts) in mf_sample_set_pts() 126 static int64_t mf_from_mf_time(AVCodecContext *avctx, LONGLONG stime) in mf_from_mf_time() 131 static int64_t mf_sample_get_pts(AVCodecContext *avctx, IMFSample *sample) in mf_sample_get_pts() 140 static int mf_enca_output_type_get(AVCodecContext *avctx, IMFMediaType *type) in mf_enca_output_type_get() 180 static int mf_encv_output_type_get(AVCodecContext *avctx, IMFMediaType *type) in mf_encv_output_type_get() 203 static int mf_output_type_get(AVCodecContext *avctx) in mf_output_type_get() 233 static int mf_sample_to_avpacket(AVCodecContext *avctx, IMFSample *sample, AVPacket *avpkt) in mf_sample_to_avpacket() [all …]
|
| D | libjxldec.c | 54 static int libjxl_init_jxl_decoder(AVCodecContext *avctx) in libjxl_init_jxl_decoder() 75 static av_cold int libjxl_decode_init(AVCodecContext *avctx) in libjxl_decode_init() 96 static enum AVPixelFormat libjxl_get_pix_fmt(void *avctx, const JxlBasicInfo *basic_info, JxlPixelF… in libjxl_get_pix_fmt() 133 static enum AVColorPrimaries libjxl_get_primaries(void *avctx, const JxlColorEncoding *jxl_color) in libjxl_get_primaries() 160 static enum AVColorTransferCharacteristic libjxl_get_trc(void *avctx, const JxlColorEncoding *jxl_c… in libjxl_get_trc() 184 static int libjxl_get_icc(AVCodecContext *avctx) in libjxl_get_icc() 225 static int libjxl_color_encoding_event(AVCodecContext *avctx, AVFrame *frame) in libjxl_color_encoding_event() 321 static int libjxl_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avp… in libjxl_decode_frame() 433 static av_cold int libjxl_decode_close(AVCodecContext *avctx) in libjxl_decode_close()
|
| D | decode.c | 52 static int apply_param_change(AVCodecContext *avctx, const AVPacket *avpkt) in apply_param_change() 170 static int decode_bsfs_init(AVCodecContext *avctx) in decode_bsfs_init() 205 int ff_decode_get_packet(AVCodecContext *avctx, AVPacket *pkt) in ff_decode_get_packet() 277 static inline int decode_simple_internal(AVCodecContext *avctx, AVFrame *frame, int64_t *discarded_… in decode_simple_internal() 507 static int decode_simple_receive_frame(AVCodecContext *avctx, AVFrame *frame) in decode_simple_receive_frame() 523 static int decode_receive_frame_internal(AVCodecContext *avctx, AVFrame *frame) in decode_receive_frame_internal() 576 int attribute_align_arg avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt) in avcodec_send_packet() 612 static int apply_cropping(AVCodecContext *avctx, AVFrame *frame) in apply_cropping() 639 int attribute_align_arg avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame) in avcodec_receive_frame() 736 static int recode_subtitle(AVCodecContext *avctx, AVPacket **outpkt, in recode_subtitle() [all …]
|
| D | pthread_slice.c | 65 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() 100 static int thread_execute(AVCodecContext *avctx, action_func* func, void *arg, int *ret, int job_co… in thread_execute() 119 static int thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job… in thread_execute2() 126 int ff_slice_thread_execute_with_mainfunc(AVCodecContext *avctx, action_func2* func2, main_func *ma… in ff_slice_thread_execute_with_mainfunc() 134 int ff_slice_thread_init(AVCodecContext *avctx) in ff_slice_thread_init() 179 int av_cold ff_slice_thread_init_progress(AVCodecContext *avctx) in ff_slice_thread_init_progress() 210 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) in ff_thread_report_progress2() 222 void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift) in ff_thread_await_progress2() [all …]
|
| D | qsvenc.c | 175 static void dump_video_param(AVCodecContext *avctx, QSVEncContext *q, in dump_video_param() 347 static void dump_video_vp9_param(AVCodecContext *avctx, QSVEncContext *q, in dump_video_vp9_param() 420 static void dump_video_mjpeg_param(AVCodecContext *avctx, QSVEncContext *q) in dump_video_mjpeg_param() 432 static int select_rc_mode(AVCodecContext *avctx, QSVEncContext *q) in select_rc_mode() 502 static int check_enc_param(AVCodecContext *avctx, QSVEncContext *q) in check_enc_param() 533 static int init_video_param_jpeg(AVCodecContext *avctx, QSVEncContext *q) in init_video_param_jpeg() 600 static int init_video_param(AVCodecContext *avctx, QSVEncContext *q) in init_video_param() 983 static int qsv_retrieve_enc_jpeg_params(AVCodecContext *avctx, QSVEncContext *q) in qsv_retrieve_enc_jpeg_params() 1003 static int qsv_retrieve_enc_vp9_params(AVCodecContext *avctx, QSVEncContext *q) in qsv_retrieve_enc_vp9_params() 1057 static int qsv_retrieve_enc_params(AVCodecContext *avctx, QSVEncContext *q) in qsv_retrieve_enc_params() [all …]
|
| D | libcodec2.c | 51 static av_cold int libcodec2_init_common(AVCodecContext *avctx, int mode) in libcodec2_init_common() 86 static av_cold int libcodec2_init_decoder(AVCodecContext *avctx) in libcodec2_init_decoder() 102 static av_cold int libcodec2_init_encoder(AVCodecContext *avctx) in libcodec2_init_encoder() 125 static av_cold int libcodec2_close(AVCodecContext *avctx) in libcodec2_close() 133 static int libcodec2_decode(AVCodecContext *avctx, AVFrame *frame, in libcodec2_decode() 162 static int libcodec2_encode(AVCodecContext *avctx, AVPacket *avpkt, in libcodec2_encode()
|
| D | libopencore-amr.c | 37 static int amr_decode_fix_avctx(AVCodecContext *avctx) in amr_decode_fix_avctx() 73 static av_cold int amr_nb_decode_init(AVCodecContext *avctx) in amr_nb_decode_init() 90 static av_cold int amr_nb_decode_close(AVCodecContext *avctx) in amr_nb_decode_close() 99 static int amr_nb_decode_frame(AVCodecContext *avctx, AVFrame *frame, in amr_nb_decode_frame() 197 static av_cold int amr_nb_encode_init(AVCodecContext *avctx) in amr_nb_encode_init() 227 static av_cold int amr_nb_encode_close(AVCodecContext *avctx) in amr_nb_encode_close() 236 static int amr_nb_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, in amr_nb_encode_frame() 319 static av_cold int amr_wb_decode_init(AVCodecContext *avctx) in amr_wb_decode_init() 332 static int amr_wb_decode_frame(AVCodecContext *avctx, AVFrame *frame, in amr_wb_decode_frame() 367 static int amr_wb_decode_close(AVCodecContext *avctx) in amr_wb_decode_close()
|
| D | mpegpicture.c | 78 int ff_mpeg_framesize_alloc(AVCodecContext *avctx, MotionEstContext *me, in ff_mpeg_framesize_alloc() 118 static int alloc_frame_buffer(AVCodecContext *avctx, Picture *pic, in alloc_frame_buffer() 205 static int alloc_picture_tables(AVCodecContext *avctx, Picture *pic, int encoding, int out_format, in alloc_picture_tables() 253 int ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me, in ff_alloc_picture() 317 void ff_mpeg_unref_picture(AVCodecContext *avctx, Picture *pic) in ff_mpeg_unref_picture() 377 int ff_mpeg_ref_picture(AVCodecContext *avctx, Picture *dst, Picture *src) in ff_mpeg_ref_picture() 429 static int find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared) in find_unused_picture() 462 int ff_find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared) in ff_find_unused_picture() 474 void av_cold ff_mpv_picture_free(AVCodecContext *avctx, Picture *pic) in ff_mpv_picture_free()
|
| D | msrle.c | 43 AVCodecContext *avctx; member 51 static av_cold int msrle_decode_init(AVCodecContext *avctx) in msrle_decode_init() 85 static int msrle_decode_frame(AVCodecContext *avctx, AVFrame *rframe, in msrle_decode_frame() 145 static void msrle_decode_flush(AVCodecContext *avctx) in msrle_decode_flush() 152 static av_cold int msrle_decode_end(AVCodecContext *avctx) in msrle_decode_end()
|
| D | audiotoolboxdec.c | 161 static int ffat_update_ctx(AVCodecContext *avctx) in ffat_update_ctx() 231 static uint8_t* ffat_get_magic_cookie(AVCodecContext *avctx, UInt32 *cookie_size) in ffat_get_magic_cookie() 271 static av_cold int ffat_usable_extradata(AVCodecContext *avctx) in ffat_usable_extradata() 281 static int ffat_set_extradata(AVCodecContext *avctx) in ffat_set_extradata() 303 static av_cold int ffat_create_decoder(AVCodecContext *avctx, in ffat_create_decoder() 410 static av_cold int ffat_init_decoder(AVCodecContext *avctx) in ffat_init_decoder() 432 AVCodecContext *avctx = inctx; in ffat_decode_callback() local 476 static void ffat_copy_samples(AVCodecContext *avctx, AVFrame *frame) in ffat_copy_samples() 486 static int ffat_decode(AVCodecContext *avctx, AVFrame *frame, in ffat_decode() 564 static av_cold void ffat_decode_flush(AVCodecContext *avctx) in ffat_decode_flush() [all …]
|
| D | libdavs2.c | 43 static av_cold int davs2_init(AVCodecContext *avctx) in davs2_init() 64 static int davs2_dump_frames(AVCodecContext *avctx, davs2_picture_t *pic, int *got_frame, in davs2_dump_frames() 142 static void davs2_flush(AVCodecContext *avctx) in davs2_flush() 157 static int send_delayed_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame) in send_delayed_frame() 174 static av_cold int davs2_end(AVCodecContext *avctx) in davs2_end() 188 static int davs2_decode_frame(AVCodecContext *avctx, AVFrame *frame, in davs2_decode_frame()
|
| D | dxva2.c | 110 static int dxva_get_decoder_configuration(AVCodecContext *avctx, in dxva_get_decoder_configuration() 195 static int dxva_check_codec_compatibility(AVCodecContext *avctx, const dxva_mode *mode) in dxva_check_codec_compatibility() 215 static void dxva_list_guids_debug(AVCodecContext *avctx, void *service, in dxva_list_guids_debug() 260 static int dxva_get_decoder_guid(AVCodecContext *avctx, void *service, void *surface_format, in dxva_get_decoder_guid() 319 static int dxva2_get_decoder_configuration(AVCodecContext *avctx, const GUID *device_guid, in dxva2_get_decoder_configuration() 342 static int dxva2_create_decoder(AVCodecContext *avctx) in dxva2_create_decoder() 420 static int d3d11va_get_decoder_configuration(AVCodecContext *avctx, in d3d11va_get_decoder_configuration() 465 static int d3d11va_create_decoder(AVCodecContext *avctx) in d3d11va_create_decoder() 560 static void ff_dxva2_lock(AVCodecContext *avctx) in ff_dxva2_lock() 576 static void ff_dxva2_unlock(AVCodecContext *avctx) in ff_dxva2_unlock() [all …]
|
| /third_party/ffmpeg/libavcodec/x86/ |
| D | w64xmmtest.c | 25 wrap(avcodec_open2(AVCodecContext *avctx, in wrap() 32 wrap(avcodec_decode_subtitle2(AVCodecContext *avctx, in wrap() 41 wrap(avcodec_encode_subtitle(AVCodecContext *avctx, in wrap() 48 wrap(avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt)) in wrap() 53 wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)) in wrap() 58 wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) in wrap() 63 wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)) in wrap()
|
| /third_party/ffmpeg/libavcodec/aarch64/ |
| D | neontest.c | 25 wrap(avcodec_open2(AVCodecContext *avctx, in wrap() 32 wrap(avcodec_decode_subtitle2(AVCodecContext *avctx, in wrap() 41 wrap(avcodec_encode_subtitle(AVCodecContext *avctx, in wrap() 48 wrap(avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt)) in wrap() 53 wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)) in wrap() 58 wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) in wrap() 63 wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)) in wrap()
|
| /third_party/ffmpeg/libavcodec/arm/ |
| D | neontest.c | 25 wrap(avcodec_open2(AVCodecContext *avctx, in wrap() 32 wrap(avcodec_decode_subtitle2(AVCodecContext *avctx, in wrap() 41 wrap(avcodec_encode_subtitle(AVCodecContext *avctx, in wrap() 48 wrap(avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt)) in wrap() 53 wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)) in wrap() 58 wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) in wrap() 63 wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)) in wrap()
|
| /third_party/ffmpeg/libavfilter/ |
| D | vulkan_filter.c | 21 static int vulkan_filter_set_device(AVFilterContext *avctx, in vulkan_filter_set_device() 38 static int vulkan_filter_set_frames(AVFilterContext *avctx, in vulkan_filter_set_frames() 55 AVFilterContext *avctx = inlink->dst; in ff_vk_filter_config_input() local 106 AVFilterContext *avctx = outlink->src; in ff_vk_filter_config_output_inplace() local 136 AVFilterContext *avctx = outlink->src; in ff_vk_filter_config_output() local 184 int ff_vk_filter_init(AVFilterContext *avctx) in ff_vk_filter_init()
|
| D | opencl.c | 28 static int opencl_filter_set_device(AVFilterContext *avctx, in opencl_filter_set_device() 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 int ff_opencl_filter_init(AVFilterContext *avctx) in ff_opencl_filter_init() 141 void ff_opencl_filter_uninit(AVFilterContext *avctx) in ff_opencl_filter_uninit() 156 int ff_opencl_filter_load_program(AVFilterContext *avctx, in ff_opencl_filter_load_program() 204 int ff_opencl_filter_load_program_from_file(AVFilterContext *avctx, in ff_opencl_filter_load_program_from_file() 263 int ff_opencl_filter_work_size_from_image(AVFilterContext *avctx, in ff_opencl_filter_work_size_from_image()
|
| D | vaapi_vpp.c | 27 int ff_vaapi_vpp_query_formats(AVFilterContext *avctx) in ff_vaapi_vpp_query_formats() 44 void ff_vaapi_vpp_pipeline_uninit(AVFilterContext *avctx) in ff_vaapi_vpp_pipeline_uninit() 72 AVFilterContext *avctx = inlink->dst; in ff_vaapi_vpp_config_input() local 97 AVFilterContext *avctx = outlink->src; in ff_vaapi_vpp_config_output() local 388 static void vaapi_vpp_fill_colour_properties(AVFilterContext *avctx, in vaapi_vpp_fill_colour_properties() 420 static int vaapi_vpp_colour_properties(AVFilterContext *avctx, in vaapi_vpp_colour_properties() 515 int ff_vaapi_vpp_init_params(AVFilterContext *avctx, in ff_vaapi_vpp_init_params() 563 int ff_vaapi_vpp_make_param_buffers(AVFilterContext *avctx, in ff_vaapi_vpp_make_param_buffers() 592 int ff_vaapi_vpp_render_picture(AVFilterContext *avctx, in ff_vaapi_vpp_render_picture() 666 void ff_vaapi_vpp_ctx_init(AVFilterContext *avctx) in ff_vaapi_vpp_ctx_init() [all …]
|
| D | vf_hwdownload.c | 38 static int hwdownload_query_formats(AVFilterContext *avctx) in hwdownload_query_formats() 53 AVFilterContext *avctx = inlink->dst; in hwdownload_config_input() local 75 AVFilterContext *avctx = outlink->src; in hwdownload_config_output() local 113 AVFilterContext *avctx = link->dst; in hwdownload_filter_frame() local 161 static av_cold void hwdownload_uninit(AVFilterContext *avctx) in hwdownload_uninit()
|
| /third_party/ffmpeg/libavdevice/ |
| D | android_camera.c | 158 AVFormatContext *avctx = context; in camera_dev_disconnected() local 167 AVFormatContext *avctx = context; in camera_dev_error() local 174 static int open_camera(AVFormatContext *avctx) in open_camera() 224 static void get_sensor_orientation(AVFormatContext *avctx) in get_sensor_orientation() 239 static void match_video_size(AVFormatContext *avctx) in match_video_size() 284 static void match_framerate(AVFormatContext *avctx) in match_framerate() 335 static int get_image_format(AVFormatContext *avctx, AImage *image) in get_image_format() 376 AVFormatContext *avctx = context; in image_available() local 486 static int create_image_reader(AVFormatContext *avctx) in create_image_reader() 536 static int create_capture_session(AVFormatContext *avctx) in create_capture_session() [all …]
|