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.c186 #ifndef MAX_PCM_FRAME_NUM_PER_TICK
187 #define MAX_PCM_FRAME_NUM_PER_TICK 14 macro
2252 if (result > MAX_PCM_FRAME_NUM_PER_TICK) in btif_get_num_aa_frame()
2255 , __FUNCTION__, result, MAX_PCM_FRAME_NUM_PER_TICK); in btif_get_num_aa_frame()
2256 result = MAX_PCM_FRAME_NUM_PER_TICK; in btif_get_num_aa_frame()