Home
last modified time | relevance | path

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

/trunk/main/avmedia/source/macavf/
H A Dmacavf_framegrabber.cxx97 CGImageDestination* pCGImgDest = CGImageDestinationCreateWithData( pCFData, kUTTypeTIFF, 1, 0 ); in grabFrame() local
98 CGImageDestinationAddImage( pCGImgDest, pCGImage, NULL ); in grabFrame()
99 CGImageDestinationFinalize( pCGImgDest ); in grabFrame()
100 CFRelease( pCGImgDest ); in grabFrame()