Home
last modified time | relevance | path

Searched refs:GetBurstKey (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dphoto_proxy.h56 virtual std::string GetBurstKey() = 0; // 一组连拍照片一个key, 32byte uuid
H A Dfile_asset.h199 EXPORT const std::string &GetBurstKey() const;
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddeferred_photo_proxy.h55 std::string GetBurstKey() override;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dcamera_server_photo_proxy.h78 std::string GetBurstKey() override;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_photo_asset_proxy.cpp139 if (cameraShotType_ == CameraShotType::BURST && photoProxy->GetBurstKey().empty()) { in CreatePhotoAsset()
158 values.Put(PhotoColumn::PHOTO_BURST_KEY, photoProxy->GetBurstKey()); in CreatePhotoAsset()
176 photoProxy->GetPhotoId().c_str(), fileId_, uri_.c_str(), photoProxy->GetBurstKey().c_str()); in CreatePhotoAsset()
H A Dfile_asset.cpp540 const std::string &FileAsset::GetBurstKey() const in GetBurstKey() function in OHOS::Media::FileAsset
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/
H A Dphoto_proxy_test.h163 std::string GetBurstKey() override in GetBurstKey() function
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp122 std::string GetBurstKey() override in GetBurstKey() function in OHOS::Media::MeidaLibraryAdapter::RecorderPhotoProxy
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddeferred_photo_proxy.cpp221 std::string DeferredPhotoProxy::GetBurstKey() in GetBurstKey() function in OHOS::CameraStandard::DeferredPhotoProxy
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_capture.h76 std::string GetBurstKey(int32_t captureId) const;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dcamera_server_photo_proxy.cpp226 std::string CameraServerPhotoProxy::GetBurstKey() in GetBurstKey() function in OHOS::CameraStandard::CameraServerPhotoProxy
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp277 std::string HStreamCapture::GetBurstKey(int32_t captureId) const in GetBurstKey() function in OHOS::CameraStandard::HStreamCapture
365 std::string burstUuid = GetBurstKey(preparedCaptureId); in CheckBurstCapture()
H A Dhcapture_session.cpp1934 burstKey = streamCapture->GetBurstKey(captureId); in SetCameraPhotoProxyInfo()