Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_media_task.c191 #ifndef MAX_PCM_FRAME_NUM_PER_TICK
192 #define MAX_PCM_FRAME_NUM_PER_TICK 14 macro
201 #define MAX_OUTPUT_A2DP_FRAME_QUEUE_SZ (MAX_PCM_FRAME_NUM_PER_TICK * 2)
2653 if (projected_nof > MAX_PCM_FRAME_NUM_PER_TICK) in btif_get_num_aa_frame_iteration()
2656 , __FUNCTION__, projected_nof, MAX_PCM_FRAME_NUM_PER_TICK); in btif_get_num_aa_frame_iteration()
2657 size_t delta = projected_nof - MAX_PCM_FRAME_NUM_PER_TICK; in btif_get_num_aa_frame_iteration()
2662 projected_nof = MAX_PCM_FRAME_NUM_PER_TICK; in btif_get_num_aa_frame_iteration()
2703 if (projected_nof > MAX_PCM_FRAME_NUM_PER_TICK) in btif_get_num_aa_frame_iteration()
2706 __func__, projected_nof, MAX_PCM_FRAME_NUM_PER_TICK); in btif_get_num_aa_frame_iteration()
2707 projected_nof = MAX_PCM_FRAME_NUM_PER_TICK; in btif_get_num_aa_frame_iteration()