/foundation/multimedia/av_codec/test/unittest/dash_test/ |
H A D | dash_media_downloader_unit_test.cpp | 116 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 D | i_audio_process_stream.h | 33 virtual AudioStreamInfo GetStreamInfo() = 0;
|
/foundation/multimedia/audio_framework/frameworks/cj/include/ |
H A D | multimedia_audio_capturer_impl.h | 55 CAudioStreamInfo GetStreamInfo(int32_t *errorCode);
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_restore_param.cpp | 46 std::vector<StreamInfo_V1_1> HCameraRestoreParam::GetStreamInfo() in GetStreamInfo() function in OHOS::CameraStandard::HCameraRestoreParam
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hcamera_restore_param.h | 39 std::vector<StreamInfo_V1_1> GetStreamInfo();
|
/foundation/CastEngine/castengine_cast_framework/common/include/private/ |
H A D | cast_engine_dfx.h | 39 static std::string GetStreamInfo();
|
/foundation/multimedia/audio_framework/services/audio_service/server/include/ |
H A D | audio_process_in_server.h | 73 AudioStreamInfo GetStreamInfo() override;
|
/foundation/multimedia/av_codec/services/media_engine/modules/source/ |
H A D | source.h | 102 Status GetStreamInfo(std::vector<StreamInfo>& streams);
|
H A D | source.cpp | 378 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 D | source_plugin.h | 215 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 D | http_source_plugin.h | 54 Status GetStreamInfo(std::vector<StreamInfo>& streams) override;
|
H A D | media_downloader.h | 116 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 D | http_source_plugin.cpp | 107 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 D | download_monitor.h | 67 Status GetStreamInfo(std::vector<StreamInfo>& streams) override;
|
H A D | download_monitor.cpp | 275 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 D | camera_ability_parse_util.h | 102 static void GetStreamInfo(int32_t* originInfo, uint32_t start, uint32_t end, SpecInfo& specInfo);
|
/foundation/multimedia/audio_framework/frameworks/cj/src/ |
H A D | multimedia_audio_capturer_impl.cpp | 175 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 D | cast_engine_dfx.cpp | 53 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 D | dash_media_downloader.h | 60 Status GetStreamInfo(std::vector<StreamInfo>& streams) override;
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/ |
H A D | camera_ability_parse_util.cpp | 213 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 D | http_source_plugin_unit_test.cpp | 198 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 D | audio_capturer.h | 298 virtual int32_t GetStreamInfo(AudioStreamInfo &streamInfo) const = 0;
|
/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/ |
H A D | napi_audio_capturer.h | 75 static napi_value GetStreamInfo(napi_env env, napi_callback_info info);
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/ |
H A D | liteplayer.h | 150 int32_t GetStreamInfo(PlayerStreamInfo &streamInfo);
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/ |
H A D | audio_renderer_test.cpp | 121 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()
|