HomeSort by relevance Sort by last modified time
    Searched refs:gain (Results 251 - 275 of 431) sorted by null

<<1112131415161718

  /frameworks/av/media/libaudiohal/2.0/
StreamHalLocal.cpp 282 status_t StreamInHalLocal::setGain(float gain) {
283 return mStream->set_gain(mStream, gain);
  /external/aac/libSACdec/src/
sac_calcM1andM2.cpp 647 const FIXP_DBL gain = local
650 *H11re = gain;
652 *H21re = gain;
653 *H12re = gain;
654 *H22re = -gain;
656 *H21re = -gain;
  /frameworks/av/media/libaudiohal/4.0/
StreamHalHidl.cpp 585 .gain=metadata.gain,
633 status_t StreamInHalHidl::setGain(float gain) {
635 return processReturn("setGain", mStream->setGain(gain));
810 .gain=metadata.gain,
StreamHalLocal.cpp 284 status_t StreamInHalLocal::setGain(float gain) {
285 return mStream->set_gain(mStream, gain);
  /external/libxaac/decoder/
ixheaacd_sbrdec_lpfuncs.c 977 FLOAT32 gain; local
    [all...]
  /external/skia/tests/
ImageFilterTest.cpp 194 const SkScalar gain = SK_Scalar1, bias = 0; local
198 kernelSize, kernel, gain, bias, SkIPoint::Make(1, 1),
1081 SkScalar gain = SK_Scalar1, bias = 0; local
1109 SkScalar gain = SK_Scalar1, bias = 0; local
1146 SkScalar gain = SK_Scalar1, bias = 0; local
1325 SkScalar gain = SK_Scalar1, bias = 0; local
    [all...]
  /external/skqp/tests/
ImageFilterTest.cpp 194 const SkScalar gain = SK_Scalar1, bias = 0; local
198 kernelSize, kernel, gain, bias, SkIPoint::Make(1, 1),
1081 SkScalar gain = SK_Scalar1, bias = 0; local
1109 SkScalar gain = SK_Scalar1, bias = 0; local
1146 SkScalar gain = SK_Scalar1, bias = 0; local
1325 SkScalar gain = SK_Scalar1, bias = 0; local
    [all...]
  /external/adhd/cras/src/tests/
rclient_unittest.cc 498 const int32_t gain = 90; local
500 send_capture_gain_changed(void_client, gain);
504 EXPECT_EQ(msg->volume, gain);
722 void cras_system_set_capture_gain(long gain)
724 cras_system_set_capture_gain_value = gain;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc 270 int16_t gain = static_cast<int16_t>(16384 - local
272 gain = ((gain * parameters.mute_factor) + 8192) >> 14;
275 // gain.
276 if ((consecutive_expands_ > 3) && (gain >= parameters.mute_factor)) {
279 parameters.mute_factor = gain;
342 // Start with 0 gain for background noise.
584 // Calculate the LPC and the gain of the filters.
    [all...]
  /external/aac/libAACdec/src/
usacdec_fac.cpp 179 * \brief Apply synthesis filter with zero input to x. The overall filter gain
218 /* 2) Apply gain factor to FAC data */
244 /* obtain tranform gain. */
251 if (tf_gain != (FIXP_DBL)0) { /* non-radix 2 transform gain */
330 /* Note: The FAC gain might have been applied directly after bit stream
386 const FIXP_DBL gain, const int last_frame_lost,
398 FIXP_DBL total_gain = gain;
516 /* Obtain transform gain */
517 total_gain = gain;
  /external/libvncserver/client_examples/
SDLvncviewer.c 441 if (!e->active.gain && rightAltKeyDown) {
446 if (!e->active.gain && leftAltKeyDown) {
452 if (e->active.gain && lost_scrap()) {
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.c 32 // % Matlab code for plotting the gain and input/output level characteristic (copy/paste the following 3 lines):
34 // subplot(121); plot(in, out); axis([-30, 0, -5, 20]); grid on; xlabel('Input (dB)'); ylabel('Gain (dB)');
67 // This function generates the compressor gain table used in the fixed digital part.
89 // Calculate maximum digital gain and zero gain level
104 // Calculate the difference between maximum gain and gain at 0dB0v:
262 // start at minimum to find correct gain faster
266 // start out with 0 dB gain
270 stt->gain = 65536
    [all...]
  /system/bt/btif/src/
btif_a2dp_sink.cc 640 void btif_a2dp_sink_set_audio_track_gain(float gain) {
641 LOG_INFO(LOG_TAG, "%s: set gain to %f", __func__, gain);
645 BtifAvrcpSetAudioTrackGain(btif_a2dp_sink_cb.audio_track, gain);
  /system/media/audio/include/system/
audio.h 332 /* If the audio hardware supports gain control on some audio paths,
334 * will then implement gain control functions that will use the following data
340 /* An audio_gain struct is a representation of a gain stage.
341 * A gain stage is always attached to an audio port. */
344 audio_channel_mask_t channel_mask; /* channels which gain an be controlled.
346 int min_value; /* minimum gain value in millibels */
347 int max_value; /* maximum gain value in millibels */
348 int default_value; /* default gain value in millibels */
349 unsigned int step_value; /* gain step in millibels */
354 /* The gain configuration structure is used to get or set the gain values of
426 struct audio_gain_config gain; \/* gain to apply if applicable *\/ member in struct:audio_port_config
540 float gain; \/\/ Normalized linear volume. 0=silence, 1=0dbfs... member in struct:playback_track_metadata
546 float gain; \/\/ Normalized linear volume. 0=silence, 1=0dbfs... member in struct:record_track_metadata
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 1412 float gain = mAudioManager.getStreamVolumeDb(-100 \/*streamType*\/, 0, local
1424 float gain = mAudioManager.getStreamVolumeDb(AudioManager.STREAM_MUSIC, -101 \/*volume*\/, local
1437 float gain = mAudioManager.getStreamVolumeDb(AudioManager.STREAM_MUSIC, maxVol + 1, local
1449 float gain = mAudioManager.getStreamVolumeDb(AudioManager.STREAM_MUSIC, 0, local
1461 float gain = mAudioManager.getStreamVolumeDb(AudioManager.STREAM_MUSIC, 0, local
1481 float gain = mAudioManager.getStreamVolumeDb(streamType, idx, local
    [all...]
  /external/adhd/cras/src/dsp/
eq2.c 34 enum biquad_type type, float freq, float Q, float gain)
39 gain);
  /external/dng_sdk/source/
dng_gain_map.cpp 142 ThrowProgramError ("Empty gain map");
209 ThrowProgramError ("Empty gain map");
581 real32 gain = interp.Interpolate (); local
583 dPtr [col] = Min_real32 (dPtr [col] * gain, 1.0f);
  /external/eigen/unsupported/test/
autodiff.cpp 120 integratorFunctor(const Scalar gain) : _gain(gain) {}
  /external/libxcam/modules/isp/
aiq_handler.cpp 542 sensor.gain[0] = _result.sensor_exp_param.analog_gain_code_global;
543 sensor.gain[1] = _result.sensor_exp_param.digital_gain_global;
649 XCAM_LOG_DEBUG ("AE speed: from (shutter:%d, gain:%d[%.03f]) to (shutter:%d, gain:%d[%.03f])",
693 double gain = _imx185_sensor_gain_code_to_mutiplier (cur_res.analog_gain_code_global); local
694 if (gain > analog_max) {
    [all...]
  /external/libxcam/modules/ocl/
cl_tnr_handler.cpp 306 _gain_rgb = (float)config.gain;
325 _gain_yuv = (float)config.gain;
  /external/python/cpython2/Modules/
sunaudiodev.c 352 { "i_gain", T_UINT, OFF(record.gain) },
371 { "o_gain", T_UINT, OFF(play.gain) },
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 147 /* Find average pitch gain */
156 /* If pitch gain is low and energy constant - increase noise level*/
199 /* If pitch gain is low and energy constant - increase noise level*/
323 /* add hearing threshold and compute the gain */
350 /* add hearing threshold and compute of the gain */
483 * -gain : pointer to a buffer where LP gains are written.
491 double* gain,
532 /* add hearing threshold and compute the gain */
533 gain[subFrameCntr] = S_N_R / (sqrt(res_nrg) / *varscale + H_T_H);
  /hardware/libhardware_legacy/audio/
AudioDumpInterface.cpp 509 status_t AudioStreamInDump::setGain(float gain)
511 if (mFinalStream != 0 ) return mFinalStream->setGain(gain);
  /bionic/libc/kernel/uapi/linux/
omap3isp.h 274 __u8 gain; member in struct:omap3isp_prev_csup
  /bionic/libc/kernel/uapi/sound/
compress_params.h 160 __u32 gain; member in struct:snd_enc_flac

Completed in 1908 milliseconds

<<1112131415161718