Home
last modified time | relevance | path

Searched refs:Gc (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/apps/Gallery2/jni/filters/
H A Dsaturated.c44 float Gc = R * Rt + G * (Gt + S) + B * Bt; in JNIFUNCF() local
48 destination[GREEN] = CLAMP(Gc); in JNIFUNCF()
H A Dvibrance.c53 float Gc = R * Rt + G * (Gt + S) + B * Bt; in JNIFUNCF() local
57 destination[GREEN] = CLAMP(Gc); in JNIFUNCF()
H A Dwbalance.c163 float Gc = g*scaleG; in JNIFUNCF() local
167 rgb[GREEN] = clamp(Gc); in JNIFUNCF()
/aosp12/system/security/keystore2/src/
H A Dgc.rs33 pub struct Gc { struct
38 impl Gc { argument
H A Dglobals.rs19 use crate::gc::Gc;
166 static ref GC: Arc<Gc> = Arc::new(Gc::new_init_with(ASYNC_TASK.clone(), || {
H A Ddatabase.rs48 use crate::gc::Gc;
738 gc: Option<Arc<Gc>>,
842 pub fn new(db_root: &Path, gc: Option<Arc<Gc>>) -> Result<Self> { in new()
3258 let gc = Gc::new_init_with(Default::default(), move || (Box::new(cb), gc_db, super_key)); in new_test_db_with_gc()
/aosp12/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dvibrance_f.rscript44 float Gc = R * Rt + G * (Gt + S) + B * Bt;
49 o.g = Gc;
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dvibrance.rscript44 float Gc = R * Rt + G * (Gt + S) + B * Bt;
49 o.g = clamp((int) Gc, 0, 255);
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dvibrance.rscript44 float Gc = R * Rt + G * (Gt + S) + B * Bt;
49 o.g = rsClamp(Gc, 0, 255);
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dvibrance.rscript44 float Gc = R * Rt + G * (Gt + S) + B * Bt;
49 o.g = clamp((int) Gc, 0, 255);
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dprettify.js6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1&nbsp;",Gc="&nbsp;<br />",Hc="<br />",Ic="console",Jc… variable
/aosp12/packages/apps/DocumentsUI/tests/res/raw/
H A Dimages_tar1120Gc�0��9���o���;����g�Lv$��xs���?�Jm��5��i� �}Fc��79@�>��O�e�I�t�"E�ߍ��6��� �y3VGR45…
1518 {��������#',�ێ�n1$۸$d�qM��s(���(`��3�j2���F����?֐Gc�Wr�0q��u��V��0��Җ4�em�q, i�����;>w3…
3245 …n�����*�WNWL��=�Z��� VӯS�*���;sI���޴��3#r���?�|��?�P���J��0�!I�Gc����'{P�[떛q]�uJ�ɭp�<…
3575 …���J�7���G˜ԁ$DgpGO���z��c��rO�G��2"��Ջrz)�#����Z�� Q����t�sJ�ʠ�Gcڧ)�H�0Nz�ކ��%�a�"���…
4366 …�`��<���Q���ɏ[��d��$�������O�S֡*�[c�u޾x��/� <�cU'w9(0q��_@x>s?���[+��9�Gc�^�hqU�SE79
7517 …R����8ˎ���1���G�>�I!r��� h �r;)�E��̼�'#�9#Y>b�y�֢e���0=@?�+�L����A�&M�Gc������ ��u4�\����…
11479 …T���( ��Jɞ��w(��]4��X�IĦ#�*���?֐ô��}��js�u���=��g9® �p>�Ҧ�w�* $ʚ�PGc�U��F�x��,�5����*�…
11583 …��m��w�ս:���ݦbs�_�ުYI�^D�ܕ]�ND�=�,�A��9,����s֝�;�ũ<�Aqy�p㑓��������ck`��-�~`Gc��KK8"��mI�c�7��
11597 …����rs�S��۷�zVGڮ�FA0�g-��kB���Iݵ��N帲�y7�'�W��,���g�O7 *��~��d�Gc���ّ�5{'�/��^���-�…
17314 ,Bkɑ��8�u�~��[��j��2�(9����^̞����9F>dj~V�I���e��oe<p�X+0�b�Gc�z�A�h��VK�V8��+�#�m+B ��^m…
[all …]
/aosp12/frameworks/base/native/graphics/jni/fuzz/corpus/
H A Dsample_raf.raf Error!