Searched refs:Pixels (Results 1 – 13 of 13) sorted by relevance
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/ |
D | MainPage.xaml.cs | 61 …m_d3dInterop.CreateTexture(m_bmp.Pixels, m_bmp.PixelWidth, m_bmp.PixelHeight, OCVFilterType.ePrevi… in DrawingSurface_Loaded() 78 …m_d3dInterop.CreateTexture(m_bmp.Pixels, m_bmp.PixelWidth, m_bmp.PixelHeight, OCVFilterType.ePrevi… in RadioButton_Checked() 82 …m_d3dInterop.CreateTexture(m_bmp.Pixels, m_bmp.PixelWidth, m_bmp.PixelHeight, OCVFilterType.eGray); in RadioButton_Checked() 86 …m_d3dInterop.CreateTexture(m_bmp.Pixels, m_bmp.PixelWidth, m_bmp.PixelHeight, OCVFilterType.eCanny… in RadioButton_Checked() 90 …m_d3dInterop.CreateTexture(m_bmp.Pixels, m_bmp.PixelWidth, m_bmp.PixelHeight, OCVFilterType.eSepia… in RadioButton_Checked()
|
/external/opencv3/samples/wp8/OpenCVXaml/OpenCVXaml/ |
D | MainPage.xaml.cs | 39 … var pixels = await m_opencv.ProcessAsync(bitmap.Pixels, bitmap.PixelWidth, bitmap.PixelHeight); in Button_Click() 42 for (int x = 0; x < bitmap.Pixels.Length; x++) in Button_Click() 44 bitmap.Pixels[x] = pixels[x]; in Button_Click()
|
/external/chromium-trace/catapult/telemetry/telemetry/util/ |
D | image_util.py | 40 def Pixels(image): function 42 return impl.Pixels(image)
|
D | image_util_unittest.py | 128 self.assertEquals(image_util.Pixels(bmp), bytearray([1, 2, 0, 2, 2, 0]))
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
D | inspector_page_unittest.py | 43 res = image_util.Pixels(self._tab.Screenshot())
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | platform_unittest.py | 42 screenshot_pixels = image_util.Pixels(img)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | image_util_bitmap_impl.py | 19 def Pixels(bitmap): function
|
D | image_util_numpy_impl.py | 25 def Pixels(image): function
|
/external/mesa3d/docs/OLD/ |
D | MESA_packed_depth_stencil.spec | 187 The new format is added to the discussion of Obtaining Pixels from the
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | bilateral.cl | 58 // Intel Device - Read Pixels as floats
|
/external/chromium-trace/catapult/telemetry/telemetry/page/ |
D | page_run_end_to_end_unittest.py | 647 self.assertEquals(image_util.Pixels(chrome_version_screen_shot[0]), 648 image_util.Pixels(actual_screenshot))
|
/external/libjpeg-turbo/ |
D | libjpeg.txt | 206 Pixels are stored by scanlines, with each scanline running from left to
|
/external/libpng/ |
D | libpng-manual.txt | 920 the screen_gamma value. Pixels with alpha less than 1.0
|