Home
last modified time | relevance | path

Searched refs:deferredProcType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddeferred_photo_proxy.cpp43 std::string imageId, int32_t deferredProcType) in DeferredPhotoProxy() argument
47 deferredProcType_ = deferredProcType; in DeferredPhotoProxy()
56 imageId.c_str(), deferredProcType); in DeferredPhotoProxy()
60 std::string imageId, int32_t deferredProcType, int32_t photoWidth, int32_t photoHeight) in DeferredPhotoProxy() argument
64 deferredProcType_ = deferredProcType; in DeferredPhotoProxy()
73 imageId.c_str(), deferredProcType, photoWidth, photoHeight); in DeferredPhotoProxy()
77 std::string imageId, int32_t deferredProcType, uint8_t* buffer, size_t fileSize) in DeferredPhotoProxy() argument
81 deferredProcType_ = deferredProcType; in DeferredPhotoProxy()
90 imageId.c_str(), deferredProcType); in DeferredPhotoProxy()
H A Dcamera_photo_proxy.cpp164 void CameraPhotoProxy::SetDeferredAttrs(std::string photoId, int32_t deferredProcType, in SetDeferredAttrs() argument
170 deferredProcType_ = deferredProcType; in SetDeferredAttrs()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/
H A Dmultistages_photo_capture_manager.cpp132 int32_t deferredProcType = -1; in SaveLowQualityImageInfo() local
134 valueObject.GetInt(deferredProcType); in SaveLowQualityImageInfo()
295 metadata.Set(CameraStandard::DEFERRED_PROCESSING_TYPE_KEY, deferredProcType); in AddImageInternal()
300 …tagesPhotoCaptureManager::AddImage(int32_t fileId, const string &photoId, int32_t deferredProcType) in AddImage() argument
307 photoId.c_str(), deferredProcType); in AddImage()
310 AddImageInternal(fileId, photoId, deferredProcType, false); in AddImage()
336 int32_t deferredProcType = -1; in AddImage() local
338 valueObject.GetInt(deferredProcType); in AddImage()
344 AddImage(fileId, photoId, deferredProcType); in AddImage()
408 int32_t deferredProcType = GetInt32Val(MEDIA_DATA_DB_DEFERRED_PROC_TYPE, resultSet); in SyncWithDeferredProcSessionInternal() local
[all …]
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddeferred_photo_proxy.h33 …eferredPhotoProxy(const BufferHandle* bufferHandle, std::string imageId, int32_t deferredProcType);
34 …DeferredPhotoProxy(const BufferHandle* bufferHandle, std::string imageId, int32_t deferredProcType,
36 …DeferredPhotoProxy(const BufferHandle* bufferHandle, std::string imageId, int32_t deferredProcType,
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/
H A Dmultistages_photo_capture_manager.h48 EXPORT void AddImage(int32_t fileId, const std::string &photoId, int32_t deferredProcType);
51 void AddImageInternal(int32_t fileId, const std::string &photoId, int32_t deferredProcType,
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/
H A Dphoto_proxy_test.h85 void SetDeferredProcType(DeferredProcType deferredProcType) in SetDeferredProcType() argument
87 deferredProcType_ = deferredProcType; in SetDeferredProcType()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/
H A Dphoto_proxy_test.h83 void SetDeferredProcType(DeferredProcType deferredProcType) in SetDeferredProcType() argument
85 deferredProcType_ = deferredProcType; in SetDeferredProcType()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H A Dcamera_photo_proxy.h35 …void SetDeferredAttrs(std::string photoId, int32_t deferredProcType, uint64_t fileSize, int32_t im…
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp2529 int deferredProcType = GetInt32Val(PhotoColumn::PHOTO_DEFERRED_PROC_TYPE, resultSet); variable
2530 EXPECT_EQ(deferredProcType, 0);
2572 int deferredProcType = GetInt32Val(PhotoColumn::PHOTO_DEFERRED_PROC_TYPE, resultSet); variable
2573 EXPECT_EQ(deferredProcType, 1);