Home
last modified time | relevance | path

Searched refs:captureSourceType (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c27128 AUDIO_CAPTURE_SOURCE_TYPE captureSourceType = E_CAPTURE_MAX_NUM; in API_AUDIO_CUSTOMER_AENC_Start() local
27145 captureSourceType = E_CAPTURE_CH5; in API_AUDIO_CUSTOMER_AENC_Start()
27149 captureSourceType = E_CAPTURE_CH6; in API_AUDIO_CUSTOMER_AENC_Start()
27153 … AU_nPRINT("[A] [Error] [%s] [wrong mp3 encode input :0x%x] \n", __FUNCTION__, captureSourceType); in API_AUDIO_CUSTOMER_AENC_Start()
27156 if(AU_CUS_MP3EncodeInit(AU_CUS_MP3EncCallBack, captureSourceType) == TRUE) in API_AUDIO_CUSTOMER_AENC_Start()