Home
last modified time | relevance | path

Searched defs:bytesPerPixel (Results 1 – 25 of 26) sorted by relevance

12

/external/opencv3/modules/videoio/src/
Dcap_winrt_capture.hpp67 int bytesPerPixel; member in cv::VideoCapture_WinRT
Dcap_winrt_video.hpp72 int bytesPerPixel; member in Video
Dcap_winrt_video.cpp241 const unsigned int bytesPerPixel = 3; in CopyOutput() local
/external/skia/src/codec/
DSkCodecPriv.h199 inline size_t compute_row_bytes_bpp(int width, uint32_t bytesPerPixel) { in compute_row_bytes_bpp()
213 const uint32_t bytesPerPixel = bitsPerPixel / 8; in compute_row_bytes() local
DSkSwizzler.cpp250 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_index_to_565()
288 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_gray_to_565()
466 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_rgb_to_565()
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
Dmain.cpp105 int bytesPerPixel = 3; in cvFilterColor() local
/external/libvncserver/libvncclient/
Dcursor.c48 int bytesPerPixel; in HandleCursorShape() local
Dvncviewer.c140 int bytesPerPixel) { in rfbGetClient()
/external/libvncserver/examples/
Dpnmshow.c23 int bytesPerPixel,bitsPerPixelInFile; in main() local
/external/glide/library/src/main/java/com/bumptech/glide/util/
DUtil.java94 int bytesPerPixel; in getBytesPerPixel() local
/external/skia/src/gpu/text/
DGrBatchFontCache.cpp215 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
/external/opencv3/3rdparty/openexr/IlmImf/
DImfTiledMisc.cpp115 size_t bytesPerPixel = 0; in calculateBytesPerPixel() local
DImfTiledInputFile.cpp222 size_t bytesPerPixel; // size of an uncompressed pixel member
/external/mesa3d/src/mesa/main/
Dimage.c295 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_row_stride() local
342 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_image_stride() local
Dpack.c5860 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_unpack_image() local
/external/libvncserver/libvncserver/
Dmain.c811 int bytesPerPixel) in rfbGetScreen()
943 int bytesPerPixel) in rfbNewFramebuffer()
Dscale.c144 int bitsPerPixel, bytesPerPixel, bytesPerLine, areaX, areaY, area2; in rfbScaledScreenUpdateRect() local
/external/skia/include/core/
DSkImageInfo.h255 int bytesPerPixel() const { in bytesPerPixel() function
DSkBitmap.h94 int bytesPerPixel() const { return fInfo.bytesPerPixel(); } in bytesPerPixel() function
/external/libvncserver/client_examples/
DSDLvncviewer.c25 static int realWidth, realHeight, bytesPerPixel, rowStride; variable
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c137 int x, y, bytesPerPixel; in CreateTexture() local
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DDrawUtils.java309 int bytesPerPixel = Math.max(1, srcData.depth / 8); in rotateOptimized() local
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwmesa.c289 UINT bytesPerPixel = pwfb->cColorBits / 8; in clear() local
/external/dng_sdk/source/
Ddng_read_image.cpp3042 uint32 bytesPerPixel = TagTypeSize (ifd.PixelType ()); in Read() local
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2408 size_t bytesPerPixel = GrBytesPerPixel(config); in onReadPixels() local

12