Home
last modified time | relevance | path

Searched defs:inputFd (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Dmpeg_manager_factory.cpp35 const sptr<IPCFileDescriptor>& inputFd) in Acquire()
H A Dreader.cpp41 MediaManagerError Reader::Create(int32_t inputFd) in Create()
H A Dmpeg_manager.cpp100 …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 Dscreen_capture_impl.cpp244 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 Dvideo_post_processor.cpp207 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 Dbundle_manager_proxy.cpp219 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 Dscreen_capture_server_function_unittest.cpp338 std::string inputFd = config_.recorderInfo.url.substr(fdHead.size()); in InitFileScreenCaptureServer() local
/ohos5.0/base/security/security_guard/services/data_collect/sa/
H A Ddata_collect_manager_service.cpp495 …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 Dbundle_installer_proxy.cpp459 int32_t inputFd = open(realPath.c_str(), O_RDONLY); in WriteFile() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Daudio_recorder_napi.cpp673 std::string inputFd = uriPath.substr(fdHead.size()); in SetUri() local
H A Dvideo_recorder_napi.cpp781 std::string inputFd = urlPath.substr(fdHead.size()); in SetUrl() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/player/
H A Daudio_player_napi.cpp243 std::string inputFd = player->uri_.substr(fdHead.size()); in SetSrc() local
H A Dvideo_player_napi.cpp257 std::string inputFd = jsPlayer->url_.substr(fdHead.size()); in SetUrl() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp1024 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 Davrecorder_napi.cpp2166 std::string inputFd = config->url.substr(fdHead.size()); in ConfigureUrl() local