Package quicktime.std

Examples of quicktime.std.StdQTException


/*     */     throws QTException
/*     */   {
/* 366 */     if (isOpen())
/* 367 */       throw new QDException(-9);
/* 368 */     if (paramQDGraphics == null) {
/* 369 */       throw new StdQTException(-50);
/*     */     }
/* 371 */     synchronized (QTNative.globalsLock) {
/* 372 */       if ((QTSession.isCurrentOS(1)) || (QTSession.isCurrentOS(4)))
/* 373 */         GetGWorld(savedPort, savedDevice);
/* 374 */       SetGWorld(QTObject.ID(paramQDGraphics), 0);
View Full Code Here


/*     */     throws QTException
/*     */   {
/* 392 */     if (isOpen())
/* 393 */       throw new QDException(-9);
/* 394 */     if (paramQDGraphics == null) {
/* 395 */       throw new StdQTException(-50);
/*     */     }
/* 397 */     int i = 0;
/* 398 */     synchronized (QTNative.globalsLock) {
/* 399 */       if ((QTSession.isCurrentOS(1)) || (QTSession.isCurrentOS(4)))
/* 400 */         GetGWorld(savedPort, savedDevice);
View Full Code Here

/*    */
/*    */   SCSequence(ImageCompressionDialog paramImageCompressionDialog, QDGraphics paramQDGraphics, QDRect paramQDRect)
/*    */     throws QTException
/*    */   {
/* 29 */     if (paramQDGraphics == null) {
/* 30 */       throw new StdQTException(-50);
/*    */     }
/* 32 */     int[] arrayOfInt1 = { 0 };
/* 33 */     int[] arrayOfInt2 = { 0 };
/* 34 */     int[] arrayOfInt3 = { 0 };
/* 35 */     int i = 0;
View Full Code Here

/*     */   public static final ImageDescription compress(QDGraphics paramQDGraphics, QDRect paramQDRect, int paramInt1, int paramInt2, EncodedImage paramEncodedImage)
/*     */     throws QTException
/*     */   {
/*  77 */     ImageDescription localImageDescription = new ImageDescription(0);
/*  78 */     if (paramQDGraphics == null) {
/*  79 */       throw new StdQTException(-50);
/*     */     }
/*  81 */     int i = -50;
/*     */
/*  83 */     synchronized (QTNative.globalsLock) {
/*  84 */       if ((QTSession.isCurrentOS(1)) || (QTSession.isCurrentOS(4)))
View Full Code Here

/*     */     throws QTException
/*     */   {
/* 140 */     ImageDescription localImageDescription = new ImageDescription(0);
/*     */
/* 142 */     if (paramQDGraphics == null) {
/* 143 */       throw new StdQTException(-50);
/*     */     }
/* 145 */     int i = -50;
/* 146 */     synchronized (QTNative.globalsLock) {
/* 147 */       if ((QTSession.isCurrentOS(1)) || (QTSession.isCurrentOS(4)))
/* 148 */         GetGWorld(savedPort, savedDevice);
View Full Code Here

/*     */
/*     */   public static final void decompress(EncodedImage paramEncodedImage, ImageDescription paramImageDescription, QDGraphics paramQDGraphics, QDRect paramQDRect1, QDRect paramQDRect2, int paramInt, Region paramRegion)
/*     */     throws StdQTException, QDException
/*     */   {
/* 484 */     if (paramQDGraphics == null) {
/* 485 */       throw new StdQTException(-50);
/*     */     }
/* 487 */     int i = -50;
/* 488 */     synchronized (QTNative.globalsLock) {
/* 489 */       if ((QTSession.isCurrentOS(1)) || (QTSession.isCurrentOS(4)))
/* 490 */         GetGWorld(savedPort, savedDevice);
View Full Code Here

/*     */
/*     */   public static final void fDecompress(EncodedImage paramEncodedImage, ImageDescription paramImageDescription, QDGraphics paramQDGraphics, QDRect paramQDRect1, Matrix paramMatrix, int paramInt1, Region paramRegion, PixMap paramPixMap, QDRect paramQDRect2, int paramInt2, CodecComponent paramCodecComponent)
/*     */     throws StdQTException, QDException
/*     */   {
/* 551 */     if (paramQDGraphics == null) {
/* 552 */       throw new StdQTException(-50);
/*     */     }
/* 554 */     int i = 0;
/* 555 */     synchronized (QTNative.globalsLock) {
/* 556 */       if ((QTSession.isCurrentOS(1)) || (QTSession.isCurrentOS(4)))
/* 557 */         GetGWorld(savedPort, savedDevice);
View Full Code Here

/*     */   public static final int getMaxCompressionSize(QDGraphics paramQDGraphics, QDRect paramQDRect, int paramInt1, int paramInt2, int paramInt3, CodecComponent paramCodecComponent)
/*     */     throws StdQTException, QDException
/*     */   {
/* 597 */     int[] arrayOfInt = new int[1];
/* 598 */     if (paramQDGraphics == null) {
/* 599 */       throw new StdQTException(-50);
/*     */     }
/* 601 */     int i = 0;
/*     */
/* 603 */     synchronized (QTNative.globalsLock) {
/* 604 */       if ((QTSession.isCurrentOS(1)) || (QTSession.isCurrentOS(4)))
View Full Code Here

/*     */   public static final float getSimilarity(QDGraphics paramQDGraphics, QDRect paramQDRect, ImageDescription paramImageDescription, EncodedImage paramEncodedImage)
/*     */     throws StdQTException, QDException
/*     */   {
/* 717 */     int[] arrayOfInt = new int[1];
/* 718 */     if (paramQDGraphics == null) {
/* 719 */       throw new StdQTException(-50);
/*     */     }
/* 721 */     int i = -50;
/* 722 */     synchronized (QTNative.globalsLock) {
/* 723 */       if ((QTSession.isCurrentOS(1)) || (QTSession.isCurrentOS(4)))
/* 724 */         GetGWorld(savedPort, savedDevice);
View Full Code Here

/*     */   }
/*     */
/*     */   private void setOwner(SequenceGrabber paramSequenceGrabber)
/*     */     throws StdQTException
/*     */   {
/*  78 */     if (paramSequenceGrabber == null) throw new StdQTException(-50);
/*  79 */     this.owner = paramSequenceGrabber;
/*     */   }
View Full Code Here

TOP

Related Classes of quicktime.std.StdQTException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.