Home
last modified time | relevance | path

Searched refs:sws_getCachedContext (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libswscale/
H A Dswscale.h389 struct SwsContext *sws_getCachedContext(struct SwsContext *context,
H A Dutils.c2456 struct SwsContext *sws_getCachedContext(struct SwsContext *context, int srcW, in sws_getCachedContext() function
/third_party/ffmpeg/libavfilter/
H A Dvf_smartblur.c139 f->filter_context = sws_getCachedContext(NULL, in alloc_sws_context()
/third_party/skia/experimental/ffmpeg/
H A DSkVideoEncoder.cpp246 // sws_getCachedContext takes in either null or a previous ctx. It returns either a new ctx, in beginRecording()
248 // explicitly release our ctx until the destructor, since sws_getCachedContext takes care in beginRecording()
250 fSWScaleCtx = sws_getCachedContext(fSWScaleCtx, in beginRecording()
/third_party/ffmpeg/fftools/
H A Dffplay.c904 *img_convert_ctx = sws_getCachedContext(*img_convert_ctx, in upload_texture()
992 is->sub_convert_ctx = sws_getCachedContext(is->sub_convert_ctx, in video_image_display()

Completed in 11 milliseconds