Home
last modified time | relevance | path

Searched defs:avctx (Results 1 – 25 of 804) sorted by relevance

12345678910>>...33

/third_party/ffmpeg/libavcodec/
Ddxva2_internal.h97 #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 …]
Dencode.c33 int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int64_t min_size) in ff_alloc_packet2()
59 int avcodec_default_get_encode_buffer(AVCodecContext *avctx, AVPacket *avpkt, int flags) in avcodec_default_get_encode_buffer()
82 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()
270 static int encode_simple_receive_packet(AVCodecContext *avctx, AVPacket *avpkt) in encode_simple_receive_packet()
283 static int encode_receive_packet_internal(AVCodecContext *avctx, AVPacket *avpkt) in encode_receive_packet_internal()
317 static int encode_send_frame_internal(AVCodecContext *avctx, const AVFrame *src) in encode_send_frame_internal()
364 int attribute_align_arg avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame) in avcodec_send_frame()
[all …]
Dvideotoolbox.c84 static int videotoolbox_postproc_frame(void *avctx, AVFrame *frame) in videotoolbox_postproc_frame()
111 int ff_videotoolbox_alloc_frame(AVCodecContext *avctx, AVFrame *frame) in ff_videotoolbox_alloc_frame()
143 CFDataRef ff_videotoolbox_avcc_extradata_create(AVCodecContext *avctx) in ff_videotoolbox_avcc_extradata_create()
182 CFDataRef ff_videotoolbox_hvcc_extradata_create(AVCodecContext *avctx) in ff_videotoolbox_hvcc_extradata_create()
334 int ff_videotoolbox_h264_start_frame(AVCodecContext *avctx, in ff_videotoolbox_h264_start_frame()
348 static int videotoolbox_h264_decode_params(AVCodecContext *avctx, in videotoolbox_h264_decode_params()
371 static int videotoolbox_common_decode_slice(AVCodecContext *avctx, in videotoolbox_common_decode_slice()
394 int ff_videotoolbox_h264_decode_slice(AVCodecContext *avctx, in ff_videotoolbox_h264_decode_slice()
406 int ff_videotoolbox_uninit(AVCodecContext *avctx) in ff_videotoolbox_uninit()
421 static AVVideotoolboxContext *videotoolbox_get_context(AVCodecContext *avctx) in videotoolbox_get_context()
[all …]
Dvaapi_encode.c39 static int vaapi_encode_make_packed_header(AVCodecContext *avctx, in vaapi_encode_make_packed_header()
85 static int vaapi_encode_make_param_buffer(AVCodecContext *avctx, in vaapi_encode_make_param_buffer()
113 static int vaapi_encode_make_misc_param_buffer(AVCodecContext *avctx, in vaapi_encode_make_misc_param_buffer()
136 static int vaapi_encode_wait(AVCodecContext *avctx, in vaapi_encode_wait()
167 static int vaapi_encode_make_row_slice(AVCodecContext *avctx, in vaapi_encode_make_row_slice()
222 static int vaapi_encode_make_tile_slice(AVCodecContext *avctx, in vaapi_encode_make_tile_slice()
249 static int vaapi_encode_issue(AVCodecContext *avctx, in vaapi_encode_issue()
626 static int vaapi_encode_output(AVCodecContext *avctx, in vaapi_encode_output()
695 static int vaapi_encode_discard(AVCodecContext *avctx, in vaapi_encode_discard()
712 static VAAPIEncodePicture *vaapi_encode_alloc(AVCodecContext *avctx) in vaapi_encode_alloc()
[all …]
Dmfenc.c62 static int mf_wait_events(AVCodecContext *avctx) in mf_wait_events()
101 static AVRational mf_get_tb(AVCodecContext *avctx) in mf_get_tb()
110 static LONGLONG mf_to_mf_time(AVCodecContext *avctx, int64_t av_pts) in mf_to_mf_time()
117 static void mf_sample_set_pts(AVCodecContext *avctx, IMFSample *sample, int64_t av_pts) in mf_sample_set_pts()
124 static int64_t mf_from_mf_time(AVCodecContext *avctx, LONGLONG stime) in mf_from_mf_time()
129 static int64_t mf_sample_get_pts(AVCodecContext *avctx, IMFSample *sample) in mf_sample_get_pts()
138 static int mf_enca_output_type_get(AVCodecContext *avctx, IMFMediaType *type) in mf_enca_output_type_get()
178 static int mf_encv_output_type_get(AVCodecContext *avctx, IMFMediaType *type) in mf_encv_output_type_get()
201 static int mf_output_type_get(AVCodecContext *avctx) in mf_output_type_get()
231 static int mf_sample_to_avpacket(AVCodecContext *avctx, IMFSample *sample, AVPacket *avpkt) in mf_sample_to_avpacket()
[all …]
Dnvenc.c127 static int nvenc_print_error(AVCodecContext *avctx, NVENCSTATUS err, in nvenc_print_error()
211 static void nvenc_print_driver_requirement(AVCodecContext *avctx, int level) in nvenc_print_driver_requirement()
261 static av_cold int nvenc_load_libraries(AVCodecContext *avctx) in nvenc_load_libraries()
305 static int nvenc_push_context(AVCodecContext *avctx) in nvenc_push_context()
316 static int nvenc_pop_context(AVCodecContext *avctx) in nvenc_pop_context()
328 static av_cold int nvenc_open_session(AVCodecContext *avctx) in nvenc_open_session()
354 static int nvenc_check_codec_support(AVCodecContext *avctx) in nvenc_check_codec_support()
390 static int nvenc_check_cap(AVCodecContext *avctx, NV_ENC_CAPS cap) in nvenc_check_cap()
407 static int nvenc_check_capabilities(AVCodecContext *avctx) in nvenc_check_capabilities()
524 static av_cold int nvenc_check_device(AVCodecContext *avctx, int idx) in nvenc_check_device()
[all …]
Dpthread.c46 static void validate_thread_parameters(AVCodecContext *avctx) in validate_thread_parameters()
70 int ff_thread_init(AVCodecContext *avctx) in ff_thread_init()
82 void ff_thread_free(AVCodecContext *avctx) in ff_thread_free()
Dpthread_slice.c60 AVCodecContext *avctx = priv; in main_function() local
67 AVCodecContext *avctx = priv; in worker_func() local
77 void ff_slice_thread_free(AVCodecContext *avctx) in ff_slice_thread_free()
95 static int thread_execute(AVCodecContext *avctx, action_func* func, void *arg, int *ret, int job_co… in thread_execute()
114 static int thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job… in thread_execute2()
121 int ff_slice_thread_execute_with_mainfunc(AVCodecContext *avctx, action_func2* func2, main_func *ma… in ff_slice_thread_execute_with_mainfunc()
129 int ff_slice_thread_init(AVCodecContext *avctx) in ff_slice_thread_init()
174 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) in ff_thread_report_progress2()
185 void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift) in ff_thread_await_progress2()
201 int ff_alloc_entries(AVCodecContext *avctx, int count) in ff_alloc_entries()
[all …]
Ddecode.c67 static int apply_param_change(AVCodecContext *avctx, const AVPacket *avpkt) in apply_param_change()
188 static int decode_bsfs_init(AVCodecContext *avctx) in decode_bsfs_init()
222 int ff_decode_get_packet(AVCodecContext *avctx, AVPacket *pkt) in ff_decode_get_packet()
299 static inline int decode_simple_internal(AVCodecContext *avctx, AVFrame *frame, int64_t *discarded_… in decode_simple_internal()
522 static int decode_simple_receive_frame(AVCodecContext *avctx, AVFrame *frame) in decode_simple_receive_frame()
538 static int decode_receive_frame_internal(AVCodecContext *avctx, AVFrame *frame) in decode_receive_frame_internal()
589 int attribute_align_arg avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt) in avcodec_send_packet()
625 static int apply_cropping(AVCodecContext *avctx, AVFrame *frame) in apply_cropping()
652 int attribute_align_arg avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame) in avcodec_receive_frame()
776 static int compat_decode(AVCodecContext *avctx, AVFrame *frame, in compat_decode()
[all …]
Dlibcodec2.c54 static av_cold int libcodec2_init_common(AVCodecContext *avctx, int mode) in libcodec2_init_common()
89 static av_cold int libcodec2_init_decoder(AVCodecContext *avctx) in libcodec2_init_decoder()
105 static av_cold int libcodec2_init_encoder(AVCodecContext *avctx) in libcodec2_init_encoder()
128 static av_cold int libcodec2_close(AVCodecContext *avctx) in libcodec2_close()
136 static int libcodec2_decode(AVCodecContext *avctx, void *data, in libcodec2_decode()
166 static int libcodec2_encode(AVCodecContext *avctx, AVPacket *avpkt, in libcodec2_encode()
Dlibopencore-amr.c33 static int amr_decode_fix_avctx(AVCodecContext *avctx) in amr_decode_fix_avctx()
69 static av_cold int amr_nb_decode_init(AVCodecContext *avctx) in amr_nb_decode_init()
86 static av_cold int amr_nb_decode_close(AVCodecContext *avctx) in amr_nb_decode_close()
95 static int amr_nb_decode_frame(AVCodecContext *avctx, void *data, in amr_nb_decode_frame()
194 static av_cold int amr_nb_encode_init(AVCodecContext *avctx) in amr_nb_encode_init()
224 static av_cold int amr_nb_encode_close(AVCodecContext *avctx) in amr_nb_encode_close()
233 static int amr_nb_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, in amr_nb_encode_frame()
316 static av_cold int amr_wb_decode_init(AVCodecContext *avctx) in amr_wb_decode_init()
329 static int amr_wb_decode_frame(AVCodecContext *avctx, void *data, in amr_wb_decode_frame()
365 static int amr_wb_decode_close(AVCodecContext *avctx) in amr_wb_decode_close()
Dvdpau_mpeg12.c32 static int vdpau_mpeg_start_frame(AVCodecContext *avctx, in vdpau_mpeg_start_frame()
83 static int vdpau_mpeg_decode_slice(AVCodecContext *avctx, in vdpau_mpeg_decode_slice()
100 static int vdpau_mpeg1_init(AVCodecContext *avctx) in vdpau_mpeg1_init()
123 static int vdpau_mpeg2_init(AVCodecContext *avctx) in vdpau_mpeg2_init()
Dmsrle.c41 AVCodecContext *avctx; member
49 static av_cold int msrle_decode_init(AVCodecContext *avctx) in msrle_decode_init()
83 static int msrle_decode_frame(AVCodecContext *avctx, in msrle_decode_frame()
151 static void msrle_decode_flush(AVCodecContext *avctx) in msrle_decode_flush()
158 static av_cold int msrle_decode_end(AVCodecContext *avctx) in msrle_decode_end()
Dav1dec.c290 static int get_tiles_info(AVCodecContext *avctx, const AV1RawTileGroup *tile_group) in get_tiles_info()
335 static int get_pixel_format(AVCodecContext *avctx) in get_pixel_format()
475 static void av1_frame_unref(AVCodecContext *avctx, AV1Frame *f) in av1_frame_unref()
489 static int av1_frame_ref(AVCodecContext *avctx, AV1Frame *dst, const AV1Frame *src) in av1_frame_ref()
533 static av_cold int av1_decode_free(AVCodecContext *avctx) in av1_decode_free()
554 static int set_context_with_sequence(AVCodecContext *avctx, in set_context_with_sequence()
598 static int update_context_with_frame_header(AVCodecContext *avctx, in update_context_with_frame_header()
628 static av_cold int av1_decode_init(AVCodecContext *avctx) in av1_decode_init()
687 static int av1_frame_alloc(AVCodecContext *avctx, AV1Frame *f) in av1_frame_alloc()
744 static int export_film_grain(AVCodecContext *avctx, AVFrame *frame) in export_film_grain()
[all …]
Dqsvenc.c132 static void dump_video_param(AVCodecContext *avctx, QSVEncContext *q, in dump_video_param()
300 static int select_rc_mode(AVCodecContext *avctx, QSVEncContext *q) in select_rc_mode()
389 static int check_enc_param(AVCodecContext *avctx, QSVEncContext *q) in check_enc_param()
420 static int init_video_param_jpeg(AVCodecContext *avctx, QSVEncContext *q) in init_video_param_jpeg()
484 static int init_video_param(AVCodecContext *avctx, QSVEncContext *q) in init_video_param()
817 static int qsv_retrieve_enc_jpeg_params(AVCodecContext *avctx, QSVEncContext *q) in qsv_retrieve_enc_jpeg_params()
835 static int qsv_retrieve_enc_vp9_params(AVCodecContext *avctx, QSVEncContext *q) in qsv_retrieve_enc_vp9_params()
884 static int qsv_retrieve_enc_params(AVCodecContext *avctx, QSVEncContext *q) in qsv_retrieve_enc_params()
1011 static int qsv_init_opaque_alloc(AVCodecContext *avctx, QSVEncContext *q) in qsv_init_opaque_alloc()
1048 static int qsvenc_init_session(AVCodecContext *avctx, QSVEncContext *q) in qsvenc_init_session()
[all …]
Dlibdavs2.c41 static av_cold int davs2_init(AVCodecContext *avctx) in davs2_init()
62 static int davs2_dump_frames(AVCodecContext *avctx, davs2_picture_t *pic, int *got_frame, in davs2_dump_frames()
133 static void davs2_flush(AVCodecContext *avctx) in davs2_flush()
148 static int send_delayed_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame) in send_delayed_frame()
165 static av_cold int davs2_end(AVCodecContext *avctx) in davs2_end()
178 static int davs2_decode_frame(AVCodecContext *avctx, void *data, in davs2_decode_frame()
Daudiotoolboxdec.c158 static int ffat_update_ctx(AVCodecContext *avctx) in ffat_update_ctx()
227 static uint8_t* ffat_get_magic_cookie(AVCodecContext *avctx, UInt32 *cookie_size) in ffat_get_magic_cookie()
267 static av_cold int ffat_usable_extradata(AVCodecContext *avctx) in ffat_usable_extradata()
277 static int ffat_set_extradata(AVCodecContext *avctx) in ffat_set_extradata()
299 static av_cold int ffat_create_decoder(AVCodecContext *avctx, in ffat_create_decoder()
399 static av_cold int ffat_init_decoder(AVCodecContext *avctx) in ffat_init_decoder()
421 AVCodecContext *avctx = inctx; in ffat_decode_callback() local
465 static void ffat_copy_samples(AVCodecContext *avctx, AVFrame *frame) in ffat_copy_samples()
475 static int ffat_decode(AVCodecContext *avctx, void *data, in ffat_decode()
559 static av_cold void ffat_decode_flush(AVCodecContext *avctx) in ffat_decode_flush()
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dneontest.c25 wrap(avcodec_open2(AVCodecContext *avctx, in wrap()
33 wrap(avcodec_decode_audio4(AVCodecContext *avctx, in wrap()
42 wrap(avcodec_decode_video2(AVCodecContext *avctx, in wrap()
51 wrap(avcodec_encode_audio2(AVCodecContext *avctx, in wrap()
60 wrap(avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, in wrap()
67 wrap(avcodec_decode_subtitle2(AVCodecContext *avctx, in wrap()
76 wrap(avcodec_encode_subtitle(AVCodecContext *avctx, in wrap()
83 wrap(avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt)) in wrap()
88 wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)) in wrap()
93 wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) in wrap()
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dw64xmmtest.c25 wrap(avcodec_open2(AVCodecContext *avctx, in wrap()
33 wrap(avcodec_decode_audio4(AVCodecContext *avctx, in wrap()
42 wrap(avcodec_decode_video2(AVCodecContext *avctx, in wrap()
51 wrap(avcodec_encode_audio2(AVCodecContext *avctx, in wrap()
60 wrap(avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, in wrap()
67 wrap(avcodec_decode_subtitle2(AVCodecContext *avctx, in wrap()
76 wrap(avcodec_encode_subtitle(AVCodecContext *avctx, in wrap()
83 wrap(avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt)) in wrap()
88 wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)) in wrap()
93 wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) in wrap()
[all …]
/third_party/ffmpeg/libavcodec/aarch64/
Dneontest.c25 wrap(avcodec_open2(AVCodecContext *avctx, in wrap()
33 wrap(avcodec_decode_audio4(AVCodecContext *avctx, in wrap()
42 wrap(avcodec_decode_video2(AVCodecContext *avctx, in wrap()
51 wrap(avcodec_encode_audio2(AVCodecContext *avctx, in wrap()
60 wrap(avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, in wrap()
67 wrap(avcodec_decode_subtitle2(AVCodecContext *avctx, in wrap()
76 wrap(avcodec_encode_subtitle(AVCodecContext *avctx, in wrap()
83 wrap(avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt)) in wrap()
88 wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)) in wrap()
93 wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) in wrap()
[all …]
/third_party/ffmpeg/libavfilter/
Dopencl.c28 int ff_opencl_filter_query_formats(AVFilterContext *avctx) in ff_opencl_filter_query_formats()
43 static int opencl_filter_set_device(AVFilterContext *avctx, in opencl_filter_set_device()
62 AVFilterContext *avctx = inlink->dst; in ff_opencl_filter_config_input() local
98 AVFilterContext *avctx = outlink->src; in ff_opencl_filter_config_output() local
147 int ff_opencl_filter_init(AVFilterContext *avctx) in ff_opencl_filter_init()
156 void ff_opencl_filter_uninit(AVFilterContext *avctx) in ff_opencl_filter_uninit()
171 int ff_opencl_filter_load_program(AVFilterContext *avctx, in ff_opencl_filter_load_program()
219 int ff_opencl_filter_load_program_from_file(AVFilterContext *avctx, in ff_opencl_filter_load_program_from_file()
278 int ff_opencl_filter_work_size_from_image(AVFilterContext *avctx, in ff_opencl_filter_work_size_from_image()
Dvulkan.c89 static int vk_alloc_mem(AVFilterContext *avctx, VkMemoryRequirements *req, in vk_alloc_mem()
150 int ff_vk_create_buf(AVFilterContext *avctx, FFVkBuffer *buf, size_t size, in ff_vk_create_buf()
215 int ff_vk_map_buffers(AVFilterContext *avctx, FFVkBuffer *buf, uint8_t *mem[], in ff_vk_map_buffers()
264 int ff_vk_unmap_buffers(AVFilterContext *avctx, FFVkBuffer *buf, int nb_buffers, in ff_vk_unmap_buffers()
306 void ff_vk_free_buf(AVFilterContext *avctx, FFVkBuffer *buf) in ff_vk_free_buf()
318 int ff_vk_add_push_constant(AVFilterContext *avctx, VulkanPipeline *pl, in ff_vk_add_push_constant()
400 void ff_vk_discard_exec_deps(AVFilterContext *avctx, FFVkExecContext *e) in ff_vk_discard_exec_deps()
417 int ff_vk_start_exec_recording(AVFilterContext *avctx, FFVkExecContext *e) in ff_vk_start_exec_recording()
458 VkCommandBuffer ff_vk_get_exec_buf(AVFilterContext *avctx, FFVkExecContext *e) in ff_vk_get_exec_buf()
464 int ff_vk_add_exec_dep(AVFilterContext *avctx, FFVkExecContext *e, in ff_vk_add_exec_dep()
[all …]
Dvf_hwdownload.c38 static int hwdownload_query_formats(AVFilterContext *avctx) in hwdownload_query_formats()
54 AVFilterContext *avctx = inlink->dst; in hwdownload_config_input() local
76 AVFilterContext *avctx = outlink->src; in hwdownload_config_output() local
114 AVFilterContext *avctx = link->dst; in hwdownload_filter_frame() local
162 static av_cold void hwdownload_uninit(AVFilterContext *avctx) in hwdownload_uninit()
Dvaapi_vpp.c27 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 …]
/third_party/ffmpeg/libavdevice/
Dandroid_camera.c160 AVFormatContext *avctx = context; in camera_dev_disconnected() local
169 AVFormatContext *avctx = context; in camera_dev_error() local
176 static int open_camera(AVFormatContext *avctx) in open_camera()
226 static void get_sensor_orientation(AVFormatContext *avctx) in get_sensor_orientation()
241 static void match_video_size(AVFormatContext *avctx) in match_video_size()
286 static void match_framerate(AVFormatContext *avctx) in match_framerate()
337 static int get_image_format(AVFormatContext *avctx, AImage *image) in get_image_format()
378 AVFormatContext *avctx = context; in image_available() local
488 static int create_image_reader(AVFormatContext *avctx) in create_image_reader()
538 static int create_capture_session(AVFormatContext *avctx) in create_capture_session()
[all …]

12345678910>>...33