Lines Matching defs:codec
135 next 2 bytes are for codec type */
307 static void hw_sco_i2spcm_config(uint16_t codec);
308 static void hw_sco_i2spcm_config_from_command(void *p_mem, uint16_t codec);
1013 ** Description Callback function for setting WBS codec
1020 /* whenever update the codec enable/disable, need to update I2SPCM */
1029 ** Description Callback function for setting NBS codec
1036 /* whenever update the codec enable/disable, need to update I2SPCM */
1238 static void hw_sco_i2spcm_config_from_command(void *p_mem, uint16_t codec)
1249 hw_sco_i2spcm_config(codec);
1264 static void hw_sco_i2spcm_config(uint16_t codec)
1284 if (codec == SCO_CODEC_CVSD) {
1288 } else if (codec == SCO_CODEC_MSBC) {
1296 HILOGE("wrong codec is use in hw_sco_i2spcm_config, goes default NBS");
1316 ** WBS/NBS codec for the upcoming eSCO connection.
1322 static int hw_set_SCO_codec(uint16_t codec)