Searched refs:pixelFmt (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 99 int32_t pixelFmt, in configureSurface() argument 109 err = native_window_set_buffers_format(anw.get(), pixelFmt); in configureSurface() 135 width, height, pixelFmt); in configureSurface() 163 int32_t pixelFmt, // Format of the pixelBuffer in produceFrame() argument 169 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize); in produceFrame() 215 uint64_t tmpSize = (pixelFmt == HAL_PIXEL_FORMAT_BLOB) ? grallocBufWidth : in produceFrame() 217 if (bufFmt != pixelFmt) { in produceFrame() 218 if (bufFmt == HAL_PIXEL_FORMAT_RGBA_8888 && pixelFmt == HAL_PIXEL_FORMAT_BLOB) { in produceFrame() 223 ", but received buffer with format %#" PRIx32, __FUNCTION__, pixelFmt, bufFmt); in produceFrame() 235 ALOGV("%s: Pixel format chosen: %x", __FUNCTION__, pixelFmt); in produceFrame() [all …]
|