Home
last modified time | relevance | path

Searched refs:AHardwareBuffer_convertToPixelFormat (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/nativewindow/include-private/private/android/
DAHardwareBufferHelpers.h53 uint32_t AHardwareBuffer_convertToPixelFormat(uint32_t format);
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt52 android::AHardwareBuffer_convertToPixelFormat*;
DAHardwareBuffer.cpp47 int format = AHardwareBuffer_convertToPixelFormat(desc->format); in AHardwareBuffer_allocate()
427 const int format = AHardwareBuffer_convertToPixelFormat(desc->format); in AHardwareBuffer_createFromHandle()
655 uint32_t AHardwareBuffer_convertToPixelFormat(uint32_t ahardwarebuffer_format) { in AHardwareBuffer_convertToPixelFormat() function
/frameworks/base/core/jni/
Dandroid_hardware_HardwareBuffer.cpp235 return AHardwareBuffer_convertToPixelFormat(format); in android_hardware_HardwareBuffer_convertToPixelFormat()