Searched refs:canDecodeToYUV (Results 1 – 4 of 4) sorted by relevance
58 virtual bool canDecodeToYUV() const OVERRIDE;
744 bool JPEGImageDecoder::canDecodeToYUV() const in canDecodeToYUV() function in blink::JPEGImageDecoder
274 virtual bool canDecodeToYUV() const { return false; } in canDecodeToYUV() function
76 if (!decoder->isSizeAvailable() || !decoder->canDecodeToYUV()) in updateYUVComponentSizes()