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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp537 DirectStripSource(JNIEnv* env, const uint8_t* pixelBytes, uint32_t ifd, uint32_t width,
559 DirectStripSource::DirectStripSource(JNIEnv* env, const uint8_t* pixelBytes, uint32_t ifd, argument
562 mPixelBytes(pixelBytes), mWidth(width), mHeight(height), mPixStride(pixStride),
1653 uint8_t* pixelBytes = reinterpret_cast<uint8_t*>(env->GetDirectBufferAddress(buffer)); local
1654 if (pixelBytes == NULL) {
1794 if (!context->setThumbnail(pixelBytes, width, height)) {
1863 uint8_t* pixelBytes = reinterpret_cast<uint8_t*>(env->GetDirectBufferAddress(inBuffer)); local
1864 if (pixelBytes == NULL) {
1871 DirectStripSource stripSource(env, pixelBytes, targetIfd, uWidth, uHeight, pStride,

Completed in 2676 milliseconds