Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dtest_common.cpp352 if (secondPreviewIndex_ % TestUtils::PREVIEW_SKIP_FRAMES == 0 in OnBufferAvailable()
355 secondPreviewIndex_ = 0; in OnBufferAvailable()
357 secondPreviewIndex_++; in OnBufferAvailable()
H A Dtest_common.h174 int32_t secondPreviewIndex_ = 0; variable