Home
last modified time | relevance | path

Searched refs:GetUintTableConfig (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp245 if (GetUintTableConfig(iface, childNode, attr) != HDF_SUCCESS) { in GetMiscOfCapability()
279 int32_t CodecComponentConfig::GetUintTableConfig(const struct DeviceResourceIface &iface, in GetUintTableConfig() function in OHOS::Codec::Omx::CodecComponentConfig
359 if (GetUintTableConfig(iface, childNode, arrayAttrs[i]) != HDF_SUCCESS) { in GetVideoPortCapability()
389 if (GetUintTableConfig(iface, childNode, arrayAttrs[i]) != HDF_SUCCESS) { in GetAudioPortCapability()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c59 static int32_t GetUintTableConfig(const struct DeviceResourceIface *iface, in GetUintTableConfig() function
162 if (GetUintTableConfig(iface, childNode, &arrayAttrs[i]) != HDF_SUCCESS) { in GetVideoPortCapability()
187 if (GetUintTableConfig(iface, childNode, &arrayAttrs[i]) != HDF_SUCCESS) { in GetAudioPortCapability()
206 if (GetUintTableConfig(iface, childNode, &attr) != HDF_SUCCESS) { in GetMiscOfCapability()
/ohos5.0/drivers/peripheral/codec/image/config/
H A Dcodec_image_config.cpp157 ret = GetUintTableConfig(iface, childNode, attr); in GetOneCapability()
164 int32_t CodecImageConfig::GetUintTableConfig(const struct DeviceResourceIface &iface, in GetUintTableConfig() function in OHOS::HDI::Codec::Image::V2_0::CodecImageConfig
H A Dcodec_image_config.h50 …int32_t GetUintTableConfig(const struct DeviceResourceIface &iface, const struct DeviceResourceNod…
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_component_config.h53 …int32_t GetUintTableConfig(const struct DeviceResourceIface &iface, const struct DeviceResourceNod…