Searched refs:canDecodeToYUV (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.h58 virtual bool canDecodeToYUV() const OVERRIDE;
H A DJPEGImageDecoder.cpp744 bool JPEGImageDecoder::canDecodeToYUV() const function in class:blink::JPEGImageDecoder
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h274 virtual bool canDecodeToYUV() const { return false; } function in class:blink::ImageDecoder
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageFrameGenerator.cpp74 // canDecodeToYUV() has to be called AFTER isSizeAvailable(),
76 if (!decoder->isSizeAvailable() || !decoder->canDecodeToYUV())

Completed in 91 milliseconds