mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 22:53:28 +00:00
c8732098b3
- Bug 1246851 (Part 1) - Add a new SurfacePipe API for writing to image surfaces in a safe and composable manner. r=njn (2e3353a6a7) - Bug 1246851 (Part 2) - Add SurfaceFilter implementations for basic surface output operations. r=njn (fa30948a3f) - Bug 1246851 (Part 3) - Add a factory for constructing SurfacePipes. r=njn (7a746d3ec8) - Bug 1191347 - Explicitly release surfaces on the main thread in TestDecodeToSurface. r=me (fa1a68dc9a) - Bug 1246851 (Part 4) - Add a test suite for SurfacePipes and SurfaceFilters. r=njn (380dc94c08) - Bug 1247152 (Part 1) - Use SurfacePipe in the GIF decoder. r=njn (8b3d76f017) - Bug 1247152 (Part 2) - Remove even more code from the GIF decoder. r=edwin (80c8cc5e1c) - side effects Bug 1247152 (Part 1) (5b6cbf0ad5) - Bug 1237232 - Properly check the result of Vector append() calls in security/. r=keeler (b06dce061f) - Bug 1235308 - Fix -Wimplicit-fallthrough warnings in security/. r=keeler (ac5c3bf540) - Bug 1235188 - Fix -Wformat warnings in security/certverifier/. r=keeler (25ee7ee77c) - Bug 1004149 - Remove some dead code. r=keeler (59fedcb6a6) - Bug 1004149 - Return mozilla::pkix::Result values in nsNSSHttpInterface functions. r=keeler (76933c7d94) - Bug 1187173 - Disable warning C4623 on security/certverifier. r=briansmith (c1353b0577) - Bug 1256484 - Disable C4456 and C4458 to unblock compilation on VS2015; r=keeler (b51ac368ba) - Bug 1251009 - Remove unused nsICertificateDialogs.notifyCACertExists() method. r=keeler, r=mfinkle (9ca9aee3d0) - Bug 1249224 - window.open() should open a new window in the same container, r=bz (c57c76ec2f) - Bug 1245451 - add default nullptr value to mChrome. r=bsmedberg (3236ea34df) - Bug 1255849. Add some documentation for AutoJSAPI instances that seem to be used just for cxpushing. r=bholley (60a81652de) - Bug 1189554 - Make Saved Passwords dialog resizable on Windows again. r=smaug (a367796251) - Bug 1252974 - Convert screen's available dimensions to CSS-pixel units in nsWindowWatcher. r=emk (5524055ab0) - Bug 1233328 - Part 1: Ignore SHA-1 pins in PublicKeyPinningService.cpp. r=keeler (e5fe732a4b) - Bug 1233328 - Part 2: Use SHA-256 StaticFingerprints directly instead창 of StaticPinset since the SHA-1 StaticFingerprints entry will always be null. r=keeler (50f88c76da) - Bug 1256089 - Fix Mutex support for tier-3 platforms; r=froydnj (76ab483843) - Bug 1257019 - Add move construction to js::Mutex<T>. r=terrence (383ad474ba) - No bug, Automated HPKP preload list update from host bld-linux64-spot-309 - a=hpkp-update (0a6d3b9c40) - No bug, Automated HPKP preload list update from host bld-linux64-spot-223 - a=hpkp-update (7b3dbac6f8) - Bug 1255655 - Const-ify kPinset_* arrays. r=cykesiopka. (ddbaad40a0) - No bug, Automated HPKP preload list update from host bld-linux64-spot-543 - a=hpkp-update (f5c37e366a) - bug 1233853 - make nsSyncJPAKE aware of NSS shutdown r=jcj (9f74b5a46f) - Bug 1215734 - Expand GeckoMediaPlugin sandbox policy for Clang 3.7 ASan. r=kang (a96e0429e5) - part Bug 1154738 - Fixed WMFUtils.cpp compilation on mingw (9ba8bd1481) - Bug 1256498. Explicitly convert to float. r=bas (ce97ef100e) - Bug 1223736 - Part 1: Set correct effective transform on mask layers. r=thinker (a87514ac4f) - Bug 1249813 - part 1 - revise nsShmImage to allow draw targets anywhere inside its bounds. r=jrmuizel (cba4cdf8c9) - Bug 1249813 - part 2 - make Cairo mark a surface as clear if clip covers entire surface. r=jrmuizel (45ccfcfc15) - Bug 1249813 - part 3 - tell the compositor if the root layer has opaque content so it can skip clears. r=mattwoodrow (2abaa0cf8b) - Bug 1255303 - Use SurfaceFormat::B8G8R8X8 as back buffer if possible r=jrmuizel (5f81a83123) - Bug 1253860 - Don't update the scrollbar unless we're actually painting. r=mstange (d3a2482408) - Bug 1253860 - Add a flag on scroll frames indicating if they have an APZ counterpart. r=mstange (2aef746ee1) - Bug 1253860 - Skip paints for main thread scrolls if we can ask APZ to handle the scrolling for us. r=mstange (4483da1f16) - Bug 1244116 - Telemetry for mixed content requests by plugins. r=smaug, p=ally (fd5f87f666) - Bug 1252829 - CSP Telemetry. r=ckerschb, p=bsmedberg (8d340fa824) - Bug 1246464: Add 'const' to some stylesheet args in nsDocument methods. r=heycam (4e744d81d2) - Bug 1255705 - Add some useful logging that can be enabled at compile time. r=botond (80f0202160) - Bug 1255856 - Don't allow paint-skipping if there are windowed plugins on the page. r=mstange,jimm (25e6d8ed22) - Bug 1256727 - Don't allow paint-skipping on pages with scroll-linked effects. r=mstange (a8bace52ff) - Bug 1247098 - Take document resolution into account when computing root composition bounds for displayport base. r=tnikkel (1b7b61c82e) - Bug 1250550 - Ensure a scroll event posted during a refresh driver tick fires during that same tick. r=mats (d5bfc24524) - Bug 1253739 - Fix incorrect namespace on forward declaration. r=botond (dfc7aac51e) - Bug 1253489 - Update SendFenceHandleIfPresent() r=nical (798c209dff) - Bug 1253860 - Stop APZC from reprocessing stale metrics on unrelated layer tree updates. r=botond (1013df0068) - Bug 1253860 - Add machinery to update APZ's scroll offset without a main-thread paint. r=botond (cb95baf9c6) - Bug 1239564 - Post translate maskSurface to renderTarget. r=roc (66c56d227d) - Bug 1223736 - Part 2: Draw masks in the correct coordinate space when doing 3d transforms in BasicCompositor. r=lsalzman (2d62616534) - Bug 1223736 - Part 3: Remove the distinction between 2d and 3d masks since it only adds complexity. r=Bas (61c2306875) - Bug 1137561 - Follow up VS2015 build error. r=masayuki (f12716a1ab) - Bug 1217275 Fix missing \n in IMMHandler::HandleDocumentFeed(), it was replaced to empty string accidentally r=m_kato (3315b1c270) - Bug 1243268 - Adjust ATOK workaround. r=masayuki (13af7184d1) - Bug 1242690 - If a drag block is interrupted by something else, have it create a new drag block when it resumes. r=rbarker (fe3dc8deac) - Bug 1242690 - Add untransforming of mouse events not in a drag block. r=rbarker (a39e715efe) - Bug 1241991 - Switch mTreeLock from a Monitor to a Mutex. r=kats (0eca284591) - Bug 1242690 - Further refine the mouse event untransformation code to only apply to events directed at a scrollbar. r=rbarker (5c92ca2807) - Bug 1251608 - Add a root-content annotation to the APZ test data structure. r=botond (a1ee8e496a) - Bug 1249748 - Ensure the mHandledByAPZ flag is set on WidgetTouchEvents that are handled by APZ. r=botond (11bdfae896) - Bug 1242690 - Don't apply the main-thread callback transform for events in a drag block. r=rbarker (3db1405b68) - Bug 1243589 - Use SingleTiledContentClient even for scrollable layers if the layer is smaller than a single tile. r=mattwoodrow (56bb664de1) - Bug 1250517 - Differentiate between no critical display port and empty critical display port in ClientTiledPaintedLayer; r=kats (1b809fac8e) - Bug 1255448 - Call ClientMultiTiledLayerBuffer::PaintThebes even when region to paint is empty. r=mattwoodrow (31ac878dc0) - Bug 1255907 - Fix unification build issues in APZ & Layers. r=kats (9829525402) - Bug 1256344 - If a long-press is interrupted by a non-touch block, don't dispatch the long-press event. r=botond (b3bdd0e58e) - Bug 1256341 - Guard against scenarios where GenerateSingleTap is called without an active touch block. r=botond (d4ec208407) - Bug 1230552 - Minor follow-up to add an assertion. rs=kats (6f9eec7bd4) - Bug 1247964 - Allow InputBlockState::SetScrolledApzc to accept new APZC when it is an ancestor of the current APZC r=kats # Please enter the commit message for your changes. Lines starting (08ce9cfa98) - Bug 1257264 - When apz.allow_immediate_handoff=false, APZ handoff should not occur when panning changes direction r=botond (6ec9ec22e6) - Bug 1250213 - Ensure the scroll offset does not go outside the page bounds when going full screen r=kats (ace8e8a80c) - Bug 1241332 - part 1, Request content repaint at end of APZ animation r=kats (74f7e249f2) - Bug 1255705 - Generalize the NotifyLayersUpdated short-circuit codepath to trigger on empty transactions as well. r=botond (0344d44844) - Bug 1250614 - Repeated zooming in bug on mobile Wikipedia site r=botond (459f02b8d3) - Bug 1251001 - Input fields at the bottom of a page do not pan into view when gaining focus. r=botond (770102bf9f) - Bug 1190093 (Comment Tweak) - Add better comments for nsIDocument::mIsShowing and mVisible. r=me DONTBUILD (e3822ef086) - Bug 1217226: P1. Use VideoInfo display size data rather than attempt to detect value in stream. r=cpearce (a4a7e9b19a) - Bug 1217226: P2. Implement WMFMediaDataDecoder::ConfigurationChanged. r=cpearce (52177525c5) - fix misspatch (61a694fe3d) - Bug 1249706: Added telemetry for the proportion of frames dropped keyed by several details. r=jya (cb459d971c) - Bug 1202296 - Recreate the MFTDecoder when we want to disable DXVA. r=cpearce (d82999e94f) - Bug 1176071 - Handle WMF MFTDecoder returning success but no output, with telemetry. r=mattwoodrow,r=vladan (da8017c92b) - align, cleanup (9a86d51dfd) - no bug - fix case of nsIDocShell.h in WindowsUIUtils.cpp (0ccabaa445) - Bug 1187724 Don't dispatch KeyboardEvents when the target of WM_APPCOMMAND is a windowed plug-in for preventing deadlock r=jimm (7b6d83559c) - Bug 1187178 - Use MOZ_WINSDK_MAXVER instead of #ifndef. r=jimm (06c949ddb9) - bits of Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel (7beaa2dcc4) - Bug 1257791: Return correct DPI and printing scale from nsDeviceContextSpecWin when printing to PDF. r=jimm (87360301ea) - Bug 1242295 - Fix compile error in nsDeviceContextSpecWin. r=jimm (d1d4680319) - Bug 1229881 - fix off-by-one error in nsPrinterEnumeratorWin::GetPrinterNameList; r=dbaron; a=KWierso (439061ba50) - Bug 1239683 - Replace NS_UNCONSTRAINEDSIZE with NS_MAXSIZE in windows/nsWindow.cpp. r=mats (4135189bec) - Bug 1033488 - Send RTL information to child process by WM_INPUTLANGCHANGE. r=masayuki (eaf8f70d34) - Bug 1238137 - Telemetry pings for main thread touch scrolling (Windows only). r=kats (f2194a2965) - Bug 1156182 - Ensure nsWindow::Destroy() is called before destroying mPresentLock to avoid a race with the compositor thread. r=Bas (0452ffc641) - Bug 1173617. Don't cache titlebar caption sizes unless the widget has a titlebar. r=jimm (b29e190504) - Bug 580165 - Clean up dead code related to missing screen managers in widget. r=jimm (bf83f21ddc) - Bug 1256501: Fix warning C4312 with 64-bit VS2015 in widget/windows/nsWindow.cpp; r=jimm (635151964e) - Bug 1242690 - Squash together DispatchAPZAwareEvent and DispatchInputEvent. r=dvander (d7b4fea361) - Bug 1242616: Add break in nsWindow.cpp WM_GETOBJECT handling. r=tbsaunde (eb516d4119) - Bug 1239353 - Don't try to change DPI on the fly for popup windows, they remain connected to their parent's presShell and therefore need to share its resolution. r=emk (1491b84fd1) - Bug 1246389 - Resize window appropriately on WM_DPICHANGED messages for dynamic resolution changes. r=emk (f3dbfcdbb1) - Bug 1254019 - Don't attempt to resize a maximized window on DPI change; and when handling a DPI change, constrain the resized window to the screen bounds. r=emk (2047c2dcb5) - Bug 1252191 - use UniquePtr instead of ScopedFreePtr in PoisonIOInterposerMac.cpp; r=aklotz (7c26e55b76) - Bug 1233208: Disable IOInterposer on Beta and Release; r=froydnj (04a6f8b07c) - crashreporter (377572bbb1) - Bug 1055322 - The realloc for libnestegg should free with size 0. r=froydnj (ea624646ca) - Bug 1236789. Avoid creating an unnecessary thread pool thread for tail-dispatch in TaskQueue. r=bholley (e7fb9e4373) - Bug 1255655 - Const-ify named CIDs. r=froydnj. (03b414d92b) - Bug 1250396 (part 1) - Document a subtle contraint on nsIAtom. r=froydnj. (ff279149ac) - Bug 1250396 (part 2) - Remove nsStaticAtomStringType. r=froydnj. (5520507680) - Bug 1255343 - Stop returning nsresult from NS_RegisterStaticAtoms; r=ehsan (de1d387937) - Bug 1251495 - remove unnecessary Logging.h include from nsStaticAtom.h; r=erahm (5226a840fa)
450 lines
15 KiB
C++
450 lines
15 KiB
C++
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#ifndef mozilla_image_Decoder_h
|
|
#define mozilla_image_Decoder_h
|
|
|
|
#include "FrameAnimator.h"
|
|
#include "RasterImage.h"
|
|
#include "mozilla/RefPtr.h"
|
|
#include "DecodePool.h"
|
|
#include "DecoderFlags.h"
|
|
#include "Downscaler.h"
|
|
#include "ImageMetadata.h"
|
|
#include "Orientation.h"
|
|
#include "SourceBuffer.h"
|
|
#include "SurfaceFlags.h"
|
|
|
|
namespace mozilla {
|
|
|
|
namespace Telemetry {
|
|
enum ID : uint32_t;
|
|
} // namespace Telemetry
|
|
|
|
namespace image {
|
|
|
|
class Decoder : public IResumable
|
|
{
|
|
public:
|
|
|
|
explicit Decoder(RasterImage* aImage);
|
|
|
|
/**
|
|
* Initialize an image decoder. Decoders may not be re-initialized.
|
|
*/
|
|
void Init();
|
|
|
|
/**
|
|
* Decodes, reading all data currently available in the SourceBuffer.
|
|
*
|
|
* If more data is needed, Decode() will schedule @aOnResume to be called when
|
|
* more data is available. If @aOnResume is null or unspecified, the default
|
|
* implementation resumes decoding on a DecodePool thread. Most callers should
|
|
* use the default implementation.
|
|
*
|
|
* Any errors are reported by setting the appropriate state on the decoder.
|
|
*/
|
|
nsresult Decode(IResumable* aOnResume = nullptr);
|
|
|
|
/**
|
|
* Given a maximum number of bytes we're willing to decode, @aByteLimit,
|
|
* returns true if we should attempt to run this decoder synchronously.
|
|
*/
|
|
bool ShouldSyncDecode(size_t aByteLimit);
|
|
|
|
/**
|
|
* Gets the invalidation region accumulated by the decoder so far, and clears
|
|
* the decoder's invalidation region. This means that each call to
|
|
* TakeInvalidRect() returns only the invalidation region accumulated since
|
|
* the last call to TakeInvalidRect().
|
|
*/
|
|
nsIntRect TakeInvalidRect()
|
|
{
|
|
nsIntRect invalidRect = mInvalidRect;
|
|
mInvalidRect.SetEmpty();
|
|
return invalidRect;
|
|
}
|
|
|
|
/**
|
|
* Gets the progress changes accumulated by the decoder so far, and clears
|
|
* them. This means that each call to TakeProgress() returns only the changes
|
|
* accumulated since the last call to TakeProgress().
|
|
*/
|
|
Progress TakeProgress()
|
|
{
|
|
Progress progress = mProgress;
|
|
mProgress = NoProgress;
|
|
return progress;
|
|
}
|
|
|
|
/**
|
|
* Returns true if there's any progress to report.
|
|
*/
|
|
bool HasProgress() const
|
|
{
|
|
return mProgress != NoProgress || !mInvalidRect.IsEmpty();
|
|
}
|
|
|
|
// We're not COM-y, so we don't get refcounts by default
|
|
NS_INLINE_DECL_THREADSAFE_REFCOUNTING(Decoder, override)
|
|
|
|
// Implement IResumable.
|
|
virtual void Resume() override;
|
|
|
|
/*
|
|
* State.
|
|
*/
|
|
|
|
/**
|
|
* If we're doing a metadata decode, we only decode the image's headers, which
|
|
* is enough to determine the image's intrinsic size. A metadata decode is
|
|
* enabled by calling SetMetadataDecode() *before* calling Init().
|
|
*/
|
|
void SetMetadataDecode(bool aMetadataDecode)
|
|
{
|
|
MOZ_ASSERT(!mInitialized, "Shouldn't be initialized yet");
|
|
mMetadataDecode = aMetadataDecode;
|
|
}
|
|
bool IsMetadataDecode() const { return mMetadataDecode; }
|
|
|
|
/**
|
|
* If this decoder supports downscale-during-decode, sets the target size that
|
|
* this image should be decoded to.
|
|
*
|
|
* If the provided size is unacceptable, an error is returned.
|
|
*
|
|
* Returning NS_OK from this method is a promise that the decoder will decode
|
|
* the image to the requested target size unless it encounters an error.
|
|
*
|
|
* This must be called before Init() is called.
|
|
*/
|
|
nsresult SetTargetSize(const nsIntSize& aSize);
|
|
|
|
/**
|
|
* Set the requested sample size for this decoder. Used to implement the
|
|
* -moz-sample-size media fragment.
|
|
*
|
|
* XXX(seth): Support for -moz-sample-size will be removed in bug 1120056.
|
|
*/
|
|
virtual void SetSampleSize(int aSampleSize) { }
|
|
|
|
/**
|
|
* Set the requested resolution for this decoder. Used to implement the
|
|
* -moz-resolution media fragment.
|
|
*
|
|
* XXX(seth): Support for -moz-resolution will be removed in bug 1118926.
|
|
*/
|
|
virtual void SetResolution(const gfx::IntSize& aResolution) { }
|
|
|
|
/**
|
|
* Set an iterator to the SourceBuffer which will feed data to this decoder.
|
|
*
|
|
* This should be called for almost all decoders; the exceptions are the
|
|
* contained decoders of an nsICODecoder, which will be fed manually via Write
|
|
* instead.
|
|
*
|
|
* This must be called before Init() is called.
|
|
*/
|
|
void SetIterator(SourceBufferIterator&& aIterator)
|
|
{
|
|
MOZ_ASSERT(!mInitialized, "Shouldn't be initialized yet");
|
|
mIterator.emplace(Move(aIterator));
|
|
}
|
|
|
|
/**
|
|
* Should this decoder send partial invalidations?
|
|
*/
|
|
bool ShouldSendPartialInvalidations() const
|
|
{
|
|
return !(mDecoderFlags & DecoderFlags::IS_REDECODE);
|
|
}
|
|
|
|
/**
|
|
* Should we stop decoding after the first frame?
|
|
*/
|
|
bool IsFirstFrameDecode() const
|
|
{
|
|
return bool(mDecoderFlags & DecoderFlags::FIRST_FRAME_ONLY);
|
|
}
|
|
|
|
size_t BytesDecoded() const { return mBytesDecoded; }
|
|
|
|
// The amount of time we've spent inside Write() so far for this decoder.
|
|
TimeDuration DecodeTime() const { return mDecodeTime; }
|
|
|
|
// The number of times Write() has been called so far for this decoder.
|
|
uint32_t ChunkCount() const { return mChunkCount; }
|
|
|
|
// The number of frames we have, including anything in-progress. Thus, this
|
|
// is only 0 if we haven't begun any frames.
|
|
uint32_t GetFrameCount() { return mFrameCount; }
|
|
|
|
// The number of complete frames we have (ie, not including anything
|
|
// in-progress).
|
|
uint32_t GetCompleteFrameCount() {
|
|
return mInFrame ? mFrameCount - 1 : mFrameCount;
|
|
}
|
|
|
|
// Did we discover that the image we're decoding is animated?
|
|
bool HasAnimation() const { return mImageMetadata.HasAnimation(); }
|
|
|
|
// Error tracking
|
|
bool HasError() const { return HasDataError() || HasDecoderError(); }
|
|
bool HasDataError() const { return mDataError; }
|
|
bool HasDecoderError() const { return NS_FAILED(mFailCode); }
|
|
bool ShouldReportError() const { return mShouldReportError; }
|
|
nsresult GetDecoderError() const { return mFailCode; }
|
|
|
|
/// Did we finish decoding enough that calling Decode() again would be useless?
|
|
bool GetDecodeDone() const
|
|
{
|
|
return mDecodeDone || (mMetadataDecode && HasSize()) ||
|
|
HasError() || mDataDone;
|
|
}
|
|
|
|
/// Are we in the middle of a frame right now? Used for assertions only.
|
|
bool InFrame() const { return mInFrame; }
|
|
|
|
/// Should we store surfaces created by this decoder in the SurfaceCache?
|
|
bool ShouldUseSurfaceCache() const { return bool(mImage); }
|
|
|
|
/**
|
|
* Returns true if this decoder was aborted.
|
|
*
|
|
* This may happen due to a low-memory condition, or because another decoder
|
|
* was racing with this one to decode the same frames with the same flags and
|
|
* this decoder lost the race. Either way, this is not a permanent situation
|
|
* and does not constitute an error, so we don't report any errors when this
|
|
* happens.
|
|
*/
|
|
bool WasAborted() const { return mDecodeAborted; }
|
|
|
|
enum DecodeStyle {
|
|
PROGRESSIVE, // produce intermediate frames representing the partial
|
|
// state of the image
|
|
SEQUENTIAL // decode to final image immediately
|
|
};
|
|
|
|
/**
|
|
* Get or set the DecoderFlags that influence the behavior of this decoder.
|
|
*/
|
|
void SetDecoderFlags(DecoderFlags aDecoderFlags)
|
|
{
|
|
MOZ_ASSERT(!mInitialized);
|
|
mDecoderFlags = aDecoderFlags;
|
|
}
|
|
DecoderFlags GetDecoderFlags() const { return mDecoderFlags; }
|
|
|
|
/**
|
|
* Get or set the SurfaceFlags that select the kind of output this decoder
|
|
* will produce.
|
|
*/
|
|
void SetSurfaceFlags(SurfaceFlags aSurfaceFlags)
|
|
{
|
|
MOZ_ASSERT(!mInitialized);
|
|
mSurfaceFlags = aSurfaceFlags;
|
|
}
|
|
SurfaceFlags GetSurfaceFlags() const { return mSurfaceFlags; }
|
|
|
|
bool HasSize() const { return mImageMetadata.HasSize(); }
|
|
|
|
nsIntSize GetSize() const
|
|
{
|
|
MOZ_ASSERT(HasSize());
|
|
return mImageMetadata.GetSize();
|
|
}
|
|
|
|
virtual Telemetry::ID SpeedHistogram();
|
|
|
|
ImageMetadata& GetImageMetadata() { return mImageMetadata; }
|
|
|
|
/**
|
|
* Returns a weak pointer to the image associated with this decoder.
|
|
*/
|
|
RasterImage* GetImage() const { MOZ_ASSERT(mImage); return mImage.get(); }
|
|
|
|
RawAccessFrameRef GetCurrentFrameRef()
|
|
{
|
|
return mCurrentFrame ? mCurrentFrame->RawAccessRef()
|
|
: RawAccessFrameRef();
|
|
}
|
|
|
|
/**
|
|
* Writes data to the decoder. Only public for the benefit of nsICODecoder;
|
|
* other callers should use Decode().
|
|
*
|
|
* @param aBuffer buffer containing the data to be written
|
|
* @param aCount the number of bytes to write
|
|
*
|
|
* Any errors are reported by setting the appropriate state on the decoder.
|
|
*/
|
|
void Write(const char* aBuffer, uint32_t aCount);
|
|
|
|
|
|
protected:
|
|
friend class nsICODecoder;
|
|
friend class PalettedSurfaceSink;
|
|
friend class SurfaceSink;
|
|
|
|
virtual ~Decoder();
|
|
|
|
/*
|
|
* Internal hooks. Decoder implementations may override these and
|
|
* only these methods.
|
|
*
|
|
* BeforeFinishInternal() can be used to detect if decoding is in an
|
|
* incomplete state, e.g. due to file truncation, in which case it should
|
|
* call PostDataError().
|
|
*/
|
|
virtual void InitInternal();
|
|
virtual void WriteInternal(const char* aBuffer, uint32_t aCount) = 0;
|
|
virtual void BeforeFinishInternal();
|
|
virtual void FinishInternal();
|
|
virtual void FinishWithErrorInternal();
|
|
|
|
/*
|
|
* Progress notifications.
|
|
*/
|
|
|
|
// Called by decoders when they determine the size of the image. Informs
|
|
// the image of its size and sends notifications.
|
|
void PostSize(int32_t aWidth,
|
|
int32_t aHeight,
|
|
Orientation aOrientation = Orientation());
|
|
|
|
// Called by decoders if they determine that the image has transparency.
|
|
//
|
|
// This should be fired as early as possible to allow observers to do things
|
|
// that affect content, so it's necessarily pessimistic - if there's a
|
|
// possibility that the image has transparency, for example because its header
|
|
// specifies that it has an alpha channel, we fire PostHasTransparency
|
|
// immediately. PostFrameStop's aFrameOpacity argument, on the other hand, is
|
|
// only used internally to ImageLib. Because PostFrameStop isn't delivered
|
|
// until the entire frame has been decoded, decoders may take into account the
|
|
// actual contents of the frame and give a more accurate result.
|
|
void PostHasTransparency();
|
|
|
|
// Called by decoders if they determine that the image is animated.
|
|
//
|
|
// @param aTimeout The time for which the first frame should be shown before
|
|
// we advance to the next frame.
|
|
void PostIsAnimated(int32_t aFirstFrameTimeout);
|
|
|
|
// Called by decoders when they end a frame. Informs the image, sends
|
|
// notifications, and does internal book-keeping.
|
|
// Specify whether this frame is opaque as an optimization.
|
|
// For animated images, specify the disposal, blend method and timeout for
|
|
// this frame.
|
|
void PostFrameStop(Opacity aFrameOpacity = Opacity::SOME_TRANSPARENCY,
|
|
DisposalMethod aDisposalMethod = DisposalMethod::KEEP,
|
|
int32_t aTimeout = 0,
|
|
BlendMethod aBlendMethod = BlendMethod::OVER);
|
|
|
|
/**
|
|
* Called by the decoders when they have a region to invalidate. We may not
|
|
* actually pass these invalidations on right away.
|
|
*
|
|
* @param aRect The invalidation rect in the coordinate system of the unscaled
|
|
* image (that is, the image at its intrinsic size).
|
|
* @param aRectAtTargetSize If not Nothing(), the invalidation rect in the
|
|
* coordinate system of the scaled image (that is,
|
|
* the image at our target decoding size). This must
|
|
* be supplied if we're downscaling during decode.
|
|
*/
|
|
void PostInvalidation(const nsIntRect& aRect,
|
|
const Maybe<nsIntRect>& aRectAtTargetSize = Nothing());
|
|
|
|
// Called by the decoders when they have successfully decoded the image. This
|
|
// may occur as the result of the decoder getting to the appropriate point in
|
|
// the stream, or by us calling FinishInternal().
|
|
//
|
|
// May not be called mid-frame.
|
|
//
|
|
// For animated images, specify the loop count. -1 means loop forever, 0
|
|
// means a single iteration, stopping on the last frame.
|
|
void PostDecodeDone(int32_t aLoopCount = 0);
|
|
|
|
// Data errors are the fault of the source data, decoder errors are our fault
|
|
void PostDataError();
|
|
void PostDecoderError(nsresult aFailCode);
|
|
|
|
/**
|
|
* CompleteDecode() finishes up the decoding process after Decode() determines
|
|
* that we're finished. It records final progress and does all the cleanup
|
|
* that's possible off-main-thread.
|
|
*/
|
|
void CompleteDecode();
|
|
|
|
/**
|
|
* Allocates a new frame, making it our current frame if successful.
|
|
*
|
|
* The @aFrameNum parameter only exists as a sanity check; it's illegal to
|
|
* create a new frame anywhere but immediately after the existing frames.
|
|
*
|
|
* If a non-paletted frame is desired, pass 0 for aPaletteDepth.
|
|
*/
|
|
nsresult AllocateFrame(uint32_t aFrameNum,
|
|
const nsIntSize& aTargetSize,
|
|
const nsIntRect& aFrameRect,
|
|
gfx::SurfaceFormat aFormat,
|
|
uint8_t aPaletteDepth = 0);
|
|
|
|
/// Helper method for decoders which only have 'basic' frame allocation needs.
|
|
nsresult AllocateBasicFrame() {
|
|
nsIntSize size = GetSize();
|
|
return AllocateFrame(0, size, nsIntRect(nsIntPoint(), size),
|
|
gfx::SurfaceFormat::B8G8R8A8);
|
|
}
|
|
|
|
RawAccessFrameRef AllocateFrameInternal(uint32_t aFrameNum,
|
|
const nsIntSize& aTargetSize,
|
|
const nsIntRect& aFrameRect,
|
|
gfx::SurfaceFormat aFormat,
|
|
uint8_t aPaletteDepth,
|
|
imgFrame* aPreviousFrame);
|
|
|
|
protected:
|
|
Maybe<Downscaler> mDownscaler;
|
|
|
|
uint8_t* mImageData; // Pointer to image data in either Cairo or 8bit format
|
|
uint32_t mImageDataLength;
|
|
uint32_t* mColormap; // Current colormap to be used in Cairo format
|
|
uint32_t mColormapSize;
|
|
|
|
private:
|
|
RefPtr<RasterImage> mImage;
|
|
Maybe<SourceBufferIterator> mIterator;
|
|
RawAccessFrameRef mCurrentFrame;
|
|
ImageMetadata mImageMetadata;
|
|
nsIntRect mInvalidRect; // Tracks an invalidation region in the current frame.
|
|
Progress mProgress;
|
|
|
|
uint32_t mFrameCount; // Number of frames, including anything in-progress
|
|
|
|
nsresult mFailCode;
|
|
|
|
// Telemetry data for this decoder.
|
|
TimeDuration mDecodeTime;
|
|
uint32_t mChunkCount;
|
|
|
|
DecoderFlags mDecoderFlags;
|
|
SurfaceFlags mSurfaceFlags;
|
|
size_t mBytesDecoded;
|
|
|
|
bool mInitialized : 1;
|
|
bool mMetadataDecode : 1;
|
|
bool mInFrame : 1;
|
|
bool mDataDone : 1;
|
|
bool mDecodeDone : 1;
|
|
bool mDataError : 1;
|
|
bool mDecodeAborted : 1;
|
|
bool mShouldReportError : 1;
|
|
};
|
|
|
|
} // namespace image
|
|
} // namespace mozilla
|
|
|
|
#endif // mozilla_image_Decoder_h
|