Home
last modified time | relevance | path

Searched refs:CreateMediaLibrary (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Dicapture_session.h80 virtual int32_t CreateMediaLibrary(sptr<CameraPhotoProxy> &photoProxy,
83 …virtual int32_t CreateMediaLibrary(std::unique_ptr<Media::Picture> picture, sptr<CameraPhotoProxy>…
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhcapture_session_proxy.h68 int32_t CreateMediaLibrary(sptr<CameraPhotoProxy> &photoProxy,
71 …int32_t CreateMediaLibrary(std::unique_ptr<Media::Picture> picture, sptr<CameraPhotoProxy> &photoP…
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.h26 bool CreateMediaLibrary(int32_t &fd, std::string &uri);
H A Dmedia_library_adapter.cpp173 bool CreateMediaLibrary(int32_t &fd, std::string &uri) in CreateMediaLibrary() function
H A Drecorder_server.cpp684 CHECK_AND_RETURN_RET_LOG(MeidaLibraryAdapter::CreateMediaLibrary(config_.url, config_.uri), in SetFileGenerationMode()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_listener_impl.cpp204 CreateMediaLibrary(surfaceBuffer, bufferHandle, extraData, isHighQuality, in ExecutePhotoAsset()
241 void PhotoListener::CreateMediaLibrary(sptr<SurfaceBuffer> surfaceBuffer, BufferHandle *bufferHandl… in CreateMediaLibrary() function in OHOS::CameraStandard::PhotoListener
271 …photoOutput->GetSession()->CreateMediaLibrary(photoProxy, uri, cameraShotType, burstKey, timestamp… in CreateMediaLibrary()
H A Dphoto_listener_impl.h61 void CreateMediaLibrary(sptr<SurfaceBuffer> surfaceBuffer, BufferHandle *bufferHandle,
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcapture_session_stub.cpp277 int32_t ret = CreateMediaLibrary(photoProxy, uri, cameraShotType, burstKey, timestamp); in HandleCreateMediaLibrary()
297 …int32_t ret = CreateMediaLibrary(std::move(picture), photoProxy, uri, cameraShotType, burstKey, ti… in HandleCreateMediaLibraryForPicture()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcapture_session_proxy.cpp364 int32_t HCaptureSessionProxy::CreateMediaLibrary(sptr<CameraPhotoProxy> &photoProxy, in CreateMediaLibrary() function in OHOS::CameraStandard::HCaptureSessionProxy
386 int32_t HCaptureSessionProxy::CreateMediaLibrary(std::unique_ptr<Media::Picture> picture, in CreateMediaLibrary() function in OHOS::CameraStandard::HCaptureSessionProxy
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h261 int32_t CreateMediaLibrary(sptr<CameraPhotoProxy>& photoProxy,
263 …int32_t CreateMediaLibrary(std::unique_ptr<Media::Picture> picture, sptr<CameraPhotoProxy> &photoP…
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h477 …void CreateMediaLibrary(sptr<CameraPhotoProxy> photoProxy, std::string &uri, int32_t &cameraShotTy…
480 …void CreateMediaLibrary(std::unique_ptr<Media::Picture> picture, sptr<CameraPhotoProxy> photoProxy,
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp306 session->CreateMediaLibrary(photoProxy, uri, cameraShotType, burstKey, timestamp); in TestCreateMediaLibrary()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dphoto_output_napi.h157 …void CreateMediaLibrary(sptr<SurfaceBuffer> surfaceBuffer, BufferHandle* bufferHandle, bool isHigh…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp818 …photoOutput->GetSession()->CreateMediaLibrary(std::move(picture), photoOutput->photoProxyMap_[capt… in AssembleAuxiliaryPhoto()
961CreateMediaLibrary(surfaceBuffer, bufferHandle, isHighQuality, uri, cameraShotType, burstKey, time… in ExecutePhotoAsset()
976 void PhotoListener::CreateMediaLibrary(sptr<SurfaceBuffer> surfaceBuffer, BufferHandle *bufferHandl… in CreateMediaLibrary() function in OHOS::CameraStandard::PhotoListener
1035 …photoOutput->GetSession()->CreateMediaLibrary(photoProxy, uri, cameraShotType, burstKey, timestamp… in CreateMediaLibrary()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1953 int32_t HCaptureSession::CreateMediaLibrary(sptr<CameraPhotoProxy> &photoProxy, in CreateMediaLibrary() function in OHOS::CameraStandard::HCaptureSession
2043 int32_t HCaptureSession::CreateMediaLibrary(std::unique_ptr<Media::Picture> picture, sptr<CameraPho… in CreateMediaLibrary() function in OHOS::CameraStandard::HCaptureSession
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp1190 void CaptureSession::CreateMediaLibrary(sptr<CameraPhotoProxy> photoProxy, std::string &uri, int32_… in CreateMediaLibrary() function in OHOS::CameraStandard::CaptureSession
1198 …errorCode = captureSession->CreateMediaLibrary(photoProxy, uri, cameraShotType, burstKey, timestam… in CreateMediaLibrary()
1206 void CaptureSession::CreateMediaLibrary(std::unique_ptr<Media::Picture> picture, sptr<CameraPhotoPr… in CreateMediaLibrary() function in OHOS::CameraStandard::CaptureSession
1213 …errorCode = captureSession->CreateMediaLibrary(std::move(picture), photoProxy, uri, cameraShotType, in CreateMediaLibrary()