Searched refs:hfp_lc3_encoder_mem (Results 1 – 1 of 1) sorted by relevance
34 static void* hfp_lc3_encoder_mem; variable38 if (hfp_lc3_encoder_mem) { in hfp_lc3_encoder_init()40 osi_free(hfp_lc3_encoder_mem); in hfp_lc3_encoder_init()48 hfp_lc3_encoder_mem = osi_malloc(enc_size); in hfp_lc3_encoder_init()50 lc3_setup_encoder(dt_us, sr_hz, sr_pcm_hz, hfp_lc3_encoder_mem); in hfp_lc3_encoder_init()54 if (hfp_lc3_encoder_mem) { in hfp_lc3_encoder_cleanup()55 osi_free_and_reset((void**)&hfp_lc3_encoder_mem); in hfp_lc3_encoder_cleanup()