Home
last modified time | relevance | path

Searched refs:CODEC_CONFIG_KEY_MAX_BITRATE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/codec/hal/include/
H A Dcodec_config_parser.h40 #define CODEC_CONFIG_KEY_MAX_BITRATE "maxBitRate" macro
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp43 constexpr char CODEC_CONFIG_KEY_MAX_BITRATE[] = "maxBitRate"; variable
270 …if (iface.GetUint32(&childNode, CODEC_CONFIG_KEY_MAX_BITRATE, reinterpret_cast<uint32_t *>(&cap.bi… in GetMiscOfCapability()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c222 …if (iface->GetUint32(childNode, CODEC_CONFIG_KEY_MAX_BITRATE, (uint32_t*)&(cap->bitRate.max), 0) !… in GetMiscOfCapability()