Home
last modified time | relevance | path

Searched refs:av_frame_alloc (Results 1 – 25 of 204) sorted by relevance

123456789

/third_party/ffmpeg/libavfilter/
Dvf_sharpen_npp.c55 s->own_frame = av_frame_alloc(); in nppsharpen_init()
59 s->tmp_frame = av_frame_alloc(); in nppsharpen_init()
190 out = av_frame_alloc(); in nppsharpen_filter_frame()
Dvf_transpose_npp.c89 s->stages[i].frame = av_frame_alloc(); in npptranspose_init()
94 s->tmp_frame = av_frame_alloc(); in npptranspose_init()
399 out = av_frame_alloc(); in npptranspose_filter_frame()
Dvf_chromakey_cuda.c83 s->frame = av_frame_alloc(); in cudachromakey_init()
87 s->tmp_frame = av_frame_alloc(); in cudachromakey_init()
424 out = av_frame_alloc(); in cudachromakey_filter_frame()
Dvf_hwmap.c281 dst = av_frame_alloc(); in hwmap_get_buffer()
315 map = av_frame_alloc(); in hwmap_filter_frame()
Dvf_find_rect.c65 AVFrame *frame = av_frame_alloc(); in downscale()
251 foc->obj_frame = av_frame_alloc(); in init()
Dvideo.c52 frame = av_frame_alloc(); in ff_default_get_video_buffer2()
Dlavfutils.c87 if (!(frame = av_frame_alloc()) ) { in ff_load_image()
Dvf_scale_cuda.c118 s->frame = av_frame_alloc(); in cudascale_init()
122 s->tmp_frame = av_frame_alloc(); in cudascale_init()
546 out = av_frame_alloc(); in cudascale_filter_frame()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_common.c167 in_frame = av_frame_alloc(); in ff_dnn_fill_gettingoutput_task()
173 out_frame = av_frame_alloc(); in ff_dnn_fill_gettingoutput_task()
/third_party/ffmpeg/doc/examples/
Dqsvdec.c201 frame = av_frame_alloc(); in main()
202 sw_frame = av_frame_alloc(); in main()
Dhw_decode.c92 if (!(frame = av_frame_alloc()) || !(sw_frame = av_frame_alloc())) { in decode_write()
Dvaapi_encode.c167 if (!(sw_frame = av_frame_alloc())) { in main()
182 if (!(hw_frame = av_frame_alloc())) { in main()
Dfiltering_video.c222 frame = av_frame_alloc(); in main()
223 filt_frame = av_frame_alloc(); in main()
Dfiltering_audio.c219 AVFrame *frame = av_frame_alloc(); in main()
220 AVFrame *filt_frame = av_frame_alloc(); in main()
Ddecode_video.c148 frame = av_frame_alloc(); in main()
/third_party/ffmpeg/tests/api/
Dapi-flac-test.c124 in_frame = av_frame_alloc(); in run_test()
140 out_frame = av_frame_alloc(); in run_test()
/third_party/ffmpeg/libavcodec/
Droqvideodec.c183 s->last_frame = av_frame_alloc(); in roq_decode_init()
184 s->current_frame = av_frame_alloc(); in roq_decode_init()
Dffv1.c46 s->picture.f = av_frame_alloc(); in ff_ffv1_common_init()
47 s->last_picture.f = av_frame_alloc(); in ff_ffv1_common_init()
Deacmv.c52 s->last_frame = av_frame_alloc(); in cmv_decode_init()
53 s->last2_frame = av_frame_alloc(); in cmv_decode_init()
Dc93.c65 s->pictures[0] = av_frame_alloc(); in decode_init()
66 s->pictures[1] = av_frame_alloc(); in decode_init()
Dmxpegdec.c69 s->picture[0] = av_frame_alloc(); in mxpeg_decode_init()
70 s->picture[1] = av_frame_alloc(); in mxpeg_decode_init()
Dzerocodec.c122 zc->previous_frame = av_frame_alloc(); in zerocodec_decode_init()
/third_party/ffmpeg/libavutil/
Dhwcontext_drm.c231 map = av_frame_alloc(); in drm_transfer_data_from()
262 map = av_frame_alloc(); in drm_transfer_data_to()
Dhwcontext.c317 frames[i] = av_frame_alloc(); in hwframe_pool_prealloc()
404 frame_tmp = av_frame_alloc(); in transfer_data_alloc()
518 src_frame = av_frame_alloc(); in av_hwframe_get_buffer()
754 hwmap->source = av_frame_alloc(); in ff_hwframe_map_create()
/third_party/ffmpeg/tools/
Ddecode_simple.c127 dc->frame = av_frame_alloc(); in ds_open()

123456789