Home
last modified time | relevance | path

Searched refs:img_convert_ctx (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp260 struct SwsContext *img_convert_ctx; member
292 img_convert_ctx = 0; in init()
306 if( img_convert_ctx ) in close()
308 sws_freeContext(img_convert_ctx); in close()
309 img_convert_ctx = 0; in close()
741 if( img_convert_ctx == NULL || in retrieveFrame()
745 if( img_convert_ctx ) in retrieveFrame()
746 sws_freeContext(img_convert_ctx); in retrieveFrame()
751 img_convert_ctx = sws_getCachedContext( in retrieveFrame()
761 if (img_convert_ctx == NULL) in retrieveFrame()
[all …]