Home
last modified time | relevance | path

Searched refs:CODEC_CONFIG_KEY_OUTPUT_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/codec/hal/passthrough/include/
Dcodec_capability_parser.h24 #define CODEC_CONFIG_KEY_OUTPUT_BUFFER_SIZE "outputBufferSize" macro
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_config_parser.h43 #define CODEC_CONFIG_KEY_OUTPUT_BUFFER_SIZE "outputBufferSize" macro
Dcodec_config_parser.c193 …if (iface->GetUint32(childNode, CODEC_CONFIG_KEY_OUTPUT_BUFFER_SIZE, (uint32_t*)&cap->outputBuffer… in GetBufferConfig()
197 __func__, childNode->name, CODEC_CONFIG_KEY_OUTPUT_BUFFER_SIZE); in GetBufferConfig()
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_capability_parser.c104 …if (iface->GetUint32(childNode, CODEC_CONFIG_KEY_OUTPUT_BUFFER_SIZE, (uint32_t *)&info->outputBuff… in GetBufferInfo()