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

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyCameraDevice.java703 static void produceFrame(Surface surface, byte[] pixelBuffer, int width, method in class:LegacyCameraDevice
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp148 static status_t produceFrame(const sp<ANativeWindow>& anw, function
211 ALOGW("%s: Format mismatch in produceFrame: expecting format %#" PRIx32
332 ALOGE("%s: Invalid pixel format in produceFrame: %x", __FUNCTION__, pixelFmt);
590 status_t err = produceFrame(anw, reinterpret_cast<uint8_t*>(pixels), width, height,

Completed in 55 milliseconds