Home
last modified time | relevance | path

Searched defs:videoId (Results 1 - 25 of 27) sorted by relevance

12

/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/
H A Ddeferred_video_processing_session_callback_proxy.cpp21 OnProcessVideoDone( const std::string& videoId, const sptr<IPCFileDescriptor>& fd) OnProcessVideoDone() argument
55 OnError( const std::string& videoId, int32_t errorCode) OnError() argument
H A Ddeferred_video_processing_session_proxy.cpp75 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 Ddeferred_video_processing_session_stub.cpp48 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 Ddeferred_video_processing_session_callback_stub.cpp34 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 Dvideo_command.cpp24 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 Ddeferred_video_job.cpp38 DeferredVideoJob::DeferredVideoJob(const std::string& videoId, const sptr<IPCFileDescriptor>& srcFd, in DeferredVideoJob() argument
H A Dvideo_job_repository.cpp33 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 Distream_repeat_callback.h40 std::string videoId; member
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/video_session/
H A Ddeferred_video_processing_session.cpp59 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 Ddeferred_video_proc_adapter.cpp85 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 Dmultistages_capture_deferred_video_proc_session_callback.cpp39 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 Ddps_video_report.cpp37 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 Ddps_video_report.h37 std::string videoId; member
/foundation/multimedia/camera_framework/test/fuzztest/deferredprocessingstub_fuzzer/
H A Ddeferred_processing_stub_fuzzer.cpp94 auto videoId = data.ReadString(); in DeferredProcessingVideoFuzzTest() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/
H A Ddeferred_video_proc_session.cpp25 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 Dcamera_deferred_video_unittest.cpp36 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 Dvideo_output_napi.h38 std::string videoId = ""; member
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/
H A Ddeferred_video_controller.cpp115 auto videoId = work->GetDeferredVideoJob()->GetVideoId(); in HandleSuccess() local
124 auto videoId = work->GetDeferredVideoJob()->GetVideoId(); in HandleError() local
[all...]
H A Ddeferred_video_processor.cpp48 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 Dmultistages_video_capture_manager.cpp51 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 Dmovingphoto_model_ng.cpp42 auto videoId = movingPhotoNode->GetVideoId(); in Create() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/
H A Dsession_coordinator.cpp345 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 Dmedialibrary_multistages_video_capture_test.cpp235 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 Dmain.cpp196 char* videoId = nullptr; in StartPhotoOrVideo() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dvideo_post_processor.cpp100 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...]

Completed in 12 milliseconds

12