Searched defs:pixelBytes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp680 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, argument
705 mPixelBytes(pixelBytes), mWidth(width), mHeight(height), mPixStride(pixStride),
2106 uint8_t* pixelBytes = reinterpret_cast<uint8_t*>(env->GetDirectBufferAddress(buffer)); local
2107 if (pixelBytes == nullptr) {
2113 if (!context->setThumbnail(pixelBytes, width, height)) {
2187 uint8_t* pixelBytes = reinterpret_cast<uint8_t*>(env->GetDirectBufferAddress(inBuffer)); local
2188 if (pixelBytes == nullptr) {
2195 DirectStripSource stripSource(env, pixelBytes, targetIfd, uWidth, uHeight, pStride,

Completed in 33 milliseconds