Home
last modified time | relevance | path

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

/drivers/peripheral/codec/hal/include/
H A Dcodec_config_parser.h40 #define CODEC_CONFIG_KEY_MAX_BITRATE "maxBitRate" macro
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp43 constexpr char CODEC_CONFIG_KEY_MAX_BITRATE[] = "maxBitRate"; member
270 if (iface.GetUint32(&childNode, CODEC_CONFIG_KEY_MAX_BITRATE, reinterpret_cast<uint32_t *>(&cap.bitRate.max), 0) != in GetMiscOfCapability()
/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) != HDF_SUCCESS) { in GetMiscOfCapability()

Completed in 3 milliseconds