Lines Matching refs:null
41 private com.sun.star.lang.XMultiServiceFactory maFactory = null;
42 private javax.media.Player maPlayer = null;
43 private javax.media.control.FrameGrabbingControl maFrameGrabbingControl = null;
71 if( maPlayer != null ) in FrameGrabber()
82 com.sun.star.graphic.XGraphic aRet = null; in implImageToXGraphic()
84 if( maFactory != null && aImage != null ) in implImageToXGraphic()
88 java.io.File aTempFile = null; in implImageToXGraphic()
103 if( aProvider != null ) in implImageToXGraphic()
125 if( aTempFile != null ) in implImageToXGraphic()
139 com.sun.star.graphic.XGraphic aRet = null; in grabFrame()
141 if( maFrameGrabbingControl != null ) in grabFrame()
149 … if( aBuffer != null && aBuffer.getFormat() instanceof javax.media.format.VideoFormat ) in grabFrame()