Searched refs:nativeBufferConfig2 (Results 1 – 1 of 1) sorted by relevance
531 OH_NativeBuffer_Config nativeBufferConfig2; in OHNativeBufferGetConfigNormal() local532 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()