/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | deferred_photo_proxy.cpp | 43 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 D | camera_photo_proxy.cpp | 164 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 D | multistages_photo_capture_manager.cpp | 132 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 D | deferred_photo_proxy.h | 33 …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 D | multistages_photo_capture_manager.h | 48 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 D | photo_proxy_test.h | 85 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 D | photo_proxy_test.h | 83 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 D | camera_photo_proxy.h | 35 …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 D | medialibrary_photo_operations_test.cpp | 2529 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);
|