/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/ |
H A D | deferred_video_processing_session_callback_proxy.cpp | 21 OnProcessVideoDone( const std::string& videoId, const sptr<IPCFileDescriptor>& fd) OnProcessVideoDone() argument 55 OnError( const std::string& videoId, int32_t errorCode) OnError() argument
|
H A D | deferred_video_processing_session_proxy.cpp | 75 AddVideo( const std::string& videoId, const sptr<IPCFileDescriptor>& srcFd, const sptr<IPCFileDescriptor>& dstFd) AddVideo() argument 114 RemoveVideo( const std::string& videoId, bool restorable) RemoveVideo() argument 149 RestoreVideo( const std::string& videoId) RestoreVideo() argument
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/ |
H A D | deferred_video_processing_session_stub.cpp | 48 std::string videoId = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local 66 std::string videoId = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local 75 std::string videoId = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local
|
H A D | deferred_video_processing_session_callback_stub.cpp | 34 std::string videoId = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local 43 std::string videoId = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/command/ |
H A D | video_command.cpp | 24 VideoCommand::VideoCommand(const int32_t userId, const std::string& videoId) in VideoCommand() argument 49 AddVideoCommand::AddVideoCommand(const int32_t userId, const std::string& videoId, in AddVideoCommand() argument 67 RemoveVideoCommand::RemoveVideoCommand(const int32_t userId, const std::string& videoId, const bool restorable) in RemoveVideoCommand() argument
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/video_job_repository/ |
H A D | deferred_video_job.cpp | 38 DeferredVideoJob::DeferredVideoJob(const std::string& videoId, const sptr<IPCFileDescriptor>& srcFd, in DeferredVideoJob() argument
|
H A D | video_job_repository.cpp | 33 void VideoJobRepository::AddVideoJob(const std::string& videoId, in AddVideoJob() argument 48 bool VideoJobRepository::RemoveVideoJob(const std::string& videoId, bool restorable) in RemoveVideoJob() argument 69 RestoreVideoJob(const std::string& videoId) RestoreVideoJob() argument 80 SetJobPending(const std::string& videoId) SetJobPending() argument 92 SetJobRunning(const std::string& videoId) SetJobRunning() argument 103 SetJobCompleted(const std::string& videoId) SetJobCompleted() argument 115 SetJobFailed(const std::string& videoId) SetJobFailed() argument 127 SetJobPause(const std::string& videoId) SetJobPause() argument 138 SetJobError(const std::string& videoId) SetJobError() argument 190 GetJobUnLocked(const std::string& videoId) GetJobUnLocked() argument [all...] |
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | istream_repeat_callback.h | 40 std::string videoId; member
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/video_session/ |
H A D | deferred_video_processing_session.cpp | 59 int32_t DeferredVideoProcessingSession::AddVideo(const std::string& videoId, in AddVideo() argument 78 int32_t DeferredVideoProcessingSession::RemoveVideo(const std::string& videoId, bool restorable) in RemoveVideo() argument 89 RestoreVideo(const std::string& videoId) RestoreVideo() argument [all...] |
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/ |
H A D | deferred_video_proc_adapter.cpp | 85 void DeferredVideoProcessingAdapter::AddVideo(const std::string &videoId, int srcFd, int dstFd)
in AddVideo() argument 108 void DeferredVideoProcessingAdapter::RemoveVideo(const std::string &videoId, const bool isRestorable)
in RemoveVideo() argument 120 void DeferredVideoProcessingAdapter::RestoreVideo(const std::string &videoId)
in RestoreVideo() argument [all...] |
H A D | multistages_capture_deferred_video_proc_session_callback.cpp | 39 int32_t MultiStagesCaptureDeferredVideoProcSessionCallback::UpdateVideoQuality(const std::string &videoId)
in UpdateVideoQuality() argument 49 void MultiStagesCaptureDeferredVideoProcSessionCallback::OnProcessVideoDone(const std::string& videoId,
in OnProcessVideoDone() argument 99 OnError(const std::string& videoId, const CameraStandard::DpsErrorCode errorCode) OnError() argument [all...] |
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/dfx/ |
H A D | dps_video_report.cpp | 37 void DfxVideoReport::ReportAddVideoEvent(const std::string &videoId, DpsCallerInfo callerInfo) in ReportAddVideoEvent() argument 62 void DfxVideoReport::ReportRemoveVideoEvent(const std::string &videoId, DpsCallerInfo callerInfo) in ReportRemoveVideoEvent() argument 78 ReportPauseVideoEvent(const std::string& videoId, int32_t pauseReason) ReportPauseVideoEvent() argument 105 ReportResumeVideoEvent(const std::string &videoId) ReportResumeVideoEvent() argument 139 ReportCompleteVideoEvent(const std::string &videoId) ReportCompleteVideoEvent() argument [all...] |
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/dfx/ |
H A D | dps_video_report.h | 37 std::string videoId; member
|
/foundation/multimedia/camera_framework/test/fuzztest/deferredprocessingstub_fuzzer/ |
H A D | deferred_processing_stub_fuzzer.cpp | 94 auto videoId = data.ReadString(); in DeferredProcessingVideoFuzzTest() local
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/ |
H A D | deferred_video_proc_session.cpp | 25 int32_t DeferredVideoProcessingSessionCallback::OnProcessVideoDone(const std::string& videoId, in OnProcessVideoDone() argument 37 int32_t DeferredVideoProcessingSessionCallback::OnError(const std::string& videoId, in OnError() argument 99 void DeferredVideoProcSession::AddVideo(const std::string& videoId, const sptr<IPCFileDescriptor> srcFd, in AddVideo() argument 111 void DeferredVideoProcSession::RemoveVideo(const std::string& videoId, const bool restorable) in RemoveVideo() argument 122 void DeferredVideoProcSession::RestoreVideo(const std::string& videoId) in RestoreVideo() argument [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_deferred_video_unittest.cpp | 36 ErrCode TestDeferredVideoProcSessionCallback::OnProcessVideoDone(const std::string& videoId, in OnProcessVideoDone() argument 43 ErrCode TestDeferredVideoProcSessionCallback::OnError(const std::string& videoId, int32_t errorCode) in OnError() argument 136 std::string videoId = "video1"; in HWTEST_F() local 155 std::string videoId = "video1"; in HWTEST_F() local 174 std::string videoId = "video1"; in HWTEST_F() local 202 std::string videoId = "video1"; in HWTEST_F() local [all...] |
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/ |
H A D | video_output_napi.h | 38 std::string videoId = ""; member
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/ |
H A D | deferred_video_controller.cpp | 115 auto videoId = work->GetDeferredVideoJob()->GetVideoId(); in HandleSuccess() local 124 auto videoId = work->GetDeferredVideoJob()->GetVideoId(); in HandleError() local [all...] |
H A D | deferred_video_processor.cpp | 48 void DeferredVideoProcessor::AddVideo(const std::string& videoId, in AddVideo() argument 55 void DeferredVideoProcessor::RemoveVideo(const std::string& videoId, bool restorable) in RemoveVideo() argument 64 RestoreVideo(const std::string& videoId) RestoreVideo() argument 70 OnProcessDone(const int32_t userId, const std::string& videoId, const sptr<IPCFileDescriptor>& ipcFd) OnProcessDone() argument 79 OnError(const int32_t userId, const std::string& videoId, DpsError errorCode) OnError() argument 100 auto videoId = work->GetDeferredVideoJob()->GetVideoId(); PostProcess() local [all...] |
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/ |
H A D | multistages_video_capture_manager.cpp | 51 void MultiStagesVideoCaptureManager::AddVideoInternal(const std::string &videoId,
in AddVideoInternal() argument 92 void MultiStagesVideoCaptureManager::AddVideo(const std::string &videoId,
in AddVideo() argument 154 string videoId = GetStringVal(MEDIA_DATA_DB_PHOTO_ID, resultSet);
in SyncWithDeferredVideoProcSessionInternal() local 191 RemoveVideo(const std::string &videoId, const bool restorable) RemoveVideo() argument 221 RestoreVideo(const std::string &videoId) RestoreVideo() argument [all...] |
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_model_ng.cpp | 42 auto videoId = movingPhotoNode->GetVideoId(); in Create() local
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/ |
H A D | session_coordinator.cpp | 345 void SessionCoordinator::OnVideoProcessDone(const int32_t userId, const std::string& videoId, in OnVideoProcessDone() argument 361 OnVideoError(const int32_t userId, const std::string& videoId, DpsError errorCode) OnVideoError() argument [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/ |
H A D | medialibrary_multistages_video_capture_test.cpp | 235 string videoId = "202408011800";
in HWTEST_F() local 262 string videoId = "202408021800";
in HWTEST_F() local 306 string videoId = "202408031800";
in HWTEST_F() local 326 string videoId = "202408051800";
in HWTEST_F() local 355 string videoId = "202408061800"; HWTEST_F() local 393 string videoId = "202408071800"; HWTEST_F() local 427 string videoId = "202408081800"; HWTEST_F() local 464 string videoId = "202408091800"; HWTEST_F() local 498 string videoId = "202408101800"; HWTEST_F() local [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/ |
H A D | main.cpp | 196 char* videoId = nullptr; in StartPhotoOrVideo() local
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/ |
H A D | video_post_processor.cpp | 100 int32_t VideoPostProcessor::VideoProcessListener::OnProcessDone(const std::string& videoId) in OnProcessDone() argument 109 int32_t VideoPostProcessor::VideoProcessListener::OnError(const std::string& videoId, in OnError() argument 165 auto videoId = work->GetDeferredVideoJob()->GetVideoId(); ProcessRequest() local 185 RemoveRequest(const std::string& videoId) RemoveRequest() argument 197 PauseRequest(const std::string& videoId, const ScheduleType& type) PauseRequest() argument 207 PrepareStreams(const std::string& videoId, const int inputFd) PrepareStreams() argument 262 StartMpeg(const std::string& videoId, const sptr<IPCFileDescriptor>& inputFd) StartMpeg() argument 280 auto videoId = work->GetDeferredVideoJob()->GetVideoId(); StopMpeg() local 303 StartTimer(const std::string& videoId, const DeferredVideoWorkPtr& work) StartTimer() argument 311 StopTimer(const std::string& videoId) StopTimer() argument 328 GetRunningWork(const std::string& videoId) GetRunningWork() argument 352 OnProcessDone(const std::string& videoId) OnProcessDone() argument 365 OnError(const std::string& videoId, DpsError errorCode) OnError() argument 390 OnTimerOut(const std::string& videoId) OnTimerOut() argument [all...] |