Bug 1869043 assert that graph set access is main thread only r=padenot
[gecko.git] / image / RasterImage.h
blob28cc56e54e91e0a2f9ba3b102915b5ee8d5e5d3b
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
3 * This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 /** @file
8 * This file declares the RasterImage class, which
9 * handles static and animated rasterized images.
11 * @author Stuart Parmenter <pavlov@netscape.com>
12 * @author Chris Saari <saari@netscape.com>
13 * @author Arron Mogge <paper@animecity.nu>
14 * @author Andrew Smith <asmith15@learn.senecac.on.ca>
17 #ifndef mozilla_image_RasterImage_h
18 #define mozilla_image_RasterImage_h
20 #include "Image.h"
21 #include "nsCOMPtr.h"
22 #include "imgIContainer.h"
23 #include "nsTArray.h"
24 #include "LookupResult.h"
25 #include "nsThreadUtils.h"
26 #include "DecoderFactory.h"
27 #include "FrameAnimator.h"
28 #include "ImageMetadata.h"
29 #include "ISurfaceProvider.h"
30 #include "Orientation.h"
31 #include "mozilla/AtomicBitfields.h"
32 #include "mozilla/Attributes.h"
33 #include "mozilla/Maybe.h"
34 #include "mozilla/MemoryReporting.h"
35 #include "mozilla/NotNull.h"
36 #include "mozilla/StaticPrefs_image.h"
37 #include "mozilla/TimeStamp.h"
38 #include "mozilla/WeakPtr.h"
39 #include "mozilla/UniquePtr.h"
40 #include "mozilla/image/Resolution.h"
41 #include "ImageContainer.h"
42 #include "PlaybackType.h"
43 #ifdef DEBUG
44 # include "imgIContainerDebug.h"
45 #endif
47 class nsIInputStream;
48 class nsIRequest;
50 #define NS_RASTERIMAGE_CID \
51 { /* 376ff2c1-9bf6-418a-b143-3340c00112f7 */ \
52 0x376ff2c1, 0x9bf6, 0x418a, { \
53 0xb1, 0x43, 0x33, 0x40, 0xc0, 0x01, 0x12, 0xf7 \
54 } \
57 /**
58 * Handles static and animated image containers.
61 * @par A Quick Walk Through
62 * The decoder initializes this class and calls AppendFrame() to add a frame.
63 * Once RasterImage detects more than one frame, it starts the animation
64 * with StartAnimation(). Note that the invalidation events for RasterImage are
65 * generated automatically using nsRefreshDriver.
67 * @par
68 * StartAnimation() initializes the animation helper object and sets the time
69 * the first frame was displayed to the current clock time.
71 * @par
72 * When the refresh driver corresponding to the imgIContainer that this image is
73 * a part of notifies the RasterImage that it's time to invalidate,
74 * RequestRefresh() is called with a given TimeStamp to advance to. As long as
75 * the timeout of the given frame (the frame's "delay") plus the time that frame
76 * was first displayed is less than or equal to the TimeStamp given,
77 * RequestRefresh() calls AdvanceFrame().
79 * @par
80 * AdvanceFrame() is responsible for advancing a single frame of the animation.
81 * It can return true, meaning that the frame advanced, or false, meaning that
82 * the frame failed to advance (usually because the next frame hasn't been
83 * decoded yet). It is also responsible for performing the final animation stop
84 * procedure if the final frame of a non-looping animation is reached.
86 * @par
87 * Each frame can have a different method of removing itself. These are
88 * listed as imgIContainer::cDispose... constants. Notify() calls
89 * DoComposite() to handle any special frame destruction.
91 * @par
92 * The basic path through DoComposite() is:
93 * 1) Calculate Area that needs updating, which is at least the area of
94 * aNextFrame.
95 * 2) Dispose of previous frame.
96 * 3) Draw new image onto compositingFrame.
97 * See comments in DoComposite() for more information and optimizations.
99 * @par
100 * The rest of the RasterImage specific functions are used by DoComposite to
101 * destroy the old frame and build the new one.
103 * @note
104 * <li> "Mask", "Alpha", and "Alpha Level" are interchangeable phrases in
105 * respects to RasterImage.
107 * @par
108 * <li> GIFs never have more than a 1 bit alpha.
109 * <li> APNGs may have a full alpha channel.
111 * @par
112 * <li> Background color specified in GIF is ignored by web browsers.
114 * @par
115 * <li> If Frame 3 wants to dispose by restoring previous, what it wants is to
116 * restore the composition up to and including Frame 2, as well as Frame 2s
117 * disposal. So, in the middle of DoComposite when composing Frame 3, right
118 * after destroying Frame 2's area, we copy compositingFrame to
119 * prevCompositingFrame. When DoComposite gets called to do Frame 4, we
120 * copy prevCompositingFrame back, and then draw Frame 4 on top.
122 * @par
123 * The mAnim structure has members only needed for animated images, so
124 * it's not allocated until the second frame is added.
127 namespace mozilla {
128 namespace layers {
129 class ImageContainer;
130 class Image;
131 class LayersManager;
132 } // namespace layers
134 namespace image {
136 class Decoder;
137 struct DecoderFinalStatus;
138 struct DecoderTelemetry;
139 class ImageMetadata;
140 class SourceBuffer;
142 class RasterImage final : public ImageResource,
143 public SupportsWeakPtr
144 #ifdef DEBUG
146 public imgIContainerDebug
147 #endif
149 // (no public constructor - use ImageFactory)
150 virtual ~RasterImage();
152 public:
153 NS_DECL_THREADSAFE_ISUPPORTS
154 NS_DECL_IMGICONTAINER
155 #ifdef DEBUG
156 NS_DECL_IMGICONTAINERDEBUG
157 #endif
159 virtual nsresult StartAnimation() override;
160 virtual nsresult StopAnimation() override;
162 // Methods inherited from Image
163 virtual void OnSurfaceDiscarded(const SurfaceKey& aSurfaceKey) override;
165 virtual size_t SizeOfSourceWithComputedFallback(
166 SizeOfState& aState) const override;
168 /* Triggers discarding. */
169 void Discard();
171 //////////////////////////////////////////////////////////////////////////////
172 // Decoder callbacks.
173 //////////////////////////////////////////////////////////////////////////////
176 * Sends the provided progress notifications to ProgressTracker.
178 * Main-thread only.
180 * @param aProgress The progress notifications to send.
181 * @param aInvalidRect An invalidation rect to send.
182 * @param aFrameCount If Some(), an updated count of the number of frames of
183 * animation the decoder has finished decoding so far.
184 * This is a lower bound for the total number of
185 * animation frames this image has.
186 * @param aDecoderFlags The decoder flags used by the decoder that generated
187 * these notifications, or DefaultDecoderFlags() if the
188 * notifications don't come from a decoder.
189 * @param aSurfaceFlags The surface flags used by the decoder that generated
190 * these notifications, or DefaultSurfaceFlags() if the
191 * notifications don't come from a decoder.
193 void NotifyProgress(Progress aProgress,
194 const OrientedIntRect& aInvalidRect = OrientedIntRect(),
195 const Maybe<uint32_t>& aFrameCount = Nothing(),
196 DecoderFlags aDecoderFlags = DefaultDecoderFlags(),
197 SurfaceFlags aSurfaceFlags = DefaultSurfaceFlags());
200 * Records decoding results, sends out any final notifications, updates the
201 * state of this image, and records telemetry.
203 * Main-thread only.
205 * @param aStatus Final status information about the decoder. (Whether
206 * it encountered an error, etc.)
207 * @param aMetadata Metadata about this image that the decoder gathered.
208 * @param aTelemetry Telemetry data about the decoder.
209 * @param aProgress Any final progress notifications to send.
210 * @param aInvalidRect Any final invalidation rect to send.
211 * @param aFrameCount If Some(), a final updated count of the number of
212 * frames of animation the decoder has finished decoding so far. This is a
213 * lower bound for the total number of animation frames this image has.
214 * @param aDecoderFlags The decoder flags used by the decoder.
215 * @param aSurfaceFlags The surface flags used by the decoder.
217 void NotifyDecodeComplete(
218 const DecoderFinalStatus& aStatus, const ImageMetadata& aMetadata,
219 const DecoderTelemetry& aTelemetry, Progress aProgress,
220 const OrientedIntRect& aInvalidRect, const Maybe<uint32_t>& aFrameCount,
221 DecoderFlags aDecoderFlags, SurfaceFlags aSurfaceFlags);
223 // Helper method for NotifyDecodeComplete.
224 void ReportDecoderError();
226 //////////////////////////////////////////////////////////////////////////////
227 // Network callbacks.
228 //////////////////////////////////////////////////////////////////////////////
230 virtual nsresult OnImageDataAvailable(nsIRequest* aRequest,
231 nsIInputStream* aInStr,
232 uint64_t aSourceOffset,
233 uint32_t aCount) override;
234 virtual nsresult OnImageDataComplete(nsIRequest* aRequest, nsresult aStatus,
235 bool aLastPart) override;
237 void NotifyForLoadEvent(Progress aProgress);
240 * A hint of the number of bytes of source data that the image contains. If
241 * called early on, this can help reduce copying and reallocations by
242 * appropriately preallocating the source data buffer.
244 * We take this approach rather than having the source data management code do
245 * something more complicated (like chunklisting) because HTTP is by far the
246 * dominant source of images, and the Content-Length header is quite reliable.
247 * Thus, pre-allocation simplifies code and reduces the total number of
248 * allocations.
250 nsresult SetSourceSizeHint(uint32_t aSizeHint);
252 nsCString GetURIString() {
253 nsCString spec;
254 if (GetURI()) {
255 GetURI()->GetSpec(spec);
257 return spec;
260 private:
261 nsresult Init(const char* aMimeType, uint32_t aFlags);
264 * Tries to retrieve a surface for this image with size @aSize, surface flags
265 * matching @aFlags, and a playback type of @aPlaybackType.
267 * If @aFlags specifies FLAG_SYNC_DECODE and we already have all the image
268 * data, we'll attempt a sync decode if no matching surface is found. If
269 * FLAG_SYNC_DECODE was not specified and no matching surface was found, we'll
270 * kick off an async decode so that the surface is (hopefully) available next
271 * time it's requested. aMarkUsed determines if we mark the surface used in
272 * the surface cache or not.
274 * @return a drawable surface, which may be empty if the requested surface
275 * could not be found.
277 LookupResult LookupFrame(const OrientedIntSize& aSize, uint32_t aFlags,
278 PlaybackType aPlaybackType, bool aMarkUsed);
280 /// Helper method for LookupFrame().
281 LookupResult LookupFrameInternal(const OrientedIntSize& aSize,
282 uint32_t aFlags, PlaybackType aPlaybackType,
283 bool aMarkUsed);
285 ImgDrawResult DrawInternal(DrawableSurface&& aFrameRef, gfxContext* aContext,
286 const OrientedIntSize& aSize,
287 const ImageRegion& aRegion,
288 gfx::SamplingFilter aSamplingFilter,
289 uint32_t aFlags, float aOpacity);
291 //////////////////////////////////////////////////////////////////////////////
292 // Decoding.
293 //////////////////////////////////////////////////////////////////////////////
296 * Creates and runs a decoder, either synchronously or asynchronously
297 * according to @aFlags. Decodes at the provided target size @aSize, using
298 * decode flags @aFlags. Performs a single-frame decode of this image unless
299 * we know the image is animated *and* @aPlaybackType is
300 * PlaybackType::eAnimated.
302 * It's an error to call Decode() before this image's intrinsic size is
303 * available. A metadata decode must successfully complete first.
305 * aOutRanSync is set to true if the decode was run synchronously.
306 * aOutFailed is set to true if failed to start a decode.
308 void Decode(const OrientedIntSize& aSize, uint32_t aFlags,
309 PlaybackType aPlaybackType, bool& aOutRanSync, bool& aOutFailed);
312 * Creates and runs a metadata decoder, either synchronously or
313 * asynchronously according to @aFlags.
315 NS_IMETHOD DecodeMetadata(uint32_t aFlags);
318 * Sets the size, inherent orientation, animation metadata, and other
319 * information about the image gathered during decoding.
321 * This function may be called multiple times, but will throw an error if
322 * subsequent calls do not match the first.
324 * @param aMetadata The metadata to set on this image.
325 * @param aFromMetadataDecode True if this metadata came from a metadata
326 * decode; false if it came from a full decode.
327 * @return |true| unless a catastrophic failure was discovered. If |false| is
328 * returned, it indicates that the image is corrupt in a way that requires all
329 * surfaces to be discarded to recover.
331 bool SetMetadata(const ImageMetadata& aMetadata, bool aFromMetadataDecode);
334 * In catastrophic circumstances like a GPU driver crash, the contents of our
335 * frames may become invalid. If the information we gathered during the
336 * metadata decode proves to be wrong due to image corruption, the frames we
337 * have may violate this class's invariants. Either way, we need to
338 * immediately discard the invalid frames and redecode so that callers don't
339 * perceive that we've entered an invalid state.
341 * RecoverFromInvalidFrames discards all existing frames and redecodes using
342 * the provided @aSize and @aFlags.
344 void RecoverFromInvalidFrames(const OrientedIntSize& aSize, uint32_t aFlags);
346 void OnSurfaceDiscardedInternal(bool aAnimatedFramesDiscarded);
348 private: // data
349 OrientedIntSize mSize;
350 nsTArray<OrientedIntSize> mNativeSizes;
352 // The orientation required to correctly orient the image, from the image's
353 // metadata. RasterImage will handle and apply this orientation itself.
354 Orientation mOrientation;
356 // The resolution as specified in the image metadata, in dppx.
357 Resolution mResolution;
359 /// If this has a value, we're waiting for SetSize() to send the load event.
360 Maybe<Progress> mLoadProgress;
362 // Hotspot of this image, or (0, 0) if there is no hotspot data.
364 // We assume (and assert) that no image has both orientation metadata and a
365 // hotspot, so we store this as an untyped point.
366 gfx::IntPoint mHotspot;
368 /// If this image is animated, a FrameAnimator which manages its animation.
369 UniquePtr<FrameAnimator> mFrameAnimator;
371 /// Animation timeline and other state for animation images.
372 Maybe<AnimationState> mAnimationState;
374 // Image locking.
375 uint32_t mLockCount;
377 // The type of decoder this image needs. Computed from the MIME type in
378 // Init().
379 DecoderType mDecoderType;
381 // How many times we've decoded this image.
382 // This is currently only used for statistics
383 int32_t mDecodeCount;
385 #ifdef DEBUG
386 uint32_t mFramesNotified;
387 #endif
389 // The source data for this image.
390 NotNull<RefPtr<SourceBuffer>> mSourceBuffer;
392 // Boolean flags (clustered together to conserve space):
393 MOZ_ATOMIC_BITFIELDS(
394 mAtomicBitfields, 16,
395 ((bool, HasSize, 1), // Has SetSize() been called?
396 (bool, Transient, 1), // Is the image short-lived?
397 (bool, SyncLoad, 1), // Are we loading synchronously?
398 (bool, Discardable, 1), // Is container discardable?
399 (bool, SomeSourceData, 1), // Do we have some source data?
400 (bool, AllSourceData, 1), // Do we have all the source data?
401 (bool, HasBeenDecoded, 1), // Decoded at least once?
403 // Whether we're waiting to start animation. If we get a StartAnimation()
404 // call but we don't yet have more than one frame, mPendingAnimation is
405 // set so that we know to start animation later if/when we have more
406 // frames.
407 (bool, PendingAnimation, 1),
409 // Whether the animation can stop, due to running out
410 // of frames, or no more owning request
411 (bool, AnimationFinished, 1),
413 // Whether, once we are done doing a metadata decode, we should
414 // immediately kick off a full decode.
415 (bool, WantFullDecode, 1)))
417 TimeStamp mDrawStartTime;
419 // This field is set according to the DecoderType of this image once when
420 // initialized so that a decoder's flags can be set according to any
421 // preferences that affect its behavior in a way that would otherwise cause
422 // errors, such as enabling or disabling animation.
423 DecoderFlags mDefaultDecoderFlags = DefaultDecoderFlags();
425 //////////////////////////////////////////////////////////////////////////////
426 // Scaling.
427 //////////////////////////////////////////////////////////////////////////////
429 // Determines whether we can downscale during decode with the given
430 // parameters.
431 bool CanDownscaleDuringDecode(const OrientedIntSize& aSize, uint32_t aFlags);
433 // Error handling.
434 void DoError();
436 class HandleErrorWorker : public Runnable {
437 public:
439 * Called from decoder threads when DoError() is called, since errors can't
440 * be handled safely off-main-thread. Dispatches an event which reinvokes
441 * DoError on the main thread if there isn't one already pending.
443 static void DispatchIfNeeded(RasterImage* aImage);
445 NS_IMETHOD Run() override;
447 private:
448 explicit HandleErrorWorker(RasterImage* aImage);
450 RefPtr<RasterImage> mImage;
453 // Helpers
454 bool CanDiscard();
456 bool IsOpaque();
458 LookupResult RequestDecodeForSizeInternal(const OrientedIntSize& aSize,
459 uint32_t aFlags,
460 uint32_t aWhichFrame);
462 protected:
463 explicit RasterImage(nsIURI* aURI = nullptr);
465 bool ShouldAnimate() override;
467 friend class ImageFactory;
470 inline NS_IMETHODIMP RasterImage::GetAnimationMode(uint16_t* aAnimationMode) {
471 return GetAnimationModeInternal(aAnimationMode);
474 } // namespace image
475 } // namespace mozilla
478 * Casting RasterImage to nsISupports is ambiguous. This method handles that.
480 inline nsISupports* ToSupports(mozilla::image::RasterImage* p) {
481 return NS_ISUPPORTS_CAST(mozilla::image::ImageResource*, p);
484 #endif /* mozilla_image_RasterImage_h */