HomeSort by relevance Sort by last modified time
    Searched defs:bytesPerPixel (Results 26 - 50 of 160) sorted by null

12 3 4 5 6 7

  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 246 int bytesPerPixel = 0;
253 &aligned_w, &aligned_h, &bytesPerPixel);
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 240 int bytesPerPixel = 0;
247 &aligned_w, &aligned_h, &bytesPerPixel);
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 249 int bytesPerPixel = 0;
256 &aligned_w, &aligned_h, &bytesPerPixel);
  /external/libvncserver/client_examples/
SDLvncviewer.c 25 static int realWidth, realHeight, bytesPerPixel, rowStride;
178 switch (bytesPerPixel) {
183 rfbClientErr("Unknown bytes/pixel: %d", bytesPerPixel);
190 switch (bytesPerPixel) {
195 rfbClientErr("Unknown bytes/pixel: %d", bytesPerPixel);
270 bytesPerPixel = client->format.bitsPerPixel / 8;
271 size = client->width * bytesPerPixel * client->height;
  /external/mesa3d/src/mesa/main/
image.c 312 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type);
313 if (bytesPerPixel <= 0)
316 bytesPerRow = bytesPerPixel * width;
319 bytesPerRow = bytesPerPixel * packing->RowLength;
359 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type);
361 if (bytesPerPixel <= 0)
364 bytesPerRow = bytesPerPixel * width;
367 bytesPerRow = bytesPerPixel * packing->RowLength;
pack.c     [all...]
  /external/skqp/include/core/
SkImageInfo.h 273 int bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); }
278 return sk_64_mul(fWidth, this->bytesPerPixel());
335 uint64_t minRB = sk_64_mul(fWidth, this->bytesPerPixel());
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.cpp 457 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat);
459 size_t size = glyph->fBounds.area() * bytesPerPixel;
470 glyph->width() * bytesPerPixel, expectedMaskFormat,
  /cts/tests/tests/opengl/src/android/opengl/cts/
CompressedTextureLoader.java 187 int bytesPerPixel = bitmap.getRowBytes() / bitmap.getWidth();
191 bytesPerPixel,
  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 137 int x, y, bytesPerPixel;
143 bytesPerPixel = 4;
145 data = (char *)malloc((size_t)(width*height*bytesPerPixel));
151 int idx = (y*width + x)*bytesPerPixel;
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 107 const int bytesPerPixel = SkColorTypeBytesPerPixel(bitmap->colorType());
108 const int requestedSize = bytesPerPixel *
  /frameworks/base/media/jni/
android_media_Utils.cpp 663 int bytesPerPixel = 0;
740 bytesPerPixel = 2;
745 dataSize = buffer->stride * buffer->height * bytesPerPixel;
746 pStride = bytesPerPixel;
769 bytesPerPixel = 2;
772 dataSize = buffer->stride * buffer->height * bytesPerPixel;
773 pStride = bytesPerPixel;
819 bytesPerPixel = 4;
822 dataSize = buffer->stride * buffer->height * bytesPerPixel;
823 pStride = bytesPerPixel;
    [all...]
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 206 const int bytesPerPixel = 4;
208 bPtr += (y * buf.stride + x) * bytesPerPixel;
260 const int bytesPerPixel = 4;
272 buf[(y*stride + x)*bytesPerPixel + 0] = r;
273 buf[(y*stride + x)*bytesPerPixel + 1] = g;
274 buf[(y*stride + x)*bytesPerPixel + 2] = b;
275 buf[(y*stride + x)*bytesPerPixel + 3] = 255;
  /hardware/qcom/display/msm8909/libgralloc/
alloc_controller.cpp 320 int bytesPerPixel = 0;
327 &aligned_w, &aligned_h, &bytesPerPixel);
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc/
alloc_controller.cpp 320 int bytesPerPixel = 0;
327 &aligned_w, &aligned_h, &bytesPerPixel);
    [all...]
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 305 int bytesPerPixel = 0;
312 &aligned_w, &aligned_h, &bytesPerPixel);
    [all...]
  /external/skia/src/codec/
SkPngCodec.cpp 447 const size_t bytesPerPixel = (bitsPerPixel > 32) ? bitsPerPixel / 8 : 4;
448 const size_t colorXformBytes = dstInfo.width() * bytesPerPixel;
    [all...]
  /external/skqp/src/codec/
SkPngCodec.cpp 447 const size_t bytesPerPixel = (bitsPerPixel > 32) ? bitsPerPixel / 8 : 4;
448 const size_t colorXformBytes = dstInfo.width() * bytesPerPixel;
    [all...]
  /external/swiftshader/src/OpenGL/common/
Image.cpp     [all...]
  /cts/tests/tests/media/src/android/media/cts/
ImageReaderDecoderTest.java     [all...]
  /external/dng_sdk/source/
dng_read_image.cpp     [all...]
dng_image_writer.cpp     [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraTestUtils.java     [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/
CameraTestUtils.java     [all...]

Completed in 920 milliseconds

12 3 4 5 6 7