Searched refs:GetUintTableConfig (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_config.cpp | 245 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 D | codec_config_parser.c | 59 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 D | codec_image_config.cpp | 157 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 D | codec_image_config.h | 50 …int32_t GetUintTableConfig(const struct DeviceResourceIface &iface, const struct DeviceResourceNod…
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/ |
H A D | codec_component_config.h | 53 …int32_t GetUintTableConfig(const struct DeviceResourceIface &iface, const struct DeviceResourceNod…
|