Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativebuffer/entry/src/main/cpp/
Dnativebuffer.cpp531 OH_NativeBuffer_Config nativeBufferConfig2; in OHNativeBufferGetConfigNormal() local
532 OH_NativeBuffer_GetConfig(nativeBuffer, &nativeBufferConfig2); in OHNativeBufferGetConfigNormal()
536 if (nativeBufferConfig.width != nativeBufferConfig2.width) { in OHNativeBufferGetConfigNormal()
538 } else if (nativeBufferConfig.height != nativeBufferConfig2.height) { in OHNativeBufferGetConfigNormal()
540 } else if (nativeBufferConfig.format != nativeBufferConfig2.format) { in OHNativeBufferGetConfigNormal()
542 } else if (nativeBufferConfig.usage != nativeBufferConfig2.usage) { in OHNativeBufferGetConfigNormal()