/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/ |
H A D | mpeg_manager_factory.cpp | 35 const sptr<IPCFileDescriptor>& inputFd) in Acquire()
|
H A D | reader.cpp | 41 MediaManagerError Reader::Create(int32_t inputFd) in Create()
|
H A D | mpeg_manager.cpp | 100 …anagerError MpegManager::Init(const std::string& requestId, const sptr<IPCFileDescriptor>& inputFd) in Init()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/screen_capture/ |
H A D | screen_capture_impl.cpp | 244 std::string inputFd = config.recorderInfo.url.substr(fdHead.size()); in InitCaptureFile() local
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/ |
H A D | video_post_processor.cpp | 207 bool VideoPostProcessor::PrepareStreams(const std::string& videoId, const int inputFd) in PrepareStreams() 262 …l VideoPostProcessor::StartMpeg(const std::string& videoId, const sptr<IPCFileDescriptor>& inputFd) in StartMpeg()
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/ |
H A D | bundle_manager_proxy.cpp | 219 int32_t inputFd = open(realPath.c_str(), O_RDONLY); in WriteFileToInner() local
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/ |
H A D | screen_capture_server_function_unittest.cpp | 338 std::string inputFd = config_.recorderInfo.url.substr(fdHead.size()); in InitFileScreenCaptureServer() local
|
/ohos5.0/base/security/security_guard/services/data_collect/sa/ |
H A D | data_collect_manager_service.cpp | 495 …int32_t inputFd = open(realPath.c_str(), O_WRONLY | O_NOFOLLOW | O_CLOEXEC | O_CREAT | O_EXCL, S_I… in WriteRemoteFileToLocal() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_installer_proxy.cpp | 459 int32_t inputFd = open(realPath.c_str(), O_RDONLY); in WriteFile() local
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/ |
H A D | audio_recorder_napi.cpp | 673 std::string inputFd = uriPath.substr(fdHead.size()); in SetUri() local
|
H A D | video_recorder_napi.cpp | 781 std::string inputFd = urlPath.substr(fdHead.size()); in SetUrl() local
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/player/ |
H A D | audio_player_napi.cpp | 243 std::string inputFd = player->uri_.substr(fdHead.size()); in SetSrc() local
|
H A D | video_player_napi.cpp | 257 std::string inputFd = jsPlayer->url_.substr(fdHead.size()); in SetUrl() local
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_napi.cpp | 1024 std::string inputFd = url.substr(fdHead.size()); in AddSubSource() local 1124 std::string inputFd = url.substr(sizeof("fd://") - 1); in SetSource() local
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 2166 std::string inputFd = config->url.substr(fdHead.size()); in ConfigureUrl() local
|