Searched refs:hfp_codec_can_encode_audio_frame_now (Results 1 – 3 of 3) sorted by relevance
133 bool hfp_codec_can_encode_audio_frame_now(const hfp_codec_t * hfp_codec){ in hfp_codec_can_encode_audio_frame_now() function170 btstack_assert(hfp_codec_can_encode_audio_frame_now(hfp_codec)); in hfp_codec_encode_audio_frame()
156 bool hfp_codec_can_encode_audio_frame_now(const hfp_codec_t * hfp_codec);
412 if (hfp_codec_can_encode_audio_frame_now(&hfp_codec) && samples_available >= num_samples){ in sco_demo_codec_fill_payload()