Searched refs:imageIdStr (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | photo_listener_impl.cpp | 256 std::string imageIdStr = std::to_string(extraData.imageId); in CreateMediaLibrary() local 261 photoProxy->SetDeferredAttrs(imageIdStr, extraData.deferredProcessingType, extraData.size, in CreateMediaLibrary()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | photo_output_napi.cpp | 484 std::string imageIdStr = std::to_string(imageId); in CreateCameraPhotoProxy() local 485 photoProxy->SetDeferredAttrs(imageIdStr, deferredProcessingType, size, deferredImageFormat); in CreateCameraPhotoProxy() 893 std::string imageIdStr = std::to_string(imageId); in ExecuteDeferredPhoto() local 894 …deferredPhotoProxy = new(std::nothrow) DeferredPhotoProxy(newBufferHandle, imageIdStr, deferredPro… in ExecuteDeferredPhoto() 1020 std::string imageIdStr = std::to_string(imageId); in CreateMediaLibrary() local 1026 photoProxy->SetDeferredAttrs(imageIdStr, deferredProcessingType, size, deferredImageFormat); in CreateMediaLibrary()
|