#include "audioconfig.h"#include "audiodevice.inc"#include "bchash.h"#include "maxchannels.h"#include <string.h>

Go to the source code of this file.
Defines | |
| #define | CLAMP(x, y, z) (x) = ((x) < (y) ? (y) : ((x) > (z) ? (z) : (x))) |
| #define CLAMP | ( | x, | |||
| y, | |||||
| z | ) | (x) = ((x) < (y) ? (y) : ((x) > (z) ? (z) : (x))) |
Definition at line 8 of file audioconfig.C.
Referenced by SetFormatThread::apply_changes(), AudioDevice::arm_buffer(), MaskUnit::blur_strip(), ThresholdConfig::boundaries(), MotionConfig::boundaries(), HistogramConfig::boundaries(), HistogramPoints::boundaries(), Preferences::boundaries(), VideoScopeWaveform::calculate_graduations(), calculate_opacity(), HistogramMain::calculate_smooth(), ChannelPicker::channel_down(), ChannelPicker::channel_up(), MotionMain::clamp_scan(), HistogramSlider::cursor_motion_event(), CompressorCanvas::cursor_motion_event(), BC_Pan::cursor_motion_event(), decode(), decompress_subtitle(), CWindowCanvas::do_eyedrop(), BC_Pan::draw(), TrackCanvas::draw_floatauto(), BC_WindowBase::draw_vframe(), ResourcePixmap::draw_wave(), encode(), Record::get_audio_write_length(), TipWindow::get_current_tip(), BC_ScrollBar::get_handle_dimensions(), MaskAuto::get_submask(), ZoomTumbler::handle_down_event(), ScaleHeight::handle_event(), ScaleWidth::handle_event(), CICacheSize::handle_event(), ZoomTumbler::handle_up_event(), HistogramMain::load_defaults(), TimeBar::move_preview(), FileMPEG::open_file(), VideoConfig::operator=(), AudioConfig::operator=(), LinearBlurMain::process_buffer(), InterpolateVideo::process_buffer(), CompressorEffect::process_buffer(), ChromaKeyUnit::process_chromakey(), MotionMain::process_global(), AffineUnit::process_package(), DelayVideo::process_realtime(), program_map(), quicktime_encode_rawaudio(), VideoScopeUnit::render_data(), VirtualVNode::render_fade(), PrefsChannelPicker::set_channel_number(), TrackCanvas::synchronize_autos(), PatchBay::synchronize_faders(), ScaleUnit::tabulate_bcubic_f(), ScaleUnit::tabulate_bcubic_i(), ScaleUnit::tabulate_blinear_f(), ScaleUnit::tabulate_blinear_i(), CWindowCanvas::test_crop(), CWindowCanvas::test_zoom(), transfer_YUVA16161616_to_RGB888(), FileSndFile::write_samples(), FileAC3::write_samples(), YUV::yuv_to_rgb_16(), YUV::yuv_to_rgb_8(), and MWindow::zoom_track().
1.5.5