Home
last modified time | relevance | path

Searched refs:DecodeFile (Results 1 – 24 of 24) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_thread_test.cc162 string DecodeFile(const string& filename, int num_threads) { in DecodeFile() function
194 EXPECT_EQ(iter->expected_md5, DecodeFile(iter->name, t)) in DecodeFiles()
231 EXPECT_EQ(expected_md5, DecodeFile(filename, 2)); in TEST()
235 EXPECT_EQ(expected_md5, DecodeFile(filename, 2)); in TEST()
241 DecodeFile("vp90-2-03-size-226x226.webm", 2)); in TEST()
Duser_priv_test.cc45 string DecodeFile(const string &filename) { in DecodeFile() function
95 DecodeFile("vp90-2-03-size-226x226.webm").c_str()); in TEST()
Dvp9_frame_parallel_test.cc132 string DecodeFile(const string &filename, int num_threads, in DecodeFile() function
182 DecodeFile(iter->name, t, iter->expected_frame_count)) in DecodeFiles()
/external/skia/include/core/
DSkImageDecoder.h239 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkColorType pref, Mode,
241 static bool DecodeFile(const char file[], SkBitmap* bitmap) { in DecodeFile() function
242 return DecodeFile(file, bitmap, kUnknown_SkColorType, kDecodePixels_Mode, NULL); in DecodeFile()
/external/skia/samplecode/
DSampleLighting.cpp42 SkImageDecoder::DecodeFile(diffusePath.c_str(), &fDiffuseBitmap); in LightingView()
44 SkImageDecoder::DecodeFile(normalPath.c_str(), &fNormalBitmap); in LightingView()
DSampleFilter2.cpp38 SkImageDecoder::DecodeFile(gNames[i], &fBitmaps[i], kN32_SkColorType, in Filter2View()
42 SkImageDecoder::DecodeFile(gNames[i-fBitmapCount/2], &fBitmaps[i], kRGB_565_SkColorType, in Filter2View()
DSampleCamera.cpp36 if (SkImageDecoder::DecodeFile(str.c_str(), &bm)) { in CameraView()
DSampleLines.cpp67 SkImageDecoder::DecodeFile("/kill.gif", &bm); in onDrawContent()
DSampleShaders.cpp54 SkImageDecoder::DecodeFile("/skimages/logo.gif", &fBitmap); in ShaderView()
DSampleAll.cpp521 SkImageDecoder::DecodeFile("/Users/caryclark/Desktop/bugcirc.gif", &fBug); in startTest()
522 SkImageDecoder::DecodeFile("/Users/caryclark/Desktop/tbcirc.gif", &fTb); in startTest()
523 SkImageDecoder::DecodeFile("/Users/caryclark/Desktop/05psp04.gif", &fTx); in startTest()
DSamplePictFile.cpp157 if (SkImageDecoder::DecodeFile(path, &bm)) { in LoadPicture()
DSamplePatch.cpp35 SkImageDecoder::DecodeFile("/skimages/logo.png", &bm); in make_shader0()
DSampleSlides.cpp320 SkImageDecoder::DecodeFile("/skimages/logo.gif", &bm); in make_shader0()
/external/skia/tools/
Dtest_image_decoder.cpp26 if (!(SkImageDecoder::DecodeFile(argv[1], &bitmap))) { in tool_main()
Dimgconv.cpp25 if (SkImageDecoder::DecodeFile(src.c_str(), &bm)) { in tool_main()
/external/skia/gm/
DcopyTo4444.cpp36 if (!SkImageDecoder::DecodeFile(pngFilename.c_str(), &bm, kN32_SkColorType, in onDraw()
/external/skia/include/images/
DSkMovie.h31 static SkMovie* DecodeFile(const char path[]);
/external/skia/src/images/
DSkMovie.cpp92 SkMovie* SkMovie::DecodeFile(const char path[]) { in DecodeFile() function in SkMovie
DSkImageDecoder.cpp147 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, SkColorType pref, Mode mode, in DecodeFile() function in SkImageDecoder
/external/skia/src/ports/
DSkImageDecoder_empty.cpp32 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkColorType, Mode, Format*) { in DecodeFile() function in SkImageDecoder
/external/skia/src/views/
DSkProgressView.cpp113 return SkImageDecoder::DecodeFile(file, &bm) ? in inflate_shader()
DSkParsePaint.cpp49 if (SkImageDecoder::DecodeFile(str, &bm)) in inflate_shader()
DSkWidgets.cpp528 if (SkImageDecoder::DecodeFile(path, &bitmap))
/external/skia/experimental/SimpleCocoaApp/
DSimpleApp.mm30 if (SkImageDecoder::DecodeFile(path, &bm)) {