Loading hal/audio_hw.h +2 −2 Original line number Diff line number Diff line Loading @@ -129,10 +129,10 @@ typedef enum { * We should take care of returning proper size when AudioFlinger queries for * the buffer size of an input/output stream */ #define DEEP_BUFFER_OUTPUT_PERIOD_SIZE 1024 #define DEEP_BUFFER_OUTPUT_PERIOD_SIZE 960 #define DEEP_BUFFER_OUTPUT_PERIOD_COUNT 8 #define LOW_LATENCY_OUTPUT_PERIOD_SIZE 256 #define LOW_LATENCY_OUTPUT_PERIOD_SIZE 240 #define LOW_LATENCY_OUTPUT_PERIOD_COUNT 2 #define HDMI_MULTI_PERIOD_SIZE 336 Loading Loading
hal/audio_hw.h +2 −2 Original line number Diff line number Diff line Loading @@ -129,10 +129,10 @@ typedef enum { * We should take care of returning proper size when AudioFlinger queries for * the buffer size of an input/output stream */ #define DEEP_BUFFER_OUTPUT_PERIOD_SIZE 1024 #define DEEP_BUFFER_OUTPUT_PERIOD_SIZE 960 #define DEEP_BUFFER_OUTPUT_PERIOD_COUNT 8 #define LOW_LATENCY_OUTPUT_PERIOD_SIZE 256 #define LOW_LATENCY_OUTPUT_PERIOD_SIZE 240 #define LOW_LATENCY_OUTPUT_PERIOD_COUNT 2 #define HDMI_MULTI_PERIOD_SIZE 336 Loading