Home
last modified time | relevance | path

Searched refs:string_view (Results 1 – 25 of 790) sorted by relevance

12345678910>>...32

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Ddefault_material_constants.h46 static constexpr const BASE_NS::string_view LIGHT_CLUSTER_DATA_BUFFER_NAME {
63 static constexpr const BASE_NS::string_view MATERIAL_TRANSFORM_DATA_BUFFER_NAME {
88 static constexpr const BASE_NS::string_view VERTEX_INPUT_DECLARATION_FORWARD {
95 static constexpr const BASE_NS::string_view VERTEX_INPUT_DECLARATION_DEPTH {
99 static constexpr const BASE_NS::string_view PIPELINE_LAYOUT_DEPTH {
113 static constexpr const BASE_NS::string_view ENV_SHADER_NAME {
136 static constexpr const BASE_NS::string_view CAMERA_POST_PROCESS_BUFFER_PREFIX_NAME {
218 static constexpr const BASE_NS::string_view CORE_DM_CAMERA_OUTPUT { "output" };
221 static constexpr const BASE_NS::string_view CORE_DM_CAMERA_DEPTH { "depth" };
223 static constexpr const BASE_NS::string_view CORE_DM_CAMERA_COLOR { "color" };
[all …]
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dmedia_description.h41 static constexpr std::string_view MD_KEY_TRACK_TYPE = "track_type";
46 static constexpr std::string_view MD_KEY_CODEC_MIME = "codec_mime";
51 static constexpr std::string_view MD_KEY_CODEC_NAME = "codec_name";
56 static constexpr std::string_view MD_KEY_DURATION = "duration";
61 static constexpr std::string_view MD_KEY_BITRATE = "bitrate";
81 static constexpr std::string_view MD_KEY_WIDTH = "width";
86 static constexpr std::string_view MD_KEY_HEIGHT = "height";
165 static constexpr std::string_view MD_KEY_QUALITY = "quality";
215 static constexpr std::string_view MD_KEY_SBR = "sbr";
250 static constexpr std::string_view MD_KEY_LEVEL = "codec_level";
[all …]
H A Davcodec_codec_name.h24 static constexpr std::string_view AUDIO_DECODER_MP3_NAME = "OH.Media.Codec.Decoder.Audio.Mpeg";
25 static constexpr std::string_view AUDIO_DECODER_AAC_NAME = "OH.Media.Codec.Decoder.Audio.AAC";
26 static constexpr std::string_view AUDIO_DECODER_OPUS_NAME = "OH.Media.Codec.Decoder.Audio.Opus";
27 static constexpr std::string_view AUDIO_DECODER_API9_AAC_NAME = "avdec_aac";
29 static constexpr std::string_view AUDIO_DECODER_FLAC_NAME = "OH.Media.Codec.Decoder.Audio.Flac";
34 static constexpr std::string_view AUDIO_DECODER_APE_NAME = "OH.Media.Codec.Decoder.Audio.Ape";
40 static constexpr std::string_view AUDIO_ENCODER_AAC_NAME = "OH.Media.Codec.Encoder.Audio.AAC";
45 static constexpr std::string_view AUDIO_ENCODER_API9_AAC_NAME = "avenc_aac";
46 static constexpr std::string_view AUDIO_ENCODER_MP3_NAME = "OH.Media.Codec.Encoder.Audio.Mp3";
48 static constexpr std::string_view VIDEO_DECODER_AVC_NAME = "OH.Media.Codec.Decoder.Video.AVC";
[all …]
H A Davcodec_mime_type.h30 static constexpr std::string_view MEDIA_MIMETYPE_AUDIO_FLAC = "audio/flac";
32 static constexpr std::string_view MEDIA_MIMETYPE_AUDIO_AMRNB = "audio/3gpp";
33 static constexpr std::string_view MEDIA_MIMETYPE_AUDIO_OPUS = "audio/opus";
34 static constexpr std::string_view MEDIA_MIMETYPE_AUDIO_MPEG = "audio/mpeg";
38 static constexpr std::string_view MEDIA_MIMETYPE_AUDIO_APE = "audio/x-ape";
39 static constexpr std::string_view MEDIA_MIMETYPE_AUDIO_LBVC = "audio/lbvc";
41 static constexpr std::string_view MEDIA_MIMETYPE_VIDEO_AVC = "video/avc";
45 static constexpr std::string_view MEDIA_MIMETYPE_IMAGE_JPG = "image/jpeg";
46 static constexpr std::string_view MEDIA_MIMETYPE_IMAGE_PNG = "image/png";
47 static constexpr std::string_view MEDIA_MIMETYPE_IMAGE_BMP = "image/bmp";
[all …]
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h24 inline constexpr std::string_view CALL_FUNCTION = "napi_call_function";
25 inline constexpr std::string_view CREATE_OBJECT = "napi_create_object";
26 inline constexpr std::string_view CREATE_INT32 = "napi_create_int32";
27 inline constexpr std::string_view CREATE_INT64 = "napi_create_int64";
32 inline constexpr std::string_view DEFINE_CLASS = "napi_define_class";
34 inline constexpr std::string_view GET_CB_INFO = "napi_get_cb_info";
36 inline constexpr std::string_view GET_GLOBAL = "napi_get_global";
38 inline constexpr std::string_view GET_BOOLEAN = "napi_get_boolean";
52 inline constexpr std::string_view TYPEOF = "napi_typeof";
53 inline constexpr std::string_view UNWRAP = "napi_unwrap";
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h42 BASE_NS::string_view GetMimeType(MimeType type); in CORE3D_BEGIN_NAMESPACE()
43 BASE_NS::string_view GetDataType(DataType type); in CORE3D_BEGIN_NAMESPACE()
48 BASE_NS::string_view GetLightType(LightType type); in CORE3D_BEGIN_NAMESPACE()
51 BASE_NS::string_view GetAlphaMode(AlphaMode mode); in CORE3D_BEGIN_NAMESPACE()
66 BASE_NS::string_view ValidatePrimitiveAttribute( in CORE3D_BEGIN_NAMESPACE()
71 void SplitFilename(BASE_NS::string_view source, BASE_NS::string_view& base, BASE_NS::string_view& p… in CORE3D_BEGIN_NAMESPACE()
72 void SplitBaseFilename(BASE_NS::string_view source, BASE_NS::string_view& name, BASE_NS::string_vie… in CORE3D_BEGIN_NAMESPACE()
74 BASE_NS::string_view ParseDataUri(const BASE_NS::string_view in, size_t& offsetToData); in CORE3D_BEGIN_NAMESPACE()
76 BASE_NS::string_view& mimeType); in CORE3D_BEGIN_NAMESPACE()
77 bool IsDataURI(BASE_NS::string_view in); in CORE3D_BEGIN_NAMESPACE()
[all …]
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dnapi_constants.h25 inline constexpr std::string_view COOPERATE_NAME { "cooperate" };
28 inline constexpr std::string_view DRAG_TYPE { "drag" };
32 inline constexpr std::string_view CREATE_INT32 { "napi_create_int32" };
35 inline constexpr std::string_view DEFINE_CLASS { "napi_define_class" };
36 inline constexpr std::string_view GET_CB_INFO { "napi_get_cb_info" };
37 inline constexpr std::string_view GET_GLOBAL { "napi_get_global" };
42 inline constexpr std::string_view NEW_INSTANCE { "napi_new_instance" };
45 inline constexpr std::string_view TYPEOF { "napi_typeof" };
46 inline constexpr std::string_view UNWRAP { "napi_unwrap" };
47 inline constexpr std::string_view WRAP { "napi_wrap" };
[all …]
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dplayer.h86 static constexpr std::string_view PLAYER_DURATION = "duration";
91 static constexpr std::string_view PLAYER_TRACK_TYPE = "track_type";
93 static constexpr std::string_view PLAYER_WIDTH = "width";
94 static constexpr std::string_view PLAYER_HEIGHT = "height";
95 static constexpr std::string_view PLAYER_MIME = "codec_mime";
96 static constexpr std::string_view PLAYER_BITRATE = "bitrate";
97 static constexpr std::string_view PLAYER_FRAMERATE = "frame_rate";
109 static constexpr std::string_view PLAYER_ERROR_MSG = "error_msg";
110 static constexpr std::string_view CONTENT_TYPE = "content_type";
111 static constexpr std::string_view STREAM_USAGE = "stream_usage";
[all …]
H A Dmedia_description.h35 static constexpr std::string_view MD_KEY_TRACK_INDEX = "track_index";
40 static constexpr std::string_view MD_KEY_TRACK_TYPE = "track_type";
45 static constexpr std::string_view MD_KEY_CODEC_MIME = "codec_mime";
50 static constexpr std::string_view MD_KEY_DURATION = "duration";
55 static constexpr std::string_view MD_KEY_BITRATE = "bitrate";
65 static constexpr std::string_view MD_KEY_WIDTH = "width";
70 static constexpr std::string_view MD_KEY_HEIGHT = "height";
80 static constexpr std::string_view MD_KEY_FRAME_RATE = "frame_rate";
107 static constexpr std::string_view MD_KEY_SAMPLE_RATE = "sample_rate";
112 static constexpr std::string_view MD_KEY_TRACK_COUNT = "track_count";
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfile_manager.cpp52 string_view protocol; in FixPath()
53 string_view path; in FixPath()
128 string_view path; in OpenFile()
146 string_view path; in CreateFile()
164 string_view path; in DeleteFile()
176 bool FileManager::Rename(const string_view fromUri, const string_view toUri) in Rename()
203 string_view path; in GetEntry()
220 string_view path; in OpenDirectory()
238 string_view path; in CreateDirectory()
256 string_view path; in DeleteDirectory()
[all …]
H A Dfile_manager.h45 IDirectory::Entry GetEntry(BASE_NS::string_view uri) override;
47 IFile::Ptr OpenFile(BASE_NS::string_view uri) override;
48 IFile::Ptr CreateFile(BASE_NS::string_view uri) override;
50 bool DeleteFile(BASE_NS::string_view uri) override;
54 bool DeleteDirectory(BASE_NS::string_view uri) override;
56 bool Rename(BASE_NS::string_view fromUri, BASE_NS::string_view toUri) override;
61 void RegisterAssetPath(BASE_NS::string_view uri) override;
62 void UnregisterAssetPath(BASE_NS::string_view uri) override;
66 … bool RegisterPath(BASE_NS::string_view protocol, BASE_NS::string_view uri, bool prepend) override;
67 void UnregisterPath(BASE_NS::string_view protocol, BASE_NS::string_view uri) override;
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_manager.h35 ExtensionType GetExtensionType(BASE_NS::string_view ext) const override; in SCENE_BEGIN_NAMESPACE()
38 IEntityCollection& ec, BASE_NS::string_view src, BASE_NS::string_view contextUri) override; in SCENE_BEGIN_NAMESPACE()
40 …bool LoadAsset(IEntityCollection& ec, BASE_NS::string_view uri, BASE_NS::string_view contextUri) o… in SCENE_BEGIN_NAMESPACE()
43 …const IEntityCollection& ec, BASE_NS::string_view uri, BASE_NS::string_view contextUri) const over… in SCENE_BEGIN_NAMESPACE()
45 …lection* LoadAssetToCache(CORE_NS::IEcs& ecs, BASE_NS::string_view cacheUri, BASE_NS::string_view in SCENE_BEGIN_NAMESPACE()
48 … bool IsCachedCollection(BASE_NS::string_view uri, BASE_NS::string_view contextUri) const override; in SCENE_BEGIN_NAMESPACE()
50 CORE_NS::IEcs& ecs, BASE_NS::string_view uri, BASE_NS::string_view contextUri) override; in SCENE_BEGIN_NAMESPACE()
51 …IEntityCollection* GetCachedCollection(BASE_NS::string_view uri, BASE_NS::string_view contextUri) … in SCENE_BEGIN_NAMESPACE()
52 void RemoveFromCache(BASE_NS::string_view uri, BASE_NS::string_view contextUri) override; in SCENE_BEGIN_NAMESPACE()
58 IEntityCollection& ec, BASE_NS::string_view uri, BASE_NS::string_view contextUri) override; in SCENE_BEGIN_NAMESPACE()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_asset_manager.h44 virtual ExtensionType GetExtensionType(BASE_NS::string_view ext) const = 0; in SCENE_BEGIN_NAMESPACE()
51 IEntityCollection& ec, BASE_NS::string_view src, BASE_NS::string_view contextUri) = 0; in SCENE_BEGIN_NAMESPACE()
53 …virtual bool LoadAsset(IEntityCollection& ec, BASE_NS::string_view uri, BASE_NS::string_view conte… in SCENE_BEGIN_NAMESPACE()
56 … const IEntityCollection& ec, BASE_NS::string_view uri, BASE_NS::string_view contextUri) const = 0; in SCENE_BEGIN_NAMESPACE()
58 virtual IEntityCollection* LoadAssetToCache(CORE_NS::IEcs& ecs, BASE_NS::string_view cacheUri, in SCENE_BEGIN_NAMESPACE()
59 … BASE_NS::string_view uri, BASE_NS::string_view contextUri, bool active, bool forceReload) = 0; in SCENE_BEGIN_NAMESPACE()
61 …virtual bool IsCachedCollection(BASE_NS::string_view uri, BASE_NS::string_view contextUri) const =… in SCENE_BEGIN_NAMESPACE()
63 CORE_NS::IEcs& ecs, BASE_NS::string_view uri, BASE_NS::string_view contextUri) = 0; in SCENE_BEGIN_NAMESPACE()
64 …virtual IEntityCollection* GetCachedCollection(BASE_NS::string_view uri, BASE_NS::string_view cont… in SCENE_BEGIN_NAMESPACE()
65 virtual void RemoveFromCache(BASE_NS::string_view uri, BASE_NS::string_view contextUri) = 0; in SCENE_BEGIN_NAMESPACE()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H A Dintf_file_manager.h48 virtual IDirectory::Entry GetEntry(BASE_NS::string_view uri) = 0; in CORE_BEGIN_NAMESPACE()
54 virtual IFile::Ptr OpenFile(BASE_NS::string_view uri) = 0; in CORE_BEGIN_NAMESPACE()
60 virtual IFile::Ptr CreateFile(BASE_NS::string_view uri) = 0; in CORE_BEGIN_NAMESPACE()
66 virtual bool DeleteFile(BASE_NS::string_view uri) = 0; in CORE_BEGIN_NAMESPACE()
84 virtual bool DeleteDirectory(BASE_NS::string_view uri) = 0; in CORE_BEGIN_NAMESPACE()
91 virtual bool Rename(BASE_NS::string_view fromUri, BASE_NS::string_view toUri) = 0; in CORE_BEGIN_NAMESPACE()
109 virtual void RegisterAssetPath(BASE_NS::string_view uri) = 0; in CORE_BEGIN_NAMESPACE()
114 virtual void UnregisterAssetPath(BASE_NS::string_view uri) = 0; in CORE_BEGIN_NAMESPACE()
121 …virtual bool RegisterPath(BASE_NS::string_view protocol, BASE_NS::string_view uri, bool prepend) =… in CORE_BEGIN_NAMESPACE()
128 virtual void UnregisterPath(BASE_NS::string_view protocol, BASE_NS::string_view uri) = 0; in CORE_BEGIN_NAMESPACE()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/
H A Davformat_mock.h30 virtual bool PutIntValue(const std::string_view &key, int32_t value) = 0;
31 virtual bool GetIntValue(const std::string_view &key, int32_t &value) = 0;
32 virtual bool PutLongValue(const std::string_view &key, int64_t value) = 0;
33 virtual bool GetLongValue(const std::string_view &key, int64_t &value) = 0;
34 virtual bool PutFloatValue(const std::string_view &key, float value) = 0;
35 virtual bool GetFloatValue(const std::string_view &key, float &value) = 0;
36 virtual bool PutDoubleValue(const std::string_view &key, double value) = 0;
37 virtual bool GetDoubleValue(const std::string_view &key, double &value) = 0;
38 virtual bool PutStringValue(const std::string_view &key, const std::string_view &value) = 0;
46 const std::string_view &mimeType, const std::string_view &key, int32_t srcTrackID) = 0;
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_manager.h88 BASE_NS::string_view path; in RENDER_BEGIN_NAMESPACE()
94 BASE_NS::string_view path; in RENDER_BEGIN_NAMESPACE()
107 BASE_NS::string_view path; in RENDER_BEGIN_NAMESPACE()
125 BASE_NS::string_view path; in RENDER_BEGIN_NAMESPACE()
131 BASE_NS::string_view path; in RENDER_BEGIN_NAMESPACE()
209 const BASE_NS::string_view baseShaderPath, const BASE_NS::string_view variantName) = 0; in RENDER_BEGIN_NAMESPACE()
224 const BASE_NS::string_view baseShaderPath, const BASE_NS::string_view variantName) = 0; in RENDER_BEGIN_NAMESPACE()
280 const BASE_NS::string_view path, const BASE_NS::string_view variantName) const = 0; in RENDER_BEGIN_NAMESPACE()
306 const BASE_NS::string_view path, const BASE_NS::string_view variantName) const = 0; in RENDER_BEGIN_NAMESPACE()
616 const BASE_NS::string_view path, const BASE_NS::string_view variantName) const = 0;
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_tarball/
H A Db_tarball_factory.cpp46 static void UntarFort(string_view root) in UntarFort()
49 if (string_view(UNTAT_ROOT) != root) { in UntarFort()
52 if (string_view(resolvedPath) != root) { in UntarFort()
70 string_view root, in TarFilter()
79 auto removeBackSlash = [](const string_view &arg) -> string { in TarFilter()
110 static tuple<string, string> GetTarballDirAndName(string_view tarballPath) in GetTarballDirAndName()
133 if (auto suffix = string_view(".tar"); in GetTarballDirAndName()
149 static unique_ptr<BTarballFactory::Impl> BindCmdline(string_view tarballDir, string_view tarballNam… in BindCmdline()
159 unique_ptr<BTarballFactory::Impl> BTarballFactory::Create(string_view implType, string_view tarball… in Create()
161 …static map<string_view, function<unique_ptr<BTarballFactory::Impl>(string_view, string_view)>> map… in Create()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/
H A Davformat_capi_mock.h29 bool PutIntValue(const std::string_view &key, int32_t value) override;
30 bool GetIntValue(const std::string_view &key, int32_t &value) override;
31 bool PutStringValue(const std::string_view &key, const std::string_view &value) override;
32 bool GetStringValue(const std::string_view &key, std::string &value) override;
34 bool PutLongValue(const std::string_view &key, int64_t value) override;
35 bool GetLongValue(const std::string_view &key, int64_t &value) override;
36 bool PutFloatValue(const std::string_view &key, float value) override;
37 bool GetFloatValue(const std::string_view &key, float &value) override;
38 bool PutDoubleValue(const std::string_view &key, double value) override;
39 bool GetDoubleValue(const std::string_view &key, double &value) override;
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/inner/
H A Davformat_inner_mock.h29 bool PutIntValue(const std::string_view &key, int32_t value) override;
30 bool GetIntValue(const std::string_view &key, int32_t &value) override;
31 bool PutStringValue(const std::string_view &key, const std::string_view &value) override;
32 bool GetStringValue(const std::string_view &key, std::string &value) override;
34 bool PutLongValue(const std::string_view &key, int64_t value) override;
35 bool GetLongValue(const std::string_view &key, int64_t &value) override;
36 bool PutFloatValue(const std::string_view &key, float value) override;
37 bool GetFloatValue(const std::string_view &key, float &value) override;
38 bool PutDoubleValue(const std::string_view &key, double value) override;
39 bool GetDoubleValue(const std::string_view &key, double &value) override;
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Duri_helper.cpp83 std::pair<std::string_view, std::string_view> SplitUriHeadAndBody(const std::string_view &str) in SplitUriHeadAndBody()
87 std::pair<std::string_view, std::string_view> result; in SplitUriHeadAndBody()
88 std::string_view noSpaceStr; in SplitUriHeadAndBody()
89 if (start == std::string_view::npos && end == std::string_view::npos) { in SplitUriHeadAndBody()
94 if (end == std::string_view::npos) { in SplitUriHeadAndBody()
101 std::string_view delimiter = "://"; in SplitUriHeadAndBody()
103 if (pos == std::string_view::npos) { in SplitUriHeadAndBody()
232 static constexpr std::string_view::size_type delim1Len = std::string_view("?offset=").size(); in ParseFdUri()
233 static constexpr std::string_view::size_type delim2Len = std::string_view("&size=").size(); in ParseFdUri()
236 if (delim1 == std::string_view::npos && delim2 == std::string_view::npos) { in ParseFdUri()
[all …]
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_mock.h28 virtual bool PutIntValue(const std::string_view &key, int32_t value) = 0;
29 virtual bool GetIntValue(const std::string_view &key, int32_t &value) = 0;
30 virtual bool PutLongValue(const std::string_view &key, int64_t value) = 0;
31 virtual bool GetLongValue(const std::string_view &key, int64_t &value) = 0;
32 virtual bool PutFloatValue(const std::string_view &key, float value) = 0;
33 virtual bool GetFloatValue(const std::string_view &key, float &value) = 0;
34 virtual bool PutDoubleValue(const std::string_view &key, double value) = 0;
35 virtual bool GetDoubleValue(const std::string_view &key, double &value) = 0;
36 virtual bool PutStringValue(const std::string_view &key, const std::string_view &value) = 0;
37 virtual bool GetStringValue(const std::string_view &key, std::string &value) = 0;
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_resources/
H A Db_constants.h121 static inline std::string_view SA_BUNDLE_BACKUP_BACKUP = "/backup/";
122 static inline std::string_view SA_BUNDLE_BACKUP_RESTORE = "/restore/";
123 static inline std::string_view SA_BUNDLE_BACKUP_TMP_DIR = "/tmp/";
129 static inline std::string_view BACKUP_TOOL_LINK_DIR = "/data/backup";
131 static inline std::string_view BACKUP_TOOL_MANIFEST = "/manifest";
132 static inline std::string_view BACKUP_TOOL_INCREMENTAL = "/incremental";
186 static inline std::string_view EXT_BACKUP_MANAGE = "manage.json";
189 static inline std::string_view BACKUP_CONFIG_JSON = "backup_config.json";
192 static inline std::string_view REPORT_FILE_EXT = "rp";
200 static inline std::string_view DEFAULT_VERSION_NAME = "0.0.0.0";
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store_post_process.h88 virtual void Create(const BASE_NS::string_view name) = 0; in RENDER_BEGIN_NAMESPACE()
99 …const BASE_NS::string_view name, const BASE_NS::string_view ppName, const RenderHandleReference& s… in RENDER_BEGIN_NAMESPACE()
104 virtual void Destroy(const BASE_NS::string_view name) = 0; in RENDER_BEGIN_NAMESPACE()
110 virtual void Destroy(const BASE_NS::string_view name, const BASE_NS::string_view ppName) = 0; in RENDER_BEGIN_NAMESPACE()
116 virtual bool Contains(const BASE_NS::string_view name) const = 0; in RENDER_BEGIN_NAMESPACE()
123 …virtual bool Contains(const BASE_NS::string_view name, const BASE_NS::string_view ppName) const = … in RENDER_BEGIN_NAMESPACE()
131 …const BASE_NS::string_view name, const BASE_NS::string_view ppName, const PostProcess::Variables& … in RENDER_BEGIN_NAMESPACE()
137 …virtual void Set(const BASE_NS::string_view name, const BASE_NS::array_view<PostProcess::Variables… in RENDER_BEGIN_NAMESPACE()
143 virtual GlobalFactors GetGlobalFactors(const BASE_NS::string_view name) const = 0; in RENDER_BEGIN_NAMESPACE()
148 virtual BASE_NS::vector<PostProcess> Get(const BASE_NS::string_view name) const = 0; in RENDER_BEGIN_NAMESPACE()
[all …]
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dformat.h76 bool PutIntValue(const std::string_view &key, int32_t value);
87 bool PutLongValue(const std::string_view &key, int64_t value);
98 bool PutFloatValue(const std::string_view &key, float value);
109 bool PutDoubleValue(const std::string_view &key, double value);
120 bool PutStringValue(const std::string_view &key, const std::string_view &value);
154 bool GetIntValue(const std::string_view &key, int32_t &value) const;
165 bool GetLongValue(const std::string_view &key, int64_t &value) const;
177 bool GetFloatValue(const std::string_view &key, float &value) const;
232 bool ContainKey(const std::string_view &key) const;
240 FormatDataType GetValueType(const std::string_view &key) const;
[all …]
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/inner/
H A Davformat_inner_mock.h28 bool PutIntValue(const std::string_view &key, int32_t value) override;
29 bool GetIntValue(const std::string_view &key, int32_t &value) override;
30 bool PutStringValue(const std::string_view &key, const std::string_view &value) override;
31 bool GetStringValue(const std::string_view &key, std::string &value) override;
33 bool PutLongValue(const std::string_view &key, int64_t value) override;
34 bool GetLongValue(const std::string_view &key, int64_t &value) override;
35 bool PutFloatValue(const std::string_view &key, float value) override;
36 bool GetFloatValue(const std::string_view &key, float &value) override;
37 bool PutDoubleValue(const std::string_view &key, double value) override;
38 bool GetDoubleValue(const std::string_view &key, double &value) override;
[all …]

12345678910>>...32