Home
last modified time | relevance | path

Searched refs:GROW_BUFFER_AMOUNT (Results 1 - 1 of 1) sorted by relevance

/third_party/libsnd/tests/
H A Dstring_test.c847 const int GROW_BUFFER_AMOUNT = 4 ; /* this should be less than half the size of the string header */ in string_header_update() local
868 test_write_short_or_die (file, 0, data_out, GROW_BUFFER_AMOUNT, __LINE__) ; in string_header_update()
873 /* The file should now contain BUFFER_LEN + GROW_BUFFER_AMOUNT frames. in string_header_update()
878 frames = (BUFFER_LEN + GROW_BUFFER_AMOUNT) / sfinfo.channels ; in string_header_update()
891 test_write_short_or_die (file, 0, data_out, GROW_BUFFER_AMOUNT, __LINE__) ; in string_header_update()
897 frames = (BUFFER_LEN + 2*GROW_BUFFER_AMOUNT) / sfinfo.channels ; in string_header_update()

Completed in 2 milliseconds