Home
last modified time | relevance | path

Searched refs:previewIndex_ (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()
346 previewIndex_ = 0; in OnBufferAvailable()
348 previewIndex_++; in OnBufferAvailable()
H A Dtest_common.h173 int32_t previewIndex_ = 0; variable