/* 222 */ if ((paramEncodedImage != null) &&
/* 223 */ (this.optimiseRedraw)) if (((i == 1919706400) || (i == 1918990112) || (i == 1902408311) || (i == 1885434984) || (ICMPixelFormatInfo.isValidPixelFormat(i)) ? 1 : 0) == 0)
/* */ {
/* 229 */ Object localObject1 = null;
/* */ try {
/* 231 */ QDGraphics localQDGraphics = new QDGraphics(new QDRect(paramImageDescription.getWidth(), paramImageDescription.getHeight()));
/* 232 */ DSequence localDSequence = new DSequence(paramImageDescription, localQDGraphics, null, null, null, 0, 768, CodecComponent.anyCodec);
/* */
/* 240 */ localDSequence.decompressFrameS(paramEncodedImage, 0);
/* 241 */ PixMap localPixMap = localQDGraphics.getPixMap();
/* 242 */ this.mImageDescription = new ImageDescription(localPixMap);
/* 243 */ paramEncodedImage = localPixMap.getPixelData();
/* */ } catch (QTException localQTException) {
/* 245 */ this.mImageDescription = paramImageDescription;
/* */ } finally {
/* 247 */ if (localObject1 != null) localObject1.reset();
/* */ }
/* */ }
/* */
/* 251 */ this.mImageDescription.setFrameCount(1);
/* */
/* 253 */ this.origWidth = paramImageDescription.getWidth();
/* 254 */ this.origHeight = paramImageDescription.getHeight();
/* 255 */ if (this.mDisplayBounds == null)
/* 256 */ this.mDisplayBounds = new QDRect(paramImageDescription.getWidth(), paramImageDescription.getHeight());
/* 257 */ setDisplayBounds(this.mDisplayBounds);
/* */
/* 259 */ setImageData(paramEncodedImage);
/* */ }