Home | History | Annotate | Download | only in src

Lines Matching defs:imageDesc

975     ImageDescriptionHandle imageDesc = (ImageDescriptionHandle)NewHandle(0);
976 result = SGGetChannelSampleDescription(capture->channel, (Handle)imageDesc);
978 capture->bounds.right = (**imageDesc).width;
979 capture->bounds.bottom = (**imageDesc).height;
980 DisposeHandle ((Handle) imageDesc);