Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dgrfmt_imageio.cpp369 CGImageDestinationRef destRef = CGImageDestinationCreateWithURL( imageURLRef, in WriteImage() local
374 if( !destRef ) in WriteImage()
382 CGImageDestinationAddImage(destRef, imageRef, NULL); in WriteImage()
383 if( !CGImageDestinationFinalize(destRef) ) in WriteImage()
389 CFRelease( destRef ); in WriteImage()