Home
last modified time | relevance | path

Searched refs:vl (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dsve_context.h29 #define __sve_vl_valid(vl) ((vl) % __SVE_VQ_BYTES == 0 && (vl) >= __SVE_VL_MIN && (vl) <= __SVE_VL_… argument
30 #define __sve_vq_from_vl(vl) ((vl) / __SVE_VQ_BYTES) argument
H A Dsigcontext.h57 __u16 vl; member
69 #define sve_vl_valid(vl) __sve_vl_valid(vl) argument
70 #define sve_vq_from_vl(vl) __sve_vq_from_vl(vl) argument
H A Dptrace.h85 __u16 vl; member
/aosp12/frameworks/av/media/libaudioprocessing/
H A DAudioResampler.cpp64 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
67 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
340 int32_t vl = mVolume[0]; in resampleStereo16() local
378 out[outputIndex++] += vl * Interp(mX0L, in[0], phaseFraction); in resampleStereo16()
396 AsmStereo16Loop(in, maxOutPt, maxInIdx, outputIndex, out, inputIndex, vl, vr, in resampleStereo16()
402 out[outputIndex++] += vl * Interp(in[inputIndex*2-2], in resampleStereo16()
438 int32_t vl = mVolume[0]; in resampleMono16() local
474 out[outputIndex++] += vl * sample; in resampleMono16()
500 out[outputIndex++] += vl * sample; in resampleMono16()
564 (void)vl; in AsmMono16Loop()
[all …]
H A DAudioMixerBase.cpp797 int32_t vl = prevVolume[0]; in volumeRampStereo() local
819 vl += vlInc; in volumeRampStereo()
828 vl += vlInc; in volumeRampStereo()
832 prevVolume[0] = vl; in volumeRampStereo()
893 vl += vlInc; in track__16BitsStereo()
898 prevVolume[0] = vl; in track__16BitsStereo()
934 vl += vlInc; in track__16BitsStereo()
938 prevVolume[0] = vl; in track__16BitsStereo()
983 vl += vlInc; in track__16BitsMono()
988 prevVolume[0] = vl; in track__16BitsMono()
[all …]
H A DAudioResamplerCubic.cpp56 int32_t vl = mVolume[0]; in resampleStereo16() local
82 out[outputIndex++] += vl * interp(&left, x); in resampleStereo16()
123 int32_t vl = mVolume[0]; in resampleMono16() local
151 out[outputIndex++] += vl * sample; in resampleMono16()
/aosp12/art/test/167-visit-locks/
H A Dvisit_locks.cc70 VisitLocks vl(soa.Self(), context); in Java_Main_testVisitLocks() local
71 vl.WalkStack(); in Java_Main_testVisitLocks()
/aosp12/frameworks/av/media/libaudioclient/
H A DTrackPlayerBase.cpp74 void TrackPlayerBase::setPlayerVolume(float vl, float vr) { in setPlayerVolume() argument
77 mPlayerVolumeL = vl; in setPlayerVolume()
/aosp12/system/extras/simpleperf/app_api/cpp/
H A Dsimpleperf.cpp150 va_list vl; in Abort() local
151 va_start(vl, fmt); in Abort()
152 __android_log_vprint(ANDROID_LOG_FATAL, "simpleperf", fmt, vl); in Abort()
153 va_end(vl); in Abort()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DTrackPlayerBase.h43 void setPlayerVolume(float vl, float vr);
/aosp12/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp431 float vl = (float)pContext->prevLeftVolume / 4096; in process() local
432 float incl = (((float)pContext->leftVolume / 4096) - vl) / frameCount; in process()
437 pContext->OutFrames[FCC_2 * i] *= vl; in process()
440 vl += incl; in process()
/aosp12/art/test/178-app-image-native-method/
H A Dnative_methods.cc699 VisitLocks vl(soa.Self(), context.get(), lock); in Java_Main_b189235039CheckLocks() local
700 vl.WalkStack(); in Java_Main_b189235039CheckLocks()
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp3068 va_list vl; in startFunction() local
3069 va_start(vl, Argc); in startFunction()
3072 const char *ArgType = va_arg(vl, const char *); in startFunction()
3073 const char *ArgName = va_arg(vl, const char *); in startFunction()
3077 va_end(vl); in startFunction()
/aosp12/frameworks/av/services/audioflinger/
H A DTracks.cpp1570 float vl = float_from_gain(gain_minifloat_unpack_left(vlr)); in getVolumeLR() local
1573 if (vl > GAIN_FLOAT_UNITY) { in getVolumeLR()
1574 vl = GAIN_FLOAT_UNITY; in getVolumeLR()
1582 vl *= v; in getVolumeLR()
1585 vlr = gain_minifloat_pack(gain_from_float(vl), gain_from_float(vr)); in getVolumeLR()
H A DThreads.cpp5492 uint32_t vl, vr; // in U8.24 integer format in prepareTracks_l() local
5508 vl = vr = 0; in prepareTracks_l()
5530 vl = (uint32_t) (scaleto8_24 * vlf); in prepareTracks_l()
5546 if (chain != 0 && chain->setVolume_l(&vl, &vr)) { in prepareTracks_l()
5550 vlf = (float)vl / (1 << 24); in prepareTracks_l()
6115 uint32_t vl = (uint32_t)(left * (1 << 24)); in processVolume_l() local
6118 (void)mEffectChains[0]->setVolume_l(&vl, &vr); in processVolume_l()
/aosp12/art/compiler/optimizing/
H A Dloop_optimization.cc264 static uint32_t GetOtherVL(DataType::Type other_type, DataType::Type vector_type, uint32_t vl) { in GetOtherVL() argument
268 return vl >> (DataType::SizeShift(other_type) - DataType::SizeShift(vector_type)); in GetOtherVL()
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
H A Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...
H A Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
/aosp12/packages/apps/DocumentsUI/tests/res/raw/
H A Dimages_tar1593 …��_�����R�RcB�3;���T"a���h9�S�r��'�c4+�)�N��'s��@tY� �=�5|&֏?�2i^a��vl㏗ ����>R����qK�AR…
2617 �����r�B�Fz�}I��afR����<�£�vl�y8��"yj|�I� 5<~S]s�H��
2831 …쨪 ܟSH �����Q�bGcQ�4~Q���H\�d�r���qS���5���>� Y_s���u���FTt�H-��<�L���N3M؂5vl;uB8��'���ʃ
3842 �r9��1p��@����W�1��@^vl�C��J
12435 …����6,�9 ���DžX��~�]�U��<gק�S�vw�=}=��:�湍�NA���+Y��W�H�f�6s��z{V��VBA�vl���w��dڡ�POS��As�ּ �…
12891 3.Ҩ��hF'����9��J�'���M|vl��fE0���r)�9�=�
13009 ��I�X�@R~^�� ��A ��i1�:�jf�}q��vl����_���?���m��G�T�Y$�����t�MhgtCoa�]ݼ�O��e�<}����
14673 ^E�����  G�=�j�A�xfŒ7�j� �Rt�J�DY�\�Lr1��M�`�nI�֢��G�A�}�*r���F���V�vl���99��H,�n�P��޶ŀg�…
14917 …t=�"����ٕW�y9��x��:���I�Q�q�NFI����t�K� sڣ��6�8�Ig��9n�i�F���^A���vl�|'�V�5W��Y[��H�Gɮ�…
16285 ��:��ZH�vl�tO���� ��ǘ��]3¢ �|��l�Z���X��8�
[all …]
/aosp12/hardware/interfaces/tv/tuner/assets/
H A Dtuner_frontend_input.ts737 X+���x��p�(3��=���y����N�'B�h�a�z/�(�a�%j�e�_<�=��� ��|�Ȫ�'eT3��E� ���}vl�������H� 3��…
H A Dtuner_frontend_input.es1220 …���_�����N���4a�k�x�1�z4|9�8��3�ߘ�ŕ��� �����S6��Ў�&���̈8�D���8qh�vl] ������~�V柷UYࠅ���P
1525 …4�������ig]��y\��fS6�iS��q�3B(=����`0���[��;�����s�7��zZB`��vl�E�8��D3�� #��9�� …
4365 .��"� � -�]�<`��7�2`o��vlԌƽ��>6`ĄZ]F��<hK��Q~��v����@Z��?2[�B����3F
5154 X+���x��p�(3��=���y����N�'B�h�a�z/�(�a�%j�e�_<�=��� ��|�Ȫ�'eT3��E� ���}vl�������H� 3��…
/aosp12/bootable/recovery/tests/testdata/
H A Drecovery_body3254 ��k��i߀'u�1N�=�����������Mnn.��|a-���::=X?{Q�)�m�-RK���;�F� ��͢�����S���X(�;c�vl�Pɹ�٩…
3323 …�ǯ^1Z��̲�s�S]�P��{5 k�j#"D�%"$�h�Lȼ9�)�� ����(��۫e�A�W���`j��e�#º ��vl��/���kC�@���N�…
3343 Xn>����^���� �IDATZJ��4!vl���0�ڋ3��+��0 I���Q� �,�O�V�dQݐ����m���y���� H&��ޭErML�F�3B…
3556 …: ~��^��C���5Ԣ��앷�z���#�p�X���E`)�B��V���dVᷠ�yƃ�ܭ��Ӹx��\]�sV�lׁ��))A:ܪn��vl�3�<K.����Vp���
4892 !ܪ����ϼo�vl�~��3!y.��J��:$v.eAZ�W�i���3�Caw׫MH�ʄ��}�5b��L�3���ա�����f��7y�5z�7l�>��^΄�fP<�…
/aosp12/packages/apps/TV/tuner/tests/assets/
H A Dcapture_kqed.ts Error!