Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp801 metaSurface_, metaCache, preCacheFrameCount_, postCacheFrameCount_); in ExpandMovingPhotoRepeatStream()
815 taskManager_->SetVideoBufferDuration(preCacheFrameCount_, postCacheFrameCount_); in ExpandMovingPhotoRepeatStream()
1262 preCacheFrameCount_ = preBufferDuration == 0 ? preCacheFrameCount_ : in GetMovingPhotoBufferDuration()
1268 preBufferDuration, postBufferDuration, preCacheFrameCount_, postCacheFrameCount_); in GetMovingPhotoBufferDuration()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h286 uint32_t preCacheFrameCount_ = CACHE_FRAME_COUNT; variable