Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Davcodec_task_manager.cpp253 … AvcodecTaskManager::FindIdrFrameIndex(vector<sptr<FrameRecord>> frameRecords, int64_t shutterTime, in FindIdrFrameIndex() argument
258 int64_t clearVideoStartTime = shutterTime - preBufferDuration_; in FindIdrFrameIndex()
259 if (mPStartTimeMap_.count(captureId) && mPStartTimeMap_[captureId] <= shutterTime in FindIdrFrameIndex()
294 vector<sptr<FrameRecord>> &choosedBuffer, int64_t shutterTime) in IgnoreDeblur() argument
309 vector<sptr<FrameRecord>> &choosedBuffer, int64_t shutterTime, int32_t captureId) in ChooseVideoBuffer() argument
312 size_t idrIndex = FindIdrFrameIndex(frameRecords, shutterTime, captureId); in ChooseVideoBuffer()
314 int64_t clearVideoEndTime = shutterTime + postBufferDuration_; in ChooseVideoBuffer()
315 if (mPEndTimeMap_.count(captureId) && mPEndTimeMap_[captureId] >= shutterTime in ChooseVideoBuffer()
323 "clearVideoEndTime : %{public}" PRIu64, captureId, shutterTime, clearVideoEndTime); in ChooseVideoBuffer()
334 IgnoreDeblur(frameRecords, choosedBuffer, shutterTime); in ChooseVideoBuffer()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Davcodec_task_manager.h76 int64_t shutterTime, int32_t captureId);
77 …size_t FindIdrFrameIndex(vector<sptr<FrameRecord>> frameRecords, int64_t shutterTime, int32_t capt…
79 int64_t shutterTime);