Home
last modified time | relevance | path

Searched defs:dstFd (Results 1 - 18 of 18) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Ddup.cpp44 int dstFd = dup(srcFd); in Sync() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/session/video_session/
H A Ddeferred_video_processing_session.h28 VideoInfo(const sptr<IPCFileDescriptor>& srcFd, const sptr<IPCFileDescriptor>& dstFd) in VideoInfo() argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/command/
H A Dvideo_command.cpp49 AddVideoCommand(const int32_t userId, const std::string& videoId, const sptr<IPCFileDescriptor>& srcFd, const sptr<IPCFileDescriptor>& dstFd) AddVideoCommand() argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/video_job_repository/
H A Ddeferred_video_job.cpp38 DeferredVideoJob(const std::string& videoId, const sptr<IPCFileDescriptor>& srcFd, const sptr<IPCFileDescriptor>& dstFd) DeferredVideoJob() argument
H A Dvideo_job_repository.cpp33 AddVideoJob(const std::string& videoId, const sptr<IPCFileDescriptor>& srcFd, const sptr<IPCFileDescriptor>& dstFd) AddVideoJob() argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/
H A Ddeferred_video_processing_session_proxy.cpp75 AddVideo( const std::string& videoId, const sptr<IPCFileDescriptor>& srcFd, const sptr<IPCFileDescriptor>& dstFd) AddVideo() argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/video_session/
H A Ddeferred_video_processing_session.cpp59 AddVideo(const std::string& videoId, const sptr<IPCFileDescriptor>& srcFd, const sptr<IPCFileDescriptor>& dstFd) AddVideo() argument
/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
/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/
H A Dtranscoder_unit_test.cpp69 int32_t dstFd = open((TRANSCODER_ROOT_DST + "AVC_Baseline@L1.2_81.0Kbps_320x240_dst.mp4").c_str(), O_RDWR); in HWTEST_F() local
102 int32_t dstFd = open((TRANSCODER_ROOT_DST + "AVC_Baseline@L1.2_81.0Kbps_320x240_dst.mp4").c_str(), O_RDWR); in HWTEST_F() local
136 int32_t dstFd = open((TRANSCODER_ROOT_DST + "AVC_Baseline@L1.2_81.0Kbps_320x240_dst.mp4").c_str(), O_RDWR); in HWTEST_F() local
171 int32_t dstFd = open((TRANSCODER_ROOT_DST + "AVC_Baseline@L1.2_81.0Kbps_320x240_dst.mp4").c_str(), O_RDWR); HWTEST_F() local
208 int32_t dstFd = open((TRANSCODER_ROOT_DST + "01_dst.mp3").c_str(), O_RDWR); HWTEST_F() local
239 int32_t dstFd = open((TRANSCODER_ROOT_DST + "01_dst.mp3").c_str(), O_RDWR); HWTEST_F() local
272 int32_t dstFd = open((TRANSCODER_ROOT_DST + "ChineseColor_H264_AAC_480p_15fps_dst.mp4").c_str(), O_RDWR); HWTEST_F() local
316 int32_t dstFd = open((TRANSCODER_ROOT_DST + "ChineseColor_H264_AAC_480p_15fps_dst.mp4").c_str(), O_RDWR); HWTEST_F() local
362 int32_t dstFd = open((TRANSCODER_ROOT_DST + "ChineseColor_H264_AAC_480p_15fps_dst.mp4").c_str(), O_RDWR); HWTEST_F() local
409 int32_t dstFd = open((TRANSCODER_ROOT_DST + "ChineseColor_H264_AAC_480p_15fps_dst.mp4").c_str(), O_RDWR); HWTEST_F() local
458 int32_t dstFd = open((TRANSCODER_ROOT_DST + "01_dst.mp3").c_str(), O_RDWR); HWTEST_F() local
487 int32_t dstFd = open((TRANSCODER_ROOT_DST + "01_dst.mp3").c_str(), O_RDWR); HWTEST_F() local
516 int32_t dstFd = open((TRANSCODER_ROOT_DST + "01_dst.mp3").c_str(), O_RDWR); HWTEST_F() local
545 int32_t dstFd = open((TRANSCODER_ROOT_DST + "AVC_Baseline@L1.2_81.0Kbps_320x240_dst.mp4").c_str(), O_RDWR); HWTEST_F() local
575 int32_t dstFd = open((TRANSCODER_ROOT_DST + "AVC_Baseline@L1.2_81.0Kbps_320x240_dst.mp4").c_str(), O_RDWR); HWTEST_F() local
605 int32_t dstFd = open((TRANSCODER_ROOT_DST + "AVC_Baseline@L1.2_81.0Kbps_320x240_dst.mp4").c_str(), O_RDWR); HWTEST_F() local
635 int32_t dstFd = open((TRANSCODER_ROOT_DST + "ChineseColor_H264_AAC_480p_15fps_dst.mp4").c_str(), O_RDWR); HWTEST_F() local
677 int32_t dstFd = open((TRANSCODER_ROOT_DST + "ChineseColor_H264_AAC_480p_15fps_dst.mp4").c_str(), O_RDWR); HWTEST_F() local
719 int32_t dstFd = open((TRANSCODER_ROOT_DST + "ChineseColor_H264_AAC_480p_15fps_dst.mp4").c_str(), O_RDWR); HWTEST_F() local
[all...]
/foundation/multimedia/camera_framework/test/fuzztest/deferredprocessingstub_fuzzer/
H A Ddeferred_processing_stub_fuzzer.cpp93 sptr<IPCFileDescriptor> dstFd = sptr<IPCFileDescriptor>::MakeSptr(data.ReadFileDescriptor()); in DeferredProcessingVideoFuzzTest() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/
H A Ddeferred_video_proc_session.cpp99 AddVideo(const std::string& videoId, const sptr<IPCFileDescriptor> srcFd, const sptr<IPCFileDescriptor> dstFd) AddVideo() argument
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_deferred_video_unittest.cpp138 sptr<IPCFileDescriptor> dstFd = sptr<IPCFileDescriptor>::MakeSptr(VIDEO_REQUEST_FD_TEMP); in HWTEST_F() local
157 sptr<IPCFileDescriptor> dstFd = sptr<IPCFileDescriptor>::MakeSptr(VIDEO_REQUEST_FD_TEMP); in HWTEST_F() local
176 sptr<IPCFileDescriptor> dstFd = sptr<IPCFileDescriptor>::MakeSptr(VIDEO_REQUEST_FD_TEMP); in HWTEST_F() local
204 sptr<IPCFileDescriptor> dstFd = sptr<IPCFileDescriptor>::MakeSptr(VIDEO_REQUEST_FD_TEMP); in HWTEST_F() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/
H A Ddeferred_video_processor.cpp48 AddVideo(const std::string& videoId, const sptr<IPCFileDescriptor>& srcFd, const sptr<IPCFileDescriptor>& dstFd) AddVideo() argument
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/
H A Dmultistages_video_capture_manager.cpp81 int dstFd = open(tempPath.c_str(), O_CREAT|O_WRONLY|O_TRUNC, fileMode); in AddVideoInternal() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dvideo_post_processor.cpp445 void VideoPostProcessor::copyFileByFd(const int srcFd, const int dstFd) in copyFileByFd() argument
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_impl.cpp247 int dstFd = dup(fd); in Dup() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H A Drandomaccessfile_n_exporter.cpp424 auto dstFd = dup(rafEntity->fd.get()->GetFD()); in CreateStream() local
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp1401 int32_t dstFd = dataShareHelper->OpenFile(ofUri, "rw"); in AddCustomizedToneByFdAndOffset() local

Completed in 15 milliseconds