Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dtest_common.cpp343 if (previewIndex_ % TestUtils::PREVIEW_SKIP_FRAMES == 0 in OnBufferAvailable()
352 if (secondPreviewIndex_ % TestUtils::PREVIEW_SKIP_FRAMES == 0 in OnBufferAvailable()
H A Dtest_common.h57 static const std::int32_t PREVIEW_SKIP_FRAMES = 10; variable