Searched refs:SaveYUV (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | test_common.cpp | 52 int32_t TestUtils::SaveYUV(const char* buffer, int32_t size, SurfaceType type) in SaveYUV() function in OHOS::CameraStandard::TestUtils 62 MEDIA_DEBUG_LOG("TestUtils::SaveYUV(), type: %{public}d", type); in SaveYUV() 363 && TestUtils::SaveYUV(addr, size, surfaceType_) != CAMERA_OK) { in OnBufferAvailable() 372 && TestUtils::SaveYUV(addr, size, surfaceType_) != CAMERA_OK) { in OnBufferAvailable() 380 if (TestUtils::SaveYUV(addr, size, surfaceType_) != CAMERA_OK) { in OnBufferAvailable()
|
H A D | test_common.h | 61 static int32_t SaveYUV(const char* buffer, int32_t size, SurfaceType type);
|
Completed in 2 milliseconds