HomeSort by relevance Sort by last modified time
    Searched refs:pixelBytes (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_copypix.c 452 GLuint pixelBytes, widthInBytes;
503 pixelBytes = _mesa_get_format_bytes(srcRb->Format);
504 widthInBytes = width * pixelBytes;
523 srcMap = map + srcY * rowStride + srcX * pixelBytes;
524 dstMap = map + dstY * rowStride + dstX * pixelBytes;
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 680 DirectStripSource(JNIEnv* env, const uint8_t* pixelBytes, uint32_t ifd, uint32_t width,
702 DirectStripSource::DirectStripSource(JNIEnv* env, const uint8_t* pixelBytes, uint32_t ifd,
705 mPixelBytes(pixelBytes), mWidth(width), mHeight(height), mPixStride(pixStride),
    [all...]

Completed in 52 milliseconds