Lines Matching refs:gMicAutoParam
62 static MICAutoParam gMicAutoParam; variable
111 gMicAutoParam.type = MIC_SAMPLING_TYPE_8BIT; in TwlMain()
112 gMicAutoParam.buffer = (void *)gMicData; in TwlMain()
113 gMicAutoParam.size = TEST_BUFFER_SIZE; in TwlMain()
114 gMicAutoParam.loop_enable = TRUE; in TwlMain()
115 gMicAutoParam.full_callback = NULL; in TwlMain()
116 gMicAutoParam.rate = GetDefaultMicSamplingRate(); in TwlMain()
117 StartMicSampling((const MICAutoParam *)&gMicAutoParam); in TwlMain()
169 SetDrawData(MIC_GetLastSamplingAddress(), gMicAutoParam.type); in TwlMain()
618 if ((gMicAutoParam.type == MIC_SAMPLING_TYPE_SIGNED_8BIT) || in Draw3D()
619 (gMicAutoParam.type == MIC_SAMPLING_TYPE_SIGNED_12BIT) || in Draw3D()
620 (gMicAutoParam.type == MIC_SAMPLING_TYPE_SIGNED_12BIT_FILTER_OFF)) in Draw3D()