Lines Matching defs:codec
135 next 2 bytes are for codec type */
259 static void hw_sco_i2spcm_config(uint16_t codec);
260 static void hw_sco_i2spcm_config_from_command(void *p_mem, uint16_t codec);
968 ** Description Callback function for setting WBS codec
975 /* whenever update the codec enable/disable, need to update I2SPCM */
984 ** Description Callback function for setting NBS codec
991 /* whenever update the codec enable/disable, need to update I2SPCM */
1191 static void hw_sco_i2spcm_config_from_command(void *p_mem, uint16_t codec)
1202 hw_sco_i2spcm_config(codec);
1217 static void hw_sco_i2spcm_config(uint16_t codec)
1236 if (codec == SCO_CODEC_CVSD) {
1240 } else if (codec == SCO_CODEC_MSBC) {
1248 HILOGE("wrong codec is use in hw_sco_i2spcm_config, goes default NBS");
1271 ** WBS/NBS codec for the upcoming eSCO connection.
1277 static int hw_set_SCO_codec(uint16_t codec)