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 441 GLuint pixelBytes, widthInBytes;
492 pixelBytes = _mesa_get_format_bytes(srcRb->Format);
493 widthInBytes = width * pixelBytes;
512 srcMap = map + srcY * rowStride + srcX * pixelBytes;
513 dstMap = map + dstY * rowStride + dstX * pixelBytes;
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 682 DirectStripSource(JNIEnv* env, const uint8_t* pixelBytes, uint32_t ifd, uint32_t width,
704 DirectStripSource::DirectStripSource(JNIEnv* env, const uint8_t* pixelBytes, uint32_t ifd,
707 mPixelBytes(pixelBytes), mWidth(width), mHeight(height), mPixStride(pixStride),
    [all...]

Completed in 75 milliseconds