Home
last modified time | relevance | path

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

/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
Dmpeg_manager_factory.cpp35 const sptr<IPCFileDescriptor>& inputFd) in Acquire()
Dreader.cpp41 MediaManagerError Reader::Create(int32_t inputFd) in Create()
Dmpeg_manager.cpp100 …anagerError MpegManager::Init(const std::string& requestId, const sptr<IPCFileDescriptor>& inputFd) in Init()
/foundation/multimedia/player_framework/frameworks/native/screen_capture/
Dscreen_capture_impl.cpp236 std::string inputFd = config.recorderInfo.url.substr(fdHead.size()); in InitCaptureFile() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
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()
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/
Dscreen_capture_server_function_unittest.cpp338 std::string inputFd = config_.recorderInfo.url.substr(fdHead.size()); in InitFileScreenCaptureServer() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
Dbundle_installer_proxy.cpp452 int32_t inputFd = open(realPath.c_str(), O_RDONLY); in WriteFile() local
/foundation/multimedia/player_framework/frameworks/js/recorder/
Daudio_recorder_napi.cpp673 std::string inputFd = uriPath.substr(fdHead.size()); in SetUri() local
Dvideo_recorder_napi.cpp781 std::string inputFd = urlPath.substr(fdHead.size()); in SetUrl() local
/foundation/multimedia/player_framework/frameworks/js/player/
Daudio_player_napi.cpp243 std::string inputFd = player->uri_.substr(fdHead.size()); in SetSrc() local
Dvideo_player_napi.cpp257 std::string inputFd = jsPlayer->url_.substr(fdHead.size()); in SetUrl() local
/foundation/multimedia/player_framework/frameworks/js/avplayer/
Davplayer_napi.cpp1023 std::string inputFd = url.substr(fdHead.size()); in AddSubSource() local
1123 std::string inputFd = url.substr(sizeof("fd://") - 1); in SetSource() local
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
Davrecorder_napi.cpp2166 std::string inputFd = config->url.substr(fdHead.size()); in ConfigureUrl() local