Loading hal/voice_extn/compress_voip.c +4 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ struct pcm_config pcm_config_voip_nb = { .period_size = COMPRESS_VOIP_IO_BUF_SIZE_NB/2, .period_count = 10, .format = PCM_FORMAT_S16_LE, .stop_threshold = INT_MAX, }; struct pcm_config pcm_config_voip_wb = { Loading @@ -61,6 +62,7 @@ struct pcm_config pcm_config_voip_wb = { .period_size = COMPRESS_VOIP_IO_BUF_SIZE_WB/2, .period_count = 10, .format = PCM_FORMAT_S16_LE, .stop_threshold = INT_MAX, }; struct pcm_config pcm_config_voip_swb = { Loading @@ -69,6 +71,7 @@ struct pcm_config pcm_config_voip_swb = { .period_size = COMPRESS_VOIP_IO_BUF_SIZE_SWB/2, .period_count = 10, .format = PCM_FORMAT_S16_LE, .stop_threshold = INT_MAX, }; struct pcm_config pcm_config_voip_fb = { Loading @@ -77,6 +80,7 @@ struct pcm_config pcm_config_voip_fb = { .period_size = COMPRESS_VOIP_IO_BUF_SIZE_FB/2, .period_count = 10, .format = PCM_FORMAT_S16_LE, .stop_threshold = INT_MAX, }; struct voip_data { Loading Loading
hal/voice_extn/compress_voip.c +4 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ struct pcm_config pcm_config_voip_nb = { .period_size = COMPRESS_VOIP_IO_BUF_SIZE_NB/2, .period_count = 10, .format = PCM_FORMAT_S16_LE, .stop_threshold = INT_MAX, }; struct pcm_config pcm_config_voip_wb = { Loading @@ -61,6 +62,7 @@ struct pcm_config pcm_config_voip_wb = { .period_size = COMPRESS_VOIP_IO_BUF_SIZE_WB/2, .period_count = 10, .format = PCM_FORMAT_S16_LE, .stop_threshold = INT_MAX, }; struct pcm_config pcm_config_voip_swb = { Loading @@ -69,6 +71,7 @@ struct pcm_config pcm_config_voip_swb = { .period_size = COMPRESS_VOIP_IO_BUF_SIZE_SWB/2, .period_count = 10, .format = PCM_FORMAT_S16_LE, .stop_threshold = INT_MAX, }; struct pcm_config pcm_config_voip_fb = { Loading @@ -77,6 +80,7 @@ struct pcm_config pcm_config_voip_fb = { .period_size = COMPRESS_VOIP_IO_BUF_SIZE_FB/2, .period_count = 10, .format = PCM_FORMAT_S16_LE, .stop_threshold = INT_MAX, }; struct voip_data { Loading