Searched refs:SFC_SET_SCALE_FLOAT_INT_READ (Results 1 – 8 of 8) sorted by relevance
/third_party/libsnd/tests/ |
D | channel_test.c | 91 sf_command (file, SFC_SET_SCALE_FLOAT_INT_READ, NULL, SF_TRUE) ; in channel_test()
|
D | floating_point_test.tpl | 361 sf_command (file, SFC_SET_SCALE_FLOAT_INT_READ, NULL, SF_TRUE) ;
|
D | scale_clip_test.tpl | 296 sf_command (file, SFC_SET_SCALE_FLOAT_INT_READ, NULL, SF_TRUE) ;
|
/third_party/libsnd/include/ |
D | sndfile.h | 152 SFC_SET_SCALE_FLOAT_INT_READ = 0x1014, enumerator
|
/third_party/libsnd/docs/ |
D | command.md | 42 | [SFC_SET_SCALE_FLOAT_INT_READ](#sfc_set_scale_float_int_read) | Control scale factor on read.… 529 ## SFC_SET_SCALE_FLOAT_INT_READ section in sf_command 540 SFC_SET_SCALE_FLOAT_INT_READ 551 sf_command (sndfile, SFC_SET_SCALE_FLOAT_INT_READ, NULL, SF_TRUE) ; 556 Returns the previous `SFC_SET_SCALE_FLOAT_INT_READ` setting for this file.
|
D | api.md | 743 [SFC_SET_SCALE_FLOAT_INT_READ](command.md#sfc_set_scale_float_int_read) and a
|
/third_party/lame/frontend/ |
D | get_audio.c | 1129 sf_command(gs_pSndFileIn, SFC_SET_SCALE_FLOAT_INT_READ, NULL, SF_TRUE); in open_snd_file()
|
/third_party/libsnd/src/ |
D | sndfile.c | 1087 case SFC_SET_SCALE_FLOAT_INT_READ : in sf_command()
|