Searched refs:nodeAttrs (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/codec/image/config/ |
H A D | codec_image_config.cpp | 137 ConfigUintNodeAttr nodeAttrs[] = { in GetOneCapability() local 147 int32_t count = sizeof(nodeAttrs) / sizeof(ConfigUintNodeAttr); in GetOneCapability() 149 auto err = iface.GetUint32(&childNode, nodeAttrs[i].attrName.c_str(), in GetOneCapability() 150 reinterpret_cast<uint32_t *>(&nodeAttrs[i].value), nodeAttrs[i].defaultValue); in GetOneCapability() 153 childNode.name, nodeAttrs[i].attrName.c_str()); in GetOneCapability()
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_config.cpp | 327 ConfigUintNodeAttr nodeAttrs[] = { in GetVideoPortCapability() local 343 int32_t count = sizeof(nodeAttrs) / sizeof(ConfigUintNodeAttr); in GetVideoPortCapability() 345 if (iface.GetUint32(&childNode, nodeAttrs[i].attrName.c_str(), in GetVideoPortCapability() 346 reinterpret_cast<uint32_t *>(&nodeAttrs[i].value), in GetVideoPortCapability() 347 nodeAttrs[i].defaultValue) != HDF_SUCCESS) { in GetVideoPortCapability() 348 … CODEC_LOGE("failed to get %{public}s.%{public}s!", childNode.name, nodeAttrs[i].attrName.c_str()); in GetVideoPortCapability() 360 … CODEC_LOGE("failed to get %{public}s.%{public}s!", childNode.name, nodeAttrs[i].attrName.c_str()); in GetVideoPortCapability()
|
/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_config_parser.c | 127 ConfigUintNodeAttr nodeAttrs[] = { in GetVideoPortCapability() local 144 int32_t count = sizeof(nodeAttrs) / sizeof(ConfigUintNodeAttr); in GetVideoPortCapability() 146 if (iface->GetUint32(childNode, nodeAttrs[i].attrName, nodeAttrs[i].valueAddr, in GetVideoPortCapability() 147 nodeAttrs[i].defaultValue) != HDF_SUCCESS) { in GetVideoPortCapability() 148 … CODEC_LOGE("failed to get %{public}s.%{public}s!", childNode->name, nodeAttrs[i].attrName); in GetVideoPortCapability() 163 … CODEC_LOGE("failed to get %{public}s.%{public}s!", childNode->name, nodeAttrs[i].attrName); in GetVideoPortCapability()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl.cpp | 150 auto nodeAttrs = node->GetAttributes(); in ParseStateResource() local 151 auto valueFindIter = nodeAttrs.find(STATE_ELEMENT); in ParseStateResource() 152 if (valueFindIter == nodeAttrs.end()) { in ParseStateResource() 165 for (auto& [stateKey, stateValue] : nodeAttrs) { in ParseStateResource()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/ |
H A D | dash_mpd_util.h | 45 uint32_t DashGetAttrIndex(const std::string &attrName, const char *const *nodeAttrs, uint32_t attrN…
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_mpd_util.cpp | 200 uint32_t DashGetAttrIndex(const std::string &attrName, const char *const *nodeAttrs, uint32_t attrN… in DashGetAttrIndex() argument 204 if (attrName == nodeAttrs[i]) { in DashGetAttrIndex()
|