Searched refs:readf (Results 1 – 4 of 4) sorted by relevance
/third_party/libsnd/include/ |
D | sndfile.hh | 140 sf_count_t readf (short *ptr, sf_count_t frames) ; 141 sf_count_t readf (int *ptr, sf_count_t frames) ; 142 sf_count_t readf (float *ptr, sf_count_t frames) ; 143 sf_count_t readf (double *ptr, sf_count_t frames) ; 371 SndfileHandle::readf (short *ptr, sf_count_t frame_count) in readf() function in SndfileHandle 375 SndfileHandle::readf (int *ptr, sf_count_t frame_count) in readf() function in SndfileHandle 379 SndfileHandle::readf (float *ptr, sf_count_t frame_count) in readf() function in SndfileHandle 383 SndfileHandle::readf (double *ptr, sf_count_t frame_count) in readf() function in SndfileHandle
|
/third_party/libsnd/tests/ |
D | cpp_test.cc | 184 file.readf (sbuffer, ARRAY_LEN (sbuffer) / file.channels ()) ; in read_file() 185 file.readf (ibuffer, ARRAY_LEN (ibuffer) / file.channels ()) ; in read_file() 186 file.readf (fbuffer, ARRAY_LEN (fbuffer) / file.channels ()) ; in read_file() 187 file.readf (dbuffer, ARRAY_LEN (dbuffer) / file.channels ()) ; in read_file()
|
D | utils.def | 39 op_element = readf ;
|
/third_party/libsnd/docs/ |
D | api.md | 45 | [sf_readf_short, sf_readf_int, sf_readf_float, sf_readf_double](#readf) … 421 {: #readf} hashtag
|