Searched defs:ConfigInfo (Results 1 – 10 of 10) sorted by relevance
147 struct ConfigInfo { struct153 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 …]
82 struct ConfigInfo { struct85 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 …]
25 struct ConfigInfo { struct26 ConfigInfo(const std::string& path) : path(path) {}; in ConfigInfo() argument35 std::shared_ptr<ConfigInfo> GetConfigInfoByType(const std::string& type); argument
23 struct ConfigInfo { struct24 std::string businessDomain;25 uint32_t abInstallTimeout = 1800; // 1800s26 std::string moduleLibPath;
64 struct ConfigInfo { struct65 std::atomic<bool> looping = false;66 float leftVolume = INVALID_VALUE;67 float rightVolume = INVALID_VALUE;68 std::string url;
184 struct ConfigInfo { struct185 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_;
49 struct ConfigInfo { struct
21 typedef struct ConfigInfo { struct23 } ConfigInfo; typedef
56 struct ConfigInfo { struct
1055 uint32_t PngDecoder::ConfigInfo(const PixelDecodeOptions &opts) in ConfigInfo() function in OHOS::ImagePlugin::PngDecoder