HomeSort by relevance Sort by last modified time
    Searched defs:DecodeFile (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkMovie.cpp 92 SkMovie* SkMovie::DecodeFile(const char path[]) {
SkImageDecoder.cpp 264 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, SkColorType pref, Mode mode,
  /external/skia/src/images/
SkMovie.cpp 92 SkMovie* SkMovie::DecodeFile(const char path[]) {
SkImageDecoder.cpp 264 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, SkColorType pref, Mode mode,
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vp9_thread_test.cc 105 string DecodeFile(const string& filename, int num_threads) {
136 DecodeFile("vp90-2-03-size-226x226.webm", 2).c_str());
154 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
214 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_empty.cpp 31 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkColorType, Mode, Format*) {
  /external/libvpx/libvpx/test/
vp9_thread_test.cc 101 string DecodeFile(const string& filename, int num_threads) {
132 DecodeFile("vp90-2-03-size-226x226.webm", 2).c_str());
150 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
210 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 31 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkColorType, Mode, Format*) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp9_thread_test.cc 101 string DecodeFile(const string& filename, int num_threads) {
132 DecodeFile("vp90-2-03-size-226x226.webm", 2).c_str());
150 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 306 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkColorType pref, Mode,
308 static bool DecodeFile(const char file[], SkBitmap* bitmap) {
309 return DecodeFile(file, bitmap, kUnknown_SkColorType, kDecodePixels_Mode, NULL);
364 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkBitmap::Config pref, Mode mode,
366 return DecodeFile(file, bitmap, SkBitmapConfigToColorType(pref), mode, format);
  /external/skia/include/core/
SkImageDecoder.h 306 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkColorType pref, Mode,
308 static bool DecodeFile(const char file[], SkBitmap* bitmap) {
309 return DecodeFile(file, bitmap, kUnknown_SkColorType, kDecodePixels_Mode, NULL);
364 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkBitmap::Config pref, Mode mode,
366 return DecodeFile(file, bitmap, SkBitmapConfigToColorType(pref), mode, format);

Completed in 425 milliseconds