Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/goldfish/
H A Dgoldfish_audio.c52 #define READ_BUFFER_SIZE 16384 macro
54 #define COMBINED_BUFFER_SIZE ((2 * READ_BUFFER_SIZE) + \
134 length = (count > READ_BUFFER_SIZE ? READ_BUFFER_SIZE : count); in goldfish_audio_read()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/rest/files/
H A D0002-Port-to-libsoup3.patch480 +#define READ_BUFFER_SIZE 8192
488 + guchar buffer[READ_BUFFER_SIZE];
878 + g_input_stream_read_async (stream, closure->buffer, READ_BUFFER_SIZE, G_PRIORITY_DEFAULT,
900 + g_input_stream_read_async (stream, closure->buffer, READ_BUFFER_SIZE, G_PRIORITY_DEFAULT,