Home
last modified time | relevance | path

Searched refs:bufferFormat (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp376 uint32_t bufferFormat = *bufferFormatOpt; in GetBufferSpec() local
396 if (bufferFormat == DRM_FORMAT_NV12 || bufferFormat == DRM_FORMAT_NV21 || in GetBufferSpec()
397 bufferFormat == DRM_FORMAT_YVU420) { in GetBufferSpec()
425 bufferCropY, bufferCropWidth, bufferCropHeight, bufferFormat, in GetBufferSpec()
426 bufferStrideBytes, GetDrmFormatBytesPerPixel(bufferFormat)); in GetBufferSpec()
858 uint32_t bufferFormat = *bufferFormatOpt; in canComposeLayer() local
860 if (!IsDrmFormatSupported(bufferFormat)) { in canComposeLayer()
/device/generic/goldfish/camera/
DQemuCamera.cpp409 const PixelFormat bufferFormat, in captureFrameForCompressing() argument
418 if (gba.allocate(dim.width, dim.height, static_cast<int>(bufferFormat), 1, in captureFrameForCompressing()
DQemuCamera.h96 PixelFormat bufferFormat,