Lines Matching refs:gMicAutoParam
61 static MICAutoParam gMicAutoParam; variable
107 gMicAutoParam.type = MIC_SAMPLING_TYPE_8BIT; in TwlMain()
108 gMicAutoParam.buffer = (void *)gMicData; in TwlMain()
109 gMicAutoParam.size = TEST_BUFFER_SIZE; in TwlMain()
110 gMicAutoParam.loop_enable = TRUE; in TwlMain()
111 gMicAutoParam.full_callback = NULL; in TwlMain()
112 gMicAutoParam.rate = GetDefaultMicSamplingRate(); in TwlMain()
113 StartMicSampling((const MICAutoParam *)&gMicAutoParam); in TwlMain()
165 SetDrawData(MIC_GetLastSamplingAddress(), gMicAutoParam.type); in TwlMain()
614 if ((gMicAutoParam.type == MIC_SAMPLING_TYPE_SIGNED_8BIT) || in Draw3D()
615 (gMicAutoParam.type == MIC_SAMPLING_TYPE_SIGNED_12BIT) || in Draw3D()
616 (gMicAutoParam.type == MIC_SAMPLING_TYPE_SIGNED_12BIT_FILTER_OFF)) in Draw3D()