HomeSort by relevance Sort by last modified time
    Searched refs:SizeForMemoryAllocation (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 70 enum SizeType { ActualSize, SizeForMemoryAllocation };
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageFrameGenerator.cpp 337 return updateYUVComponentSizes(decoder.get(), componentSizes, ImageDecoder::SizeForMemoryAllocation);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 257 if (sizeType == ImageDecoder::SizeForMemoryAllocation) {
479 m_uvSize = computeYUVSize(&m_info, 1, ImageDecoder::SizeForMemoryAllocation); // U size and V size have to be the same if we got here
    [all...]

Completed in 576 milliseconds