Searched refs:encodedEndCbFunc_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | moving_photo_video_cache.cpp | 137 … : encodedEndCbFunc_(encodedEndCbFunc), isAbort_(false), taskName_(taskName), rotation_(rotation), in CachedFrameCallbackHandle() 172 if (encodedEndCbFunc_ != nullptr) { in OnCacheFrameFinish() 173 encodedEndCbFunc_(successCacheRecords_, taskName_, rotation_, captureId_); in OnCacheFrameFinish() 174 encodedEndCbFunc_ = nullptr; in OnCacheFrameFinish() 185 if (encodedEndCbFunc_ != nullptr) { in AbortCapture() 186 encodedEndCbFunc_(successCacheRecords_, taskName_, rotation_, captureId_); in AbortCapture() 187 encodedEndCbFunc_ = nullptr; in AbortCapture()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/ |
H A D | moving_photo_video_cache.h | 73 EncodedEndCbFunc encodedEndCbFunc_; variable
|