Lines Matching refs:codecCapability
88 assert(handle->codecCapability != NULL); in CODEC_ModuleControl()
92 …if ((handle->codecCapability->codecModuleCapability & (uint32_t)kCODEC_SupportModuleI2SInSwitchInt… in CODEC_ModuleControl()
117 assert(handle->codecCapability != NULL); in CODEC_SetVolume()
120 if ((GET_VOLUME_CAPABILITY(handle->codecCapability->codecVolumeCapability) & channel) == 0U) in CODEC_SetVolume()
139 assert(handle->codecCapability != NULL); in CODEC_SetMute()
142 if ((GET_VOLUME_CAPABILITY(handle->codecCapability->codecVolumeCapability) & channel) == 0U) in CODEC_SetMute()
161 assert(handle->codecCapability != NULL); in CODEC_SetPower()
164 if ((handle->codecCapability->codecModuleCapability & (1UL << (uint32_t)module)) == 0U) in CODEC_SetPower()
183 assert(handle->codecCapability != NULL); in CODEC_SetRecord()
186 …if ((GET_RECORD_SOURCE_CAPABILITY(handle->codecCapability->codecRecordCapability) & recordSource) … in CODEC_SetRecord()
208 assert(handle->codecCapability != NULL); in CODEC_SetRecordChannel()
211 …if ((GET_RECORD_CHANNEL_CAPABILITY(handle->codecCapability->codecRecordCapability) & leftRecordCha… in CODEC_SetRecordChannel()
216 …if ((GET_RECORD_CHANNEL_CAPABILITY(handle->codecCapability->codecRecordCapability) & rightRecordCh… in CODEC_SetRecordChannel()
235 assert(handle->codecCapability != NULL); in CODEC_SetPlay()
238 … if ((GET_PLAY_SOURCE_CAPABILITY(handle->codecCapability->codecPlayCapability) & playSource) == 0U) in CODEC_SetPlay()