HomeSort by relevance Sort by last modified time
    Searched defs:capture_gain (Results 1 - 5 of 5) sorted by null

  /external/adhd/cras/src/common/
cras_iodev_info.h 39 * capture_gain - per-node capture gain/attenuation (in 100*dBFS)
56 int32_t capture_gain; member in struct:cras_ionode_info
cras_types.h 324 * capture_gain - Capture gain in dBFS * 100.
371 int32_t capture_gain; member in struct:cras_server_state
  /external/adhd/cras/src/server/
cras_dbus_control.c 394 dbus_int32_t capture_gain; local
402 capture_gain = cras_system_get_capture_gain();
408 DBUS_TYPE_INT32, &capture_gain,
463 dbus_int64_t node_capture_gain = node->capture_gain;
    [all...]
cras_iodev.h 60 * capture_gain - per-node capture gain/attenuation (in 100*dBFS)
85 long capture_gain; member in struct:cras_ionode
104 * set_capture_gain - Function to call if the system capture_gain changes.
434 return iodev->active_node->capture_gain + system_gain;
cras_observer.c 21 struct cras_alert *capture_gain; member in struct:cras_observer_alerts
335 CRAS_OBSERVER_SET_ALERT(capture_gain, NULL, 0);
367 cras_alert_destroy(g_observer->alerts.capture_gain);
467 cras_alert_pending_data(g_observer->alerts.capture_gain,

Completed in 475 milliseconds