Searched refs:U (Results 1 – 25 of 38) sorted by relevance
12
8 �H�0220�0100HDRP�d5m^p,��MWT�U�,iGqkQ�Ğo��t�� ĩ��YZ�хm�Ջ���ɫBH�����ߝ…10 …�.�|<C�sKⷋHK�6�b��mר��;o����0(���b���XWOw�����r�z�?���(D��Ox��Z��O���U��5�T ��L|��{�I…13 ���ڪ��U�+Zn9�1柔�!�,�b�>�*�W��F���(�x�]^��k^C#�~���N_���a���h�7��\�3F'F�$� �qld�V��}q�X�!�…16 P���ʈ݁-���v���)@�]��e�<X��f������%�Xh�U�}�~���=��I]�-��19 …U���v��R���l\�p� �I���9z�p߱�xv<��Z<zKI��k� \�x:S�8X �&�a5�O :�ڃ�/�=�N�Z���S�=���D)p幬…25 ���/�����a��c]d��J69�M��*����!OA�!a�����X�C��LGVĕi]��S*�����AT���i�N��[��UMb������X�…27 …��������S::�n��'j's��;X�r��>����y�ڱ�6JcG�Ǥ�4f[R��셮��jV_<��qm[�7�z�FQ�������z�F*{`x�U�30 …U���#*${�������:�k:��X�?���,c0�O��YuɄ����E[�����{�`��Xy*g2+ۿ���j�G.z��l��3DN�1�����o��xY/4…45 …�Y��7�?�P�\������%�h贵��$��"�r�t���)�u�9��r�Y���n��&@�ܜ��?�uL�+�U����l�~��۽�ׁ(2�N[<…46 ���`n�-���Y��Eo�cf��}:)�U�����Ǵ��ni����"]�����3v���3\�^m�pk�f#%,����_F?O�&����c�h*Q�…[all …]
499 public static <T, U> LiveData<Pair<T, U>> pair(500 @NonNull LiveData<T> tData, @NonNull LiveData<U> uData) {522 public static <T, U> Observer<Pair<T, U>> split(@NonNull BiConsumer<T, U> consumer) {538 public static <T, U, V> Function<Pair<T, U>, LiveData<V>> split(539 @NonNull BiFunction<T, U, LiveData<V>> function) {554 public static <T, U, R> LiveData<R> combine(556 @NonNull LiveData<U> uData,557 @NonNull BiFunction<T, U, R> function) {561 private static class BinaryOperation<T, U, R> extends MediatorLiveData<R> {563 private final BiFunction<T, U, R> mFunction;[all …]
51 float U = Uin - 128.0f; in yuvToRgbx() local55 float Gf = Y - 0.395f*U - 0.581f*V; in yuvToRgbx()56 float Bf = Y + 2.032f*U; in yuvToRgbx()97 uint8_t U; in fillNV21FromYUYV() member127 const uint8_t uValue = (pTopMacroPixel->U + pBotMacroPixel->U) >> 1; in fillNV21FromYUYV()163 uint8_t U = (srcPixel >> 8) & 0xFF; in fillRGBAFromYUYV() local168 *(dst+0) = yuvToRgbx(Y1, U, V); in fillRGBAFromYUYV()169 *(dst+1) = yuvToRgbx(Y2, U, V); in fillRGBAFromYUYV()212 uint8_t U = (srcPixel >> 8) & 0xFF; in fillYUYVFromUYVY() local217 *dst++ = (U) | in fillYUYVFromUYVY()
22 public abstract class Presenter<U extends Ui> {24 private U ui;31 public void onUiReady(U ui) { in onUiReady()36 public final void onUiDestroy(U ui) { in onUiDestroy()45 public void onUiUnready(U ui) {} in onUiUnready()51 public U getUi() { in getUi()
23 public abstract class BaseFragment<T extends Presenter<U>, U extends Ui> extends Fragment {35 public abstract U getUi(); in getUi()
43 float U = Uin - 128.0f; in yuvToRgbx() local47 float Gf = Y - 0.395f*U - 0.581f*V; in yuvToRgbx()48 float Bf = Y + 2.032f*U; in yuvToRgbx()140 uint8_t U = (srcPixel >> 8) & 0xFF; in copyYUYVtoRGB32() local145 *(dst+0) = yuvToRgbx(Y1, U, V); in copyYUYVtoRGB32()146 *(dst+1) = yuvToRgbx(Y2, U, V); in copyYUYVtoRGB32()
374 yuv->Y.border = yuv->U.border = yuv->V.border = (unsigned short) 0; in allocateImage()375 yuv->U.width = yuv->U.pitch = yuv->V.width = yuv->V.pitch = widthUV; in allocateImage()376 yuv->U.height = yuv->V.height = heightUV; in allocateImage()388 yuv->U.ptr = &y[height + heightUV]; in allocateImage()404 for (i = 0; i < img->U.height; i++, position += img->U.width) in mapYUVInfoToImage()405 img->U.ptr[i] = position; in mapYUVInfoToImage()
116 ImageType U = image + (width*height); in getV() local117 return U[y*width+x]; in getV()125 ImageType U = image + (width*height*2); in getU() local126 return U[y*width+x]; in getU()
476 imgMos.U.ptr[y][x - o] = 50 + (99 - 50) * o / tw; in DoMergeAndBlend()484 imgMos.U.ptr[y][x + o] = imgMos.U.ptr[y][x - o]; in DoMergeAndBlend()529 imgMos.U.ptr[y - o][x] = 50 + (99 - 50) * o / tw; in DoMergeAndBlend()537 imgMos.U.ptr[y + o][x] = imgMos.U.ptr[y - o][x]; in DoMergeAndBlend()600 uimg = imgMos.U.ptr[0]; in CropFinalMosaic()662 uimg = imgMos.U.ptr[0]; in PerformFinalBlending()956 (double)imgMos.U.ptr[jj][ii] / 100.0 : in ProcessPyramidForThisFrame()957 1.0 - (double)imgMos.U.ptr[jj][ii] / 100.0); in ProcessPyramidForThisFrame()
170 BimageInfo U; variable
28 static class SparseArrayEntry<U> {30 public final U value;32 SparseArrayEntry(SparseArray<U> array, int index) { in SparseArrayEntry()
89 static <T extends Enum, U extends Enum> List<U> getEnumArray(JSONObject json, T key, in getEnumArray()90 Map<String, U> enumMap) { in getEnumArray()94 List<U> result = new ArrayList<>(count); in getEnumArray()
20 public interface BiConsumer<T, U> {23 void accept(T t, U u); in accept()
171 1. Space (`U+0020`)172 2. Character Tabulation (`U+000B`)173 3. Line Feed (`U+000A`)174 4. Carriage Return (`U+000D`)
207 According to RFC 4627, JSON strings can contain Unicode character `U+0000`, which must be escaped a…209 To conform RFC 4627, RapidJSON supports string containing `U+0000`. If you need to handle this, you…
211 …es, which is called UTF-16 surrogate pair. For example, the Emoji character U+1F602 can be encoded…
232 2. `Writer::String()` can handle string escaping (e.g. converting code point `U+000A` to `\n`) and …
76 # U+3044.
630 ImageType U = V+mosaicWidth*mosaicHeight; in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21() local636 V[j*mosaicWidth+i+1] = U[(2*j)*mosaicWidth+i]; // U in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21()
82 template <typename T, typename U> struct IsSame : FalseType {};
123 nxxUsUu54PwONB1Rc9KSUt6ZdbXZHEveYwuWBdurAEgFdfB5zxq+U+lRTUJI+Uma
1643 struct U {1652 struct U {
4435 carrier_name: "U Mobile"6235 carrier_name: "LG U+"6700 carrier_name: "U.S. Cellular"6725 spn: "U.S. Cellular"
4375 carrier_name: "U Mobile"6152 carrier_name: "LG U+"6581 carrier_name: "U.S. Cellular"
1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...