Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/hal/include/
H A Dcodec_config_parser.h39 #define CODEC_CONFIG_KEY_MIN_BITRATE "minBitRate" macro
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp42 constexpr char CODEC_CONFIG_KEY_MIN_BITRATE[] = "minBitRate"; variable
265 …if (iface.GetUint32(&childNode, CODEC_CONFIG_KEY_MIN_BITRATE, reinterpret_cast<uint32_t *>(&cap.bi… in GetMiscOfCapability()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c219 …if (iface->GetUint32(childNode, CODEC_CONFIG_KEY_MIN_BITRATE, (uint32_t*)&(cap->bitRate.min), 0) !… in GetMiscOfCapability()