Searched refs:READ_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
56 #define READ_BUFFER_SIZE 16384 macro58 #define COMBINED_BUFFER_SIZE ((2 * READ_BUFFER_SIZE) + \126 length = (count > READ_BUFFER_SIZE ? READ_BUFFER_SIZE : count); in goldfish_audio_read()