Searched refs:sf_writef_int (Results 1 – 4 of 4) sorted by relevance
82 sf_count_t sf_writef_int(SNDFILE *handle, const int *ptr, sf_count_t desired);
134 (void) sf_writef_int(sndfile, (const int *) pCntxt->pDataBase, frameCount); in RecBufferQueueCallback()
476 reallyWritten = sf_writef_int(sf, (const int32_t *)buffer, actualRead); in createInternal()
626 sf_count_t sf_writef_int(SNDFILE *handle, const int *ptr, sf_count_t desiredFrames) in sf_writef_int() function