Home
last modified time | relevance | path

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

123456789

/third_party/ffmpeg/doc/examples/
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()
Dqsvdec.c228 frame = av_frame_alloc(); in main()
229 sw_frame = av_frame_alloc(); in main()
Dfiltering_audio.c218 AVFrame *frame = av_frame_alloc(); in main()
219 AVFrame *filt_frame = av_frame_alloc(); in main()
Ddecode_video.c147 frame = av_frame_alloc(); in main()
Dextract_mvs.c152 frame = av_frame_alloc(); in main()
/third_party/ffmpeg/libavutil/
Dhwcontext_videotoolbox.c179 map = av_frame_alloc(); in vt_transfer_data_from()
210 map = av_frame_alloc(); in vt_transfer_data_to()
Dhwcontext_drm.c231 map = av_frame_alloc(); in drm_transfer_data_from()
262 map = av_frame_alloc(); in drm_transfer_data_to()
Dhwcontext.c316 frames[i] = av_frame_alloc(); in hwframe_pool_prealloc()
403 frame_tmp = av_frame_alloc(); in transfer_data_alloc()
517 src_frame = av_frame_alloc(); in av_hwframe_get_buffer()
753 hwmap->source = av_frame_alloc(); in ff_hwframe_map_create()
/third_party/ffmpeg/tests/api/
Dapi-flac-test.c125 in_frame = av_frame_alloc(); in run_test()
139 out_frame = av_frame_alloc(); in run_test()
/third_party/ffmpeg/libavcodec/
Dc93.c64 s->pictures[0] = av_frame_alloc(); in decode_init()
65 s->pictures[1] = av_frame_alloc(); in decode_init()
Dffv1.c51 s->picture.f = av_frame_alloc(); in ff_ffv1_common_init()
52 s->last_picture.f = av_frame_alloc(); in ff_ffv1_common_init()
Deacmv.c51 s->last_frame = av_frame_alloc(); in cmv_decode_init()
52 s->last2_frame = av_frame_alloc(); in cmv_decode_init()
Droqvideodec.c182 s->last_frame = av_frame_alloc(); in roq_decode_init()
183 s->current_frame = av_frame_alloc(); in roq_decode_init()
Dmxpegdec.c68 s->picture[0] = av_frame_alloc(); in mxpeg_decode_init()
69 s->picture[1] = av_frame_alloc(); in mxpeg_decode_init()
Dzerocodec.c133 zc->previous_frame = av_frame_alloc(); in zerocodec_decode_init()
Daasc.c73 s->frame = av_frame_alloc(); in aasc_decode_init()
/third_party/ffmpeg/libavfilter/
Dvideo.c55 AVFrame *frame = av_frame_alloc(); in ff_default_get_video_buffer()
Dvf_transpose_npp.c89 s->stages[i].frame = av_frame_alloc(); in npptranspose_init()
94 s->tmp_frame = av_frame_alloc(); in npptranspose_init()
409 out = av_frame_alloc(); in npptranspose_filter_frame()
Dlavfutils.c78 if (!(frame = av_frame_alloc()) ) { in ff_load_image()
Dvf_hwmap.c281 dst = av_frame_alloc(); in hwmap_get_buffer()
315 map = av_frame_alloc(); in hwmap_filter_frame()
Dvf_find_rect.c74 AVFrame *frame = av_frame_alloc(); in downscale()
251 foc->obj_frame = av_frame_alloc(); in init()
Dvf_libvmaf.c236 s->gref = av_frame_alloc(); in init()
237 s->gmain = av_frame_alloc(); in init()
Dvf_scale_npp.c123 s->stages[i].frame = av_frame_alloc(); in nppscale_init()
127 s->tmp_frame = av_frame_alloc(); in nppscale_init()
519 out = av_frame_alloc(); in nppscale_filter_frame()

123456789