Lines Matching refs:gMicAutoParam
63 static MICAutoParam gMicAutoParam; variable
113 gMicAutoParam.type = MIC_SAMPLING_TYPE_8BIT; in TwlMain()
114 gMicAutoParam.buffer = (void *)gMicData; in TwlMain()
115 gMicAutoParam.size = TEST_BUFFER_SIZE; in TwlMain()
116 gMicAutoParam.loop_enable = TRUE; in TwlMain()
117 gMicAutoParam.full_callback = NULL; in TwlMain()
118 gMicAutoParam.rate = GetDefaultMicSamplingRate(); in TwlMain()
119 StartMicSampling((const MICAutoParam *)&gMicAutoParam); in TwlMain()
161 SetDrawData(MIC_GetLastSamplingAddress(), gMicAutoParam.type); in TwlMain()
510 if ((gMicAutoParam.type == MIC_SAMPLING_TYPE_SIGNED_8BIT) || in Draw3D()
511 (gMicAutoParam.type == MIC_SAMPLING_TYPE_SIGNED_12BIT) || in Draw3D()
512 (gMicAutoParam.type == MIC_SAMPLING_TYPE_SIGNED_12BIT_FILTER_OFF)) in Draw3D()