Home
last modified time | relevance | path

Searched full:balance (Results 1 – 25 of 2693) sorted by relevance

12345678910>>...108

/aosp_15_r20/system/media/audio_utils/tests/
H A Dbalance_tests.cpp17 #include <audio_utils/Balance.h>
23 android::audio_utils::Balance balance(false /* ramp */); in TEST() local
24 ASSERT_EQ(false, balance.getRamp()); in TEST()
26 balance.setChannelMask(AUDIO_CHANNEL_OUT_STEREO); in TEST()
29 // balance of 0 is no change. in TEST()
30 ASSERT_EQ(0.f, balance.getBalance()); in TEST()
31 balance.process(buffer.data(), 1 /* frames */); in TEST()
34 // balance of 1.f is right. in TEST()
35 balance.setBalance(1.f); in TEST()
36 ASSERT_EQ(1.f, balance.getBalance()); in TEST()
[all …]
/aosp_15_r20/system/media/audio_utils/
H A DBalance.cpp17 #include <audio_utils/Balance.h>
21 void Balance::setChannelMask(audio_channel_mask_t channelMask) in setChannelMask()
33 // save mBalance into balance for later restoring, then reset in setChannelMask()
34 const float balance = mBalance; in setChannelMask() local
48 setBalance(balance); // recompute balance in setChannelMask()
73 setBalance(balance); // recompute balance in setChannelMask()
76 void Balance::process(float *buffer, size_t frames) in process()
85 // apply the existing mVolumes. We save the balance and volume state here in process()
97 // ramped balance in process()
112 // non-ramped balance in process()
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/system/media/audio_utils/include/audio_utils/
H A DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/media/audio_utils/include/audio_utils/
DBalance.h28 class Balance {
31 * \brief Balance processing of left-right volume on audio data.
33 * Allows processing of audio data with a single balance parameter from [-1, 1].
34 * For efficiency, the class caches balance and channel mask data between calls;
47 explicit Balance(
58 * using the current balance and volume as the starting point.
67 if (mRamp) { // use current volume and balance as starting point. in setRamp()
94 * \brief Sets the left-right balance parameter.
97 * the balance. The initial value is 0.f (no action).
99 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/media/audio_utils/include/audio_utils/
DBalance.h27 class Balance {
30 * \brief Balance processing of left-right volume on audio data.
32 * Allows processing of audio data with a single balance parameter from [-1, 1].
33 * For efficiency, the class caches balance and channel mask data between calls;
46 explicit Balance(
57 * using the current balance and volume as the starting point.
66 if (mRamp) { // use current volume and balance as starting point. in setRamp()
86 * \brief Sets the left-right balance parameter.
89 * the balance. The initial value is 0.f (no action).
91 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/media/audio_utils/include/audio_utils/
DBalance.h27 class Balance {
30 * \brief Balance processing of left-right volume on audio data.
32 * Allows processing of audio data with a single balance parameter from [-1, 1].
33 * For efficiency, the class caches balance and channel mask data between calls;
46 explicit Balance(
57 * using the current balance and volume as the starting point.
66 if (mRamp) { // use current volume and balance as starting point. in setRamp()
86 * \brief Sets the left-right balance parameter.
89 * the balance. The initial value is 0.f (no action).
91 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/media/audio_utils/include/audio_utils/
DBalance.h27 class Balance {
30 * \brief Balance processing of left-right volume on audio data.
32 * Allows processing of audio data with a single balance parameter from [-1, 1].
33 * For efficiency, the class caches balance and channel mask data between calls;
46 explicit Balance(
57 * using the current balance and volume as the starting point.
66 if (mRamp) { // use current volume and balance as starting point. in setRamp()
86 * \brief Sets the left-right balance parameter.
89 * the balance. The initial value is 0.f (no action).
91 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/media/audio_utils/include/audio_utils/
DBalance.h27 class Balance {
30 * \brief Balance processing of left-right volume on audio data.
32 * Allows processing of audio data with a single balance parameter from [-1, 1].
33 * For efficiency, the class caches balance and channel mask data between calls;
46 explicit Balance(
57 * using the current balance and volume as the starting point.
66 if (mRamp) { // use current volume and balance as starting point. in setRamp()
86 * \brief Sets the left-right balance parameter.
89 * the balance. The initial value is 0.f (no action).
91 * \param balance from -1.f (left) to 0.f (center) to 1.f (right).
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dapigee_v1.organizations.developers.balance.html75 …s.html">developers</a> . <a href="apigee_v1.organizations.developers.balance.html">balance</a></h1>
79 <p class="firstline">Adjust the prepaid balance for the developer. This API will be used in scenari…
85 <p class="firstline">Credits the account balance for the developer.</p>
89 …<pre>Adjust the prepaid balance for the developer. This API will be used in scenarios where the de…
92 …uired. Account balance for the developer. Use the following structure in your request: `organizati…
97balance for an over-charged developer i.e. the balance of the developer will increase. * A negativ…
112 { # Account balance for the developer.
113 …put only. List of all wallets. Each individual wallet stores the account balance for a particular …
114 { # Wallet used to manage an account balance for a particular currency.
115 …&quot;balance&quot;: { # Represents an amount of money with its currency type. # Current remaining…
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Davltree_node.hpp46 enum balance { negative_t, zero_t, positive_t }; enum
56 enum balance { negative_t, zero_t, positive_t }; enum
58 balance balance_;
70 typedef typename node::balance balance; typedef
99 BOOST_INTRUSIVE_FORCEINLINE static balance get_balance(const const_node_ptr & n) in get_balance()
102 BOOST_INTRUSIVE_FORCEINLINE static balance get_balance(const node_ptr & n) in get_balance()
105 BOOST_INTRUSIVE_FORCEINLINE static void set_balance(const node_ptr & n, balance b) in set_balance()
108 BOOST_INTRUSIVE_FORCEINLINE static balance negative() in negative()
111 BOOST_INTRUSIVE_FORCEINLINE static balance zero() in zero()
114 BOOST_INTRUSIVE_FORCEINLINE static balance positive() in positive()
[all …]

12345678910>>...108