/external/libvpx/libvpx/test/ |
D | vp9_thread_test.cc | 162 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()
|
D | user_priv_test.cc | 45 string DecodeFile(const string &filename) { in DecodeFile() function 95 DecodeFile("vp90-2-03-size-226x226.webm").c_str()); in TEST()
|
D | vp9_frame_parallel_test.cc | 132 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/ |
D | SkImageDecoder.h | 239 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/ |
D | SampleLighting.cpp | 42 SkImageDecoder::DecodeFile(diffusePath.c_str(), &fDiffuseBitmap); in LightingView() 44 SkImageDecoder::DecodeFile(normalPath.c_str(), &fNormalBitmap); in LightingView()
|
D | SampleFilter2.cpp | 38 SkImageDecoder::DecodeFile(gNames[i], &fBitmaps[i], kN32_SkColorType, in Filter2View() 42 SkImageDecoder::DecodeFile(gNames[i-fBitmapCount/2], &fBitmaps[i], kRGB_565_SkColorType, in Filter2View()
|
D | SampleCamera.cpp | 36 if (SkImageDecoder::DecodeFile(str.c_str(), &bm)) { in CameraView()
|
D | SampleLines.cpp | 67 SkImageDecoder::DecodeFile("/kill.gif", &bm); in onDrawContent()
|
D | SampleShaders.cpp | 54 SkImageDecoder::DecodeFile("/skimages/logo.gif", &fBitmap); in ShaderView()
|
D | SampleAll.cpp | 521 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()
|
D | SamplePictFile.cpp | 157 if (SkImageDecoder::DecodeFile(path, &bm)) { in LoadPicture()
|
D | SamplePatch.cpp | 35 SkImageDecoder::DecodeFile("/skimages/logo.png", &bm); in make_shader0()
|
D | SampleSlides.cpp | 320 SkImageDecoder::DecodeFile("/skimages/logo.gif", &bm); in make_shader0()
|
/external/skia/tools/ |
D | test_image_decoder.cpp | 26 if (!(SkImageDecoder::DecodeFile(argv[1], &bitmap))) { in tool_main()
|
D | imgconv.cpp | 25 if (SkImageDecoder::DecodeFile(src.c_str(), &bm)) { in tool_main()
|
/external/skia/gm/ |
D | copyTo4444.cpp | 36 if (!SkImageDecoder::DecodeFile(pngFilename.c_str(), &bm, kN32_SkColorType, in onDraw()
|
/external/skia/include/images/ |
D | SkMovie.h | 31 static SkMovie* DecodeFile(const char path[]);
|
/external/skia/src/images/ |
D | SkMovie.cpp | 92 SkMovie* SkMovie::DecodeFile(const char path[]) { in DecodeFile() function in SkMovie
|
D | SkImageDecoder.cpp | 147 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, SkColorType pref, Mode mode, in DecodeFile() function in SkImageDecoder
|
/external/skia/src/ports/ |
D | SkImageDecoder_empty.cpp | 32 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkColorType, Mode, Format*) { in DecodeFile() function in SkImageDecoder
|
/external/skia/src/views/ |
D | SkProgressView.cpp | 113 return SkImageDecoder::DecodeFile(file, &bm) ? in inflate_shader()
|
D | SkParsePaint.cpp | 49 if (SkImageDecoder::DecodeFile(str, &bm)) in inflate_shader()
|
D | SkWidgets.cpp | 528 if (SkImageDecoder::DecodeFile(path, &bitmap))
|
/external/skia/experimental/SimpleCocoaApp/ |
D | SimpleApp.mm | 30 if (SkImageDecoder::DecodeFile(path, &bm)) {
|