/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | dup.cpp | 44 int dstFd = dup(srcFd); in Sync() local
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/session/video_session/ |
H A D | deferred_video_processing_session.h | 28 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 D | video_command.cpp | 49 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 D | deferred_video_job.cpp | 38 DeferredVideoJob(const std::string& videoId, const sptr<IPCFileDescriptor>& srcFd, const sptr<IPCFileDescriptor>& dstFd) DeferredVideoJob() argument
|
H A D | video_job_repository.cpp | 33 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 D | deferred_video_processing_session_proxy.cpp | 75 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 D | deferred_video_processing_session.cpp | 59 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 D | deferred_video_proc_adapter.cpp | 85 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 D | transcoder_unit_test.cpp | 69 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 D | deferred_processing_stub_fuzzer.cpp | 93 sptr<IPCFileDescriptor> dstFd = sptr<IPCFileDescriptor>::MakeSptr(data.ReadFileDescriptor()); in DeferredProcessingVideoFuzzTest() local
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/ |
H A D | deferred_video_proc_session.cpp | 99 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 D | camera_deferred_video_unittest.cpp | 138 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 D | deferred_video_processor.cpp | 48 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 D | multistages_video_capture_manager.cpp | 81 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 D | video_post_processor.cpp | 445 void VideoPostProcessor::copyFileByFd(const int srcFd, const int dstFd) in copyFileByFd() argument
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_impl.cpp | 247 int dstFd = dup(fd); in Dup() local
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/ |
H A D | randomaccessfile_n_exporter.cpp | 424 auto dstFd = dup(rafEntity->fd.get()->GetFD()); in CreateStream() local
|
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ |
H A D | system_sound_manager_impl.cpp | 1401 int32_t dstFd = dataShareHelper->OpenFile(ofUri, "rw"); in AddCustomizedToneByFdAndOffset() local
|