Searched defs:DecodeFile (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Duser_priv_test.cc45 string DecodeFile(const string &filename) { function in namespace:__anon13006
95 DecodeFile("vp90-2-03-size-226x226.webm").c_str());
H A Dvp9_thread_test.cc162 string DecodeFile(const string& filename, int num_threads) { function in namespace:__anon13015
194 EXPECT_EQ(iter->expected_md5, DecodeFile(iter->name, t))
231 EXPECT_EQ(expected_md5, DecodeFile(filename, 2));
235 EXPECT_EQ(expected_md5, DecodeFile(filename, 2));
241 DecodeFile("vp90-2-03-size-226x226.webm", 2));
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie.cpp92 SkMovie* SkMovie::DecodeFile(const char path[]) { function in class:SkMovie
H A DSkImageDecoder.cpp240 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, SkColorType pref, Mode mode, function in class:SkImageDecoder
/external/skia/src/images/
H A DSkMovie.cpp92 SkMovie* SkMovie::DecodeFile(const char path[]) { function in class:SkMovie
H A DSkImageDecoder.cpp265 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, SkColorType pref, Mode mode, function in class:SkImageDecoder
/external/libvpx/libvpx/test/
H A Dvp9_thread_test.cc101 string DecodeFile(const string& filename, int num_threads) { function in namespace:__anon24806
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/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_empty.cpp31 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkColorType, Mode, Format*) { function in class:SkImageDecoder
/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp31 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkColorType, Mode, Format*) { function in class:SkImageDecoder
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h275 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkColorType pref, Mode,
277 static bool DecodeFile(const char file[], SkBitmap* bitmap) { function in class:SkImageDecoder
278 return DecodeFile(file, bitmap, kUnknown_SkColorType, kDecodePixels_Mode, NULL);
/external/skia/include/core/
H A DSkImageDecoder.h319 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkColorType pref, Mode,
321 static bool DecodeFile(const char file[], SkBitmap* bitmap) { function in class:SkImageDecoder
322 return DecodeFile(file, bitmap, kUnknown_SkColorType, kDecodePixels_Mode, NULL);
377 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkBitmap::Config pref, Mode mode, function in class:SkImageDecoder
379 return DecodeFile(file, bitmap, SkBitmapConfigToColorType(pref), mode, format);

Completed in 231 milliseconds