Home
last modified time | relevance | path

Searched refs:GetStreamInfo (Results 1 - 25 of 48) sorted by relevance

12

/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_media_downloader_unit_test.cpp116 Status status = g_mediaDownloader->GetStreamInfo(streams); in HWTEST_F()
130 g_mediaDownloader->GetStreamInfo(streams); in HWTEST_F()
162 g_mediaDownloader->GetStreamInfo(streams); in HWTEST_F()
187 g_mediaDownloader->GetStreamInfo(streams); in HWTEST_F()
229 mediaDownloader->GetStreamInfo(streams); in HWTEST_F()
276 mediaDownloader->GetStreamInfo(streams); in HWTEST_F()
333 mediaDownloader->GetStreamInfo(streams); in HWTEST_F()
409 mediaDownloader->GetStreamInfo(streams); in HWTEST_F()
437 mediaDownloader->GetStreamInfo(streams); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Di_audio_process_stream.h33 virtual AudioStreamInfo GetStreamInfo() = 0;
/foundation/multimedia/audio_framework/frameworks/cj/include/
H A Dmultimedia_audio_capturer_impl.h55 CAudioStreamInfo GetStreamInfo(int32_t *errorCode);
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_restore_param.cpp46 std::vector<StreamInfo_V1_1> HCameraRestoreParam::GetStreamInfo() in GetStreamInfo() function in OHOS::CameraStandard::HCameraRestoreParam
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_restore_param.h39 std::vector<StreamInfo_V1_1> GetStreamInfo();
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Dcast_engine_dfx.h39 static std::string GetStreamInfo();
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_process_in_server.h73 AudioStreamInfo GetStreamInfo() override;
/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.h102 Status GetStreamInfo(std::vector<StreamInfo>& streams);
H A Dsource.cpp378 Status Source::GetStreamInfo(std::vector<StreamInfo>& streams) in GetStreamInfo() function in OHOS::Media::Source
381 "GetStreamInfo, Source plugin is nullptr"); in GetStreamInfo()
382 Status ret = plugin_->GetStreamInfo(streams); in GetStreamInfo()
384 MEDIA_LOG_I("GetStreamInfo empty, MIX Stream"); in GetStreamInfo()
392 MEDIA_LOG_I("Source GetStreamInfo id = " PUBLIC_LOG_D32 " type = " PUBLIC_LOG_D32, in GetStreamInfo()
/foundation/multimedia/av_codec/interfaces/plugin/
H A Dsource_plugin.h215 virtual Status GetStreamInfo(std::vector<StreamInfo>& streams) in GetStreamInfo() function in OHOS::Media::Plugins::SourcePlugin
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dhttp_source_plugin.h54 Status GetStreamInfo(std::vector<StreamInfo>& streams) override;
H A Dmedia_downloader.h116 virtual Status GetStreamInfo(std::vector<StreamInfo>& streams) in GetStreamInfo() function in OHOS::Media::Plugins::HttpPlugin::MediaDownloader
118 MEDIA_LOG_W("GetStreamInfo is unimplemented."); in GetStreamInfo()
H A Dhttp_source_plugin.cpp107 Status HttpSourcePlugin::GetStreamInfo(std::vector<StreamInfo>& streams) in GetStreamInfo() function in OHOS::Media::Plugins::HttpPlugin::HttpSourcePlugin
109 MEDIA_LOG_D("GetStreamInfo entered"); in GetStreamInfo()
111 downloader_->GetStreamInfo(streams); in GetStreamInfo()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.h67 Status GetStreamInfo(std::vector<StreamInfo>& streams) override;
H A Ddownload_monitor.cpp275 Status DownloadMonitor::GetStreamInfo(std::vector<StreamInfo>& streams) in GetStreamInfo() function in OHOS::Media::Plugins::HttpPlugin::DownloadMonitor
277 return downloader_->GetStreamInfo(streams); in GetStreamInfo()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/
H A Dcamera_ability_parse_util.h102 static void GetStreamInfo(int32_t* originInfo, uint32_t start, uint32_t end, SpecInfo& specInfo);
/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_capturer_impl.cpp175 CAudioStreamInfo MMAAudioCapturerImpl::GetStreamInfo(int32_t *errorCode) in GetStreamInfo() function in OHOS::AudioStandard::MMAAudioCapturerImpl
182 int32_t ret = audioCapturer_->GetStreamInfo(streamInfo); in GetStreamInfo()
184 AUDIO_ERR_LOG("GetStreamInfo failure!"); in GetStreamInfo()
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_dfx.cpp53 std::string CastEngineDfx::GetStreamInfo() in GetStreamInfo() function in OHOS::CastEngine::CastEngineDfx
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.h60 Status GetStreamInfo(std::vector<StreamInfo>& streams) override;
/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability_parse_util.cpp213 GetStreamInfo(originInfo, i + 1, j - 1, specInfo); in GetSpecInfo()
217 void CameraAbilityParseUtil::GetStreamInfo(int32_t *originInfo, uint32_t start, uint32_t end, SpecInfo &specInfo) in GetStreamInfo() function in OHOS::CameraStandard::CameraAbilityParseUtil
/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Dhttp_source_plugin_unit_test.cpp198 httpSourcePlugin->GetStreamInfo(streams); in HWTEST_F()
206 httpSourcePlugin->GetStreamInfo(streams); in HWTEST_F()
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/
H A Daudio_capturer.h298 virtual int32_t GetStreamInfo(AudioStreamInfo &streamInfo) const = 0;
/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/
H A Dnapi_audio_capturer.h75 static napi_value GetStreamInfo(napi_env env, napi_callback_info info);
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer.h150 int32_t GetStreamInfo(PlayerStreamInfo &streamInfo);
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_renderer_test.cpp121 AUDIO_ERR_LOG("AudioRendererTest: GetStreamInfo failed"); in GetRendererStreamInfo()
124 AUDIO_INFO_LOG("AudioRendererTest: GetStreamInfo:"); in GetRendererStreamInfo()
126 if (audioRenderer->GetStreamInfo(streamInfo) == SUCCESS) { in GetRendererStreamInfo()
132 AUDIO_ERR_LOG("AudioRendererTest: GetStreamInfo failed"); in GetRendererStreamInfo()

Completed in 13 milliseconds

12