Home
last modified time | relevance | path

Searched refs:UV (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.frag8 vec2 UV;
13 fColor = In.Color * texture(sTexture, In.UV.st);
Doverlay.vert17 vec2 UV;
23 Out.UV = aUV;
/hardware/google/gfxstream/host/gl/
DYUVConverter.cpp62 UV = 1, enumerator
73 return YUVInterleaveDirection::UV; in getInterleaveDirection()
79 return YUVInterleaveDirection::UV; in getInterleaveDirection()
83 return YUVInterleaveDirection::UV; in getInterleaveDirection()
95 case YUVPlane::UV: in getGlTextureFormat()
104 case YUVPlane::UV: in getGlTextureFormat()
117 case YUVPlane::UV: in getGlTextureFormat()
126 case YUVPlane::UV: in getGlTextureFormat()
137 case YUVPlane::UV: in getGlTextureFormat()
158 case YUVPlane::UV: in getGlPixelFormat()
[all …]
DYUVConverter.h35 UV = 3, enumerator
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_QCOM_rotated_copies/
Drotated_addressing_blits.adoc58 * The UV destination coordinates are scaled by the destination region,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_opacity_micromap.adoc26 …ormation from the application on at least adjacency information, even if not full UV coordinates. A
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.ts1321 �C��UU�Yi�O���UV�1�Sd���v0��>Y��uA|���r�W�20
4822 …���Y.�o��GG���?ꋭk׷뗘UV�_�O g�֟Rb&��,N��1ߐ+Z�F`�%ј�>������ɢ��Lu�_�\����������-����Aj�j�9:��…
5147 qw ~:A�4H�H�"�d��p��Vp@�Ҿ�M����*��(���vG�G@� �͔ P�%UV-x+.l��UV-VjO_�Ro�+�)9�G�jJ��a�xn…
Dtuner_frontend_input.es992 …�j��-D�"�������;LM�0�zyP��� �(Tp D `@�Mj88���<��(`�U������?��UV�.>0*9@���%�|_�A����…
1232 X ^�>n��!� @��� 4S���`��(6` ���C�aGA���0fQ���3UV�´��o���O��-bz'�t���1N-��n>&��'��tͿ� Ph3…
1413 UUE3h�T�I���ül-���:`���/���R�p �X%UV�UUG��z��w�>'��k����|�Q���v��U��1;�V�&� ���x�_N�"���…
1505 �C��UU�Yi�O���UV�1�Sd���v0��>Y��uA|���r�W�20
4266 …�k�(�|p2��n���^_�0M��1P@|%.���6�����B�b��k��#Ak��;T���W� ��S�-UV�Yh|Mz�h����������…
4410 …IO�f�>��gs��֏��I���(��L<Q�?Z0�W�HL(��K�d,�����=��*����<�a��-UV�O�ʛU�X��L��1��,q��� …
4435 …�>��p�@k�f7���y�@�h��a�mPw�u��(g>�����Ck������W}�}@\��" r�৑��R/�_����UV�xa�;��~�Z�C���
4597 …���Y.�o��G��?ꋭk׷뗘UV�_�O g�֟Rb&��,N��1ߐ+Z�F`�%ј�>������ɢ��Lu�_�\����������-����Aj�j�9:��v?�o…
4727 UV�i�]�T��}Uj�:�}i����a��Y��M3O�{�%� �I}�iW�/F�c���Q��^�/�]���l,ڽt MV���Ѭ�� ���>��:)R\��…
4887 qw ~:A�4H�H�"�d��p��Vp@�Ҿ�M����*��(���vG@� �͔ P�%UV-x+.l��UV-VjO_�Ro�+�)9�G�jJ��a�xn���…
[all …]
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3747 …GLTex(GL_TEXTURE1, width / 2, height / 2, format, m_features.Yuv420888ToNv21.enabled, YUVPlane::UV, in createYUVTextures()