Home
last modified time | relevance | path

Searched defs:ConfigInfo (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h147 struct ConfigInfo { struct
153 int32_t width = 0;
154 int32_t height = 0;
156 int32_t bitRate = 0;
157 bool isHdr = false;
166 float latitude = 0.0;
168 int32_t rotation = 0;
169 int32_t url = -1;
170 std::string uri = "";
173 Meta customInfo;
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/server/
H A Dtranscoder_server.h82 struct ConfigInfo { struct
85 int32_t width = -1;
86 int32_t height = -1;
87 int32_t videoBitRate = -1;
88 int32_t audioBitRate = -1;
89 OutputFormatType format = FORMAT_BUTT;
90 std::string srcUrl;
91 int32_t srcFd = -1;
92 int64_t srcFdOffset = -1;
93 int64_t srcFdSize = -1;
[all …]
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/include/
H A Dhiview_log_config_manager.h25 struct ConfigInfo { struct
26 ConfigInfo(const std::string& path) : path(path) {}; in ConfigInfo() argument
35 std::shared_ptr<ConfigInfo> GetConfigInfoByType(const std::string& type); argument
/ohos5.0/base/update/updateservice/services/core/ability/adapter/include/
H A Dconfig_info.h23 struct ConfigInfo { struct
24 std::string businessDomain;
25 uint32_t abInstallTimeout = 1800; // 1800s
26 std::string moduleLibPath;
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/
H A Davmetadatahelper_server.h64 struct ConfigInfo { struct
65 std::atomic<bool> looping = false;
66 float leftVolume = INVALID_VALUE;
67 float rightVolume = INVALID_VALUE;
68 std::string url;
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.h184 struct ConfigInfo { struct
185 std::atomic<bool> looping = false;
186 float leftVolume = INVALID_VALUE;
187 float rightVolume = INVALID_VALUE;
188 PlaybackRateMode speedMode = SPEED_FORWARD_1_00_X;
189 std::string url;
190 int32_t effectMode = OHOS::AudioStandard::AudioEffectMode::EFFECT_DEFAULT;
191 std::map<std::string, std::string> header;
192 AVPlayStrategy strategy_;
/ohos5.0/base/powermgr/display_manager/brightness_manager/include/
H A Dconfig_parser_base.h49 struct ConfigInfo { struct
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/struct_definition/
H A Daie_info_define.h21 typedef struct ConfigInfo { struct
23 } ConfigInfo; typedef
/ohos5.0/base/telephony/core_service/frameworks/js/sim/include/
H A Dnapi_sim.h56 struct ConfigInfo { struct
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp1055 uint32_t PngDecoder::ConfigInfo(const PixelDecodeOptions &opts) in ConfigInfo() function in OHOS::ImagePlugin::PngDecoder