Home
last modified time | relevance | path

Searched refs:file_frame_size (Results 1 – 9 of 9) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqsrc/
H A Dmultiread.c56 int file_frame_size; in multiread_fetch() local
135 file_frame_size = susp->sf_info.channels; in multiread_fetch()
146 if (frame_count * file_frame_size > input_buffer_samps) { in multiread_fetch()
147 frame_count = input_buffer_samps / file_frame_size; in multiread_fetch()
/dports/net/yami4/yami4-gpl-1.11.0/src/core/
H A Doptions.cpp131 file_frame_size = 4096; in init()
190 core::option_names::file_frame_size, file_frame_size); in override_with_user_values()
H A Doption_names.h43 DLL const char file_frame_size[] = "file_frame_size"; variable
H A Doptions.h58 std::size_t file_frame_size; member
H A Dchannel.cpp211 buffer_capacity_ = configuration_options.file_frame_size; in init()
/dports/net/yami4/yami4-gpl-1.11.0/src/cpp/
H A Doption_names.h41 DLL const char file_frame_size[] = "file_frame_size"; variable
/dports/net/yami4/yami4-gpl-1.11.0/src/services/common/
H A Dproperties.cpp219 temp = get(std::string("options.") + yami::core::option_names::file_frame_size); in core_agent_options()
227 options.set_integer(yami::core::option_names::file_frame_size, d); in core_agent_options()
/dports/net/yami4/yami4-gpl-1.11.0/src/core/posix/
H A Dchannel.cpp144 configuration_options_.file_frame_size; in connect_to_file()
168 buffer_capacity_ = configuration_options_.file_frame_size; in connect_to_file()
/dports/net/yami4/yami4-gpl-1.11.0/src/core/qnx/
H A Dchannel.cpp158 configuration_options_.file_frame_size; in connect_to_file()
182 buffer_capacity_ = configuration_options_.file_frame_size; in connect_to_file()