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

  /external/webkit/Source/WebCore/platform/image-decoders/webp/
WEBPImageDecoder.h 34 #if USE(WEBP)
WEBPImageDecoder.cpp 32 #if USE(WEBP)
34 #include "webp/decode.h"
  /cts/tests/tests/graphics/src/android/graphics/cts/
Bitmap_CompressFormatTest.java 30 assertEquals(CompressFormat.WEBP, CompressFormat.valueOf("WEBP"));
39 assertEquals(CompressFormat.WEBP, comFormat[2]);
45 assertTrue(b.compress(CompressFormat.WEBP, 24, new ByteArrayOutputStream()));
BitmapFactoryTest.java 56 // The test images, including baseline JPEG, a PNG, a GIF, a BMP AND a WEBP.
63 "bmp_temp.bmp", "webp_temp.webp"
181 // Decode the PNG & WebP test images. The WebP test image has been encoded from PNG test
193 // Compress the PNG image to WebP format (Quality=90) and decode it back.
194 // This will test end-to-end WebP encoding and decoding.
196 assertTrue(bPng.compress(CompressFormat.WEBP, 90, oStreamWebp));
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.cpp 73 #if USE(WEBP)
118 #if USE(WEBP)
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 843 WEBP (2);
    [all...]
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 96 milliseconds