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

  /frameworks/base/media/java/android/media/
VolumeShaper.java 33 * The {@code VolumeShaper} class is used to automatically control audio volume during media
39 * A {@code VolumeShaper} is intended for short volume changes.
41 * a {@code VolumeShaper} transition, the precise curve position may be lost, and the
42 * {@code VolumeShaper} may advance to the end of the curve for the new audio output sink.
44 * The {@code VolumeShaper} appears as an additional scaling on the audio output,
47 public final class VolumeShaper implements AutoCloseable {
52 /* package */ VolumeShaper(
63 * Applies the {@link VolumeShaper.Operation} to the {@code VolumeShaper}.
65 * Applying {@link VolumeShaper.Operation#PLAY} after {@code PLAY
    [all...]
  /frameworks/av/include/media/
VolumeShaper.h 32 #define LOG_TAG "VolumeShaper"
34 // turn on VolumeShaper logging
42 // The native VolumeShaper class mirrors the java VolumeShaper class;
45 // VolumeShaper methods are not safe for multiple thread access.
51 class VolumeShaper {
59 #define MIN_CURVE_TIME 0.f // type S: start of VolumeShaper curve (normalized)
60 #define MAX_CURVE_TIME 1.f // type S: end of VolumeShaper curve (normalized)
86 /* VolumeShaper::Status is equivalent to status_t if negative
99 /* VolumeShaper.Configuration derives from the Interpolator class and add
    [all...]
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 159 milliseconds