Searched refs:img_convert_ctx (Results 1 – 1 of 1) sorted by relevance
260 struct SwsContext *img_convert_ctx; member292 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 …]