Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds