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

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

Completed in 111 milliseconds