/hardware/libhardware/tests/hwc/ |
D | test-arrows.c | 51 #define R (0xFF000000) macro 54 R, R, R, R, R, R, R, G, G, R, R, R, R, R, R, R, 55 R, R, R, R, R, R, G, G, G, G, R, R, R, R, R, R, 56 R, R, R, R, R, G, G, G, G, G, G, R, R, R, R, R, 57 R, R, R, R, G, G, G, G, G, G, G, G, R, R, R, R, 58 R, R, R, G, G, G, G, G, G, G, G, G, G, R, R, R, 59 R, R, G, G, G, G, G, G, G, G, G, G, G, G, R, R, 60 R, R, G, G, G, G, G, G, G, G, G, G, G, G, R, R, 61 R, R, R, R, R, R, G, G, G, G, R, R, R, R, R, R, 62 R, R, R, R, R, R, G, G, G, G, R, R, R, R, R, R, [all …]
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngineShaders.h | 17 const char kDrawTexOESGles2_vshader[] = R"( 28 const char kDrawTexOESGles2_fshader[] = R"( 37 const char kDrawTexOESCore_vshader[] = R"(#version 330 core 47 const char kDrawTexOESCore_fshader[] = R"(#version 330 core 57 const char kGeometryDrawVShaderSrcTemplateCore[] = R"(%s 107 const char kGeometryDrawFShaderSrcTemplateCore[] = R"(%s
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | _vectorize.hpp | 14 template <typename R, typename T, precision P, template <typename, precision> class vecType> 17 template <typename R, typename T, precision P> 18 struct functor1<R, T, P, tvec1> 20 GLM_FUNC_QUALIFIER static tvec1<R, P> call(R (*Func) (T x), tvec1<T, P> const & v) in call() 22 return tvec1<R, P>(Func(v.x)); in call() 26 template <typename R, typename T, precision P> 27 struct functor1<R, T, P, tvec2> 29 GLM_FUNC_QUALIFIER static tvec2<R, P> call(R (*Func) (T x), tvec2<T, P> const & v) in call() 31 return tvec2<R, P>(Func(v.x), Func(v.y)); in call() 35 template <typename R, typename T, precision P> [all …]
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_toplevel_help.cpp | 27 R"(astcenc v%s, %u-bit %s%s%s 33 R"( 72 static const char *astcenc_long_help = R"( 219 R"( 385 R"( 447 R"(
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedScene.cpp | 38 #define R (EmulatedScene::ROOF * EmulatedScene::NUM_CHANNELS) macro 58 H, K, K, K, K, K, H, R, R, R, R, R, R, R, R, R, R, R, R, H, // 10 59 H, K, K, K, K, H, H, R, R, R, R, R, R, R, R, R, R, R, R, H, 60 H, H, H, K, K, H, H, R, R, R, R, R, R, R, R, R, R, R, R, H, 76 #undef R
|
/hardware/interfaces/health/storage/test_common/include/health-storage-test/ |
D | common.h | 33 template <typename R> 34 std::string to_string(std::chrono::duration<R, std::milli> time) { in to_string() argument 45 template <typename R, typename P> 46 bool Wait(std::chrono::duration<R, P> duration) { in Wait() argument 58 template <typename R, typename P> 59 bool WaitLocked(std::unique_lock<std::mutex>* lock, std::chrono::duration<R, P> duration) { in WaitLocked() argument
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_format.c | 478 y_plane(VK_FORMAT_G8B8G8R8_422_UNORM, YCBCR_SWIZ(R, G, B, ZERO), 1, 1)), 480 y_plane(VK_FORMAT_B8G8R8G8_422_UNORM, YCBCR_SWIZ(R, G, B, ZERO), 1, 1)), 484 c_plane(VK_FORMAT_R8_UNORM, YCBCR_SWIZ(R, ZERO, ZERO, ZERO), 2, 2)), 487 c_plane(VK_FORMAT_R8G8_UNORM, YCBCR_SWIZ(B, R, ZERO, ZERO), 2, 2)), 491 c_plane(VK_FORMAT_R8_UNORM, YCBCR_SWIZ(R, ZERO, ZERO, ZERO), 2, 1)), 494 c_plane(VK_FORMAT_R8G8_UNORM, YCBCR_SWIZ(B, R, ZERO, ZERO), 2, 1)), 498 c_plane(VK_FORMAT_R8_UNORM, YCBCR_SWIZ(R, ZERO, ZERO, ZERO), 1, 1)), 505 … y_plane(VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16, YCBCR_SWIZ(B, G, R, ZERO), 1, 1)), 507 … y_plane(VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16, YCBCR_SWIZ(B, G, R, ZERO), 1, 1)), 512 c_plane(VK_FORMAT_R10X6_UNORM_PACK16, YCBCR_SWIZ(R, ZERO, ZERO, ZERO), 2, 2)), [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | hal_outputs.c | 398 float R[3][3]; in google_orientation_geomagnetic() local 399 inv_get_rotation_geomagnetic(R); in google_orientation_geomagnetic() 400 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_geomagnetic() 401 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_geomagnetic() 402 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_geomagnetic() 429 float R[3][3]; in google_orientation_6_axis() local 431 inv_get_rotation_6_axis(R); in google_orientation_6_axis() 433 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_6_axis() 434 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_6_axis() 435 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_6_axis() [all …]
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | hal_outputs.c | 444 float R[3][3]; in google_orientation_geomagnetic() local 445 inv_get_rotation_geomagnetic(R); in google_orientation_geomagnetic() 446 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_geomagnetic() 447 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_geomagnetic() 448 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_geomagnetic() 475 float R[3][3]; in google_orientation_6_axis() local 477 inv_get_rotation_6_axis(R); in google_orientation_6_axis() 479 g[0] = atan2f(-R[1][0], R[0][0]) * rad2deg; in google_orientation_6_axis() 480 g[1] = atan2f(-R[2][1], R[2][2]) * rad2deg; in google_orientation_6_axis() 481 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_6_axis() [all …]
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | GpuCalculationHelpers.cpp | 32 template <typename R, typename P> 33 duration<R, P> lerp(duration<R, P> a, duration<R, P> b, float t) { in lerp() argument 36 return duration_cast<duration<R, P>>(fa + (fb - fa) * t); in lerp()
|
/hardware/google/apf/v7/ |
D | apf_interpreter_source.c | 86 u32 R[2]; // Register values. member 171 APF_TRACE_HOOK(ctx->pc, ctx->R, ctx->program, ctx->program_len, in do_apf_run() 182 #define REG (ctx->R[reg_num]) in do_apf_run() 183 #define OTHER_REG (ctx->R[reg_num ^ 1]) in do_apf_run() 200 #define ARITH_REG (ctx->R[reg_num & ctx->v6]) in do_apf_run() 201 arith_imm = (ctx->v6) ? (len_field ? imm : OTHER_REG) : (reg_num ? ctx->R[1] : imm); in do_apf_run() 202 … = (ctx->v6) ? (len_field ? signed_imm : (s32)OTHER_REG) : (reg_num ? (s32)ctx->R[1] : signed_imm); in do_apf_run() 222 if (opcode >= LDBX_OPCODE) offs += ctx->R[1]; in do_apf_run() 270 cmp_imm = ctx->R[1]; in do_apf_run() 275 case JEQ_OPCODE: if ( ctx->R[0] == cmp_imm ) ctx->pc += imm; break; in do_apf_run() [all …]
|
D | apf_interpreter.c | 632 u32 R[2]; /* Register values. */ member 717 APF_TRACE_HOOK(ctx->pc, ctx->R, ctx->program, ctx->program_len, in do_apf_run() 728 #define REG (ctx->R[reg_num]) in do_apf_run() 729 #define OTHER_REG (ctx->R[reg_num ^ 1]) in do_apf_run() 746 #define ARITH_REG (ctx->R[reg_num & ctx->v6]) in do_apf_run() 747 arith_imm = (ctx->v6) ? (len_field ? imm : OTHER_REG) : (reg_num ? ctx->R[1] : imm); in do_apf_run() 748 … = (ctx->v6) ? (len_field ? signed_imm : (s32)OTHER_REG) : (reg_num ? (s32)ctx->R[1] : signed_imm); in do_apf_run() 768 if (opcode >= LDBX_OPCODE) offs += ctx->R[1]; in do_apf_run() 816 cmp_imm = ctx->R[1]; in do_apf_run() 821 case JEQ_OPCODE: if ( ctx->R[0] == cmp_imm ) ctx->pc += imm; break; in do_apf_run() [all …]
|
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/test/ |
D | JsonConfigLoaderUnitTest.cpp | 42 std::istringstream iss(R"( in TEST_F() 60 std::istringstream iss(R"( in TEST_F() 68 std::istringstream iss(R"( in TEST_F() 78 std::istringstream iss(R"(
|
/hardware/interfaces/tv/tuner/assets/ |
D | tuner_frontend_input.es | 341 …�p�K��GÃ#�'�'��ᗬ��lZe1_MƽO<�*F����4�+�\�fz��?��٩2�Z��C腶B�ޫ7�>6�k�Σ�R�v�c�>�]O�~��|W�?Te�… 359 � ��~"�h��R���<��+��W�1 �I��w����6��5�n�)�=������2��~��������*TP/�&��H��m5=1�2�k�ﭟ�h¹0� >… 361 �ՃC�)�%� /�zJ��2����d���d�EQ�)��@2�7�9os'9Bː�-*ݫ2C�.2Q�(Wg���&E��R��������ۮ;�¹��6��,��2n�… 363 `'��+�^��]'ؑ�~Ünz+7�iK�x�\&T�O"5��R�n��y�w��Z���Π�����K���0.�X?�^�=, �z�Y���7�}a… 365 ��K� ��z�R}5�R�\�����O�l�j 372 ���p���A�v�ïEbJ�����R�G 376 …�Xf?�7�JM,��ʏ��q%T�dAF��X�P�#�cuFܿR�h*^?�}�r�¥�����;S��SK���ft'���A��f��jE����Ś�.�A���T��… 377 0C���$«���x�ּ3�~�}��{a��<�8cO���c�CFHO�Raߋ $��Q���t�</�P��7��ps#-.R"�u]�J�~G 378 …��|�T��\eG8�&���A�gWi�)r�k9K�k���FP���X�1|���:�����M�������Pv��k����]�R��WlU9/a\?�7Ռ�}���… 389 �z�m��Y+7�������?�����z�L��k��_˫[`D� �2�R��'k7ޤ�R[���FS���鹦�&�h�4:3���ʂPҫ܈�(�5��:�����…
|
D | tuner_frontend_input.ts | 68 �z�m��Y+7�������?�����z�L��k��_˫[`D� �2�R��'k7ޤ�R[���FS���鹦�&�h�4:3���ʂPҫ܈�(�5��:����G… 142 `"h3�=Gr2��9Gx����r�`@G��Ϫۚ�R��(��h}4��n�q��d+�h�&�L�7KU=��W��~[k� ��4`O�����|rC… 188 …B[Y���ͤ��?�Ɏʩ��Aj�bG�!;wp�2�BQ5Ǣ�M-��� p���\�u������<��gg�w^_{���s�:��R��Q�j��%X�$��ׅ��Gd 194 ����48��V�UE��|1�d�U?�I'v����8R\J�<=?,�����+�Q�T<`�+~.�Rߖ�: 197 t���p��w�`R>y��!��4�*��6��s�}X�ͳ2�E?AfGtaRC\�Z�\�L����|�+�.�1{�����wsG@ B… 206 …��W �p�M�_���GZ;э_�,Q��L��/����D�&���s����s�I�qޗ���3b�w�@r�a�o%R��<�B�œ�;�gP;��m�O… 224 �œvx�hĸ���S�y���r�ڧe����q>0G�}�7'��j�"d`vT�^���&��R� q=��S�Nc�� |���-����:~�G>z�����… 225 [��}_�/e3��L�hzYt��O5����R�6����k���֛�zvűo�&'?����I�#��L]�u��S'�)��=�hGVd=� ���������?… 227 …��:�����7iEG���o+Ϳ ��0 �U�04ٱ�@������2t����< _8v�mF47�ѫk���Ty���R(}���m��G�è@�9… 232 �MW�-��iD�$-*��L�wZ�_��Wmk������R����S&�XZ+��-8�������|拧��G��7�L ���>��>S?��<<��k�J���N… [all …]
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | TypeTraits.h | 63 template <class F, class R, class... Args> 66 R(Args...), 70 R>::value>::type> : std::true_type {}; 83 template <class F, class R, class... Args> 86 R(Args...),
|
/hardware/google/aemu/base/include/aemu/base/ |
D | TypeTraits.h | 63 template <class F, class R, class... Args> 66 R(Args...), 70 R>::value>::type> : std::true_type {}; 83 template <class F, class R, class... Args> 86 R(Args...),
|
/hardware/interfaces/health/storage/1.0/vts/functional/ |
D | VtsHalHealthStorageV1_0TargetTest.cpp | 53 template <typename R, typename P> 54 void waitForResult(std::chrono::duration<R, P> timeout, Result expected) { in waitForResult() argument 82 template <typename R, typename P> 83 bool ping(std::chrono::duration<R, P> timeout) { in ping() argument
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xregion.h | 128 #define CHECK_PREVIOUS(Reg, R, Rx1, Ry1, Rx2, Ry2)\ argument 130 ((R-1)->y1 == (Ry1)) &&\ 131 ((R-1)->y2 == (Ry2)) &&\ 132 ((R-1)->x1 <= (Rx1)) &&\ 133 ((R-1)->x2 >= (Rx2))))
|
/hardware/google/apf/devtools/ |
D | apf_interpreter.c | 632 u32 R[2]; /* Register values. */ member 717 APF_TRACE_HOOK(ctx->pc, ctx->R, ctx->program, ctx->program_len, in do_apf_run() 728 #define REG (ctx->R[reg_num]) in do_apf_run() 729 #define OTHER_REG (ctx->R[reg_num ^ 1]) in do_apf_run() 746 #define ARITH_REG (ctx->R[reg_num & ctx->v6]) in do_apf_run() 747 arith_imm = (ctx->v6) ? (len_field ? imm : OTHER_REG) : (reg_num ? ctx->R[1] : imm); in do_apf_run() 748 … = (ctx->v6) ? (len_field ? signed_imm : (s32)OTHER_REG) : (reg_num ? (s32)ctx->R[1] : signed_imm); in do_apf_run() 768 if (opcode >= LDBX_OPCODE) offs += ctx->R[1]; in do_apf_run() 816 cmp_imm = ctx->R[1]; in do_apf_run() 821 case JEQ_OPCODE: if ( ctx->R[0] == cmp_imm ) ctx->pc += imm; break; in do_apf_run() [all …]
|
/hardware/google/gfxstream/guest/OpenglSystemCommon/ |
D | FormatConversions.cpp | 113 uint8_t R = (r * 527 + 23) >> 6; in rgb565_to_yv12() local 118 yv12_y[i] = clamp_rgb((77 * R + 150 * G + 29 * B) >> 8); in rgb565_to_yv12() 121 yv12_u[i] = clamp_rgb((( -43 * R - 85 * G + 128 * B) >> 8) + 128); in rgb565_to_yv12() 122 yv12_v[i] = clamp_rgb((( 128 * R - 107 * G - 21 * B) >> 8) + 128); in rgb565_to_yv12() 164 uint8_t R = rgb_ptr[i*rgb_stride]; in rgb888_to_yv12() local 170 …yv12_y[i] = clamp_rgb(1.0 * ((0.25678823529411765 * R) + (0.5041294117647058 * G) + (0.09790588235… in rgb888_to_yv12() 173 …yv12_u0[uvcount] = clamp_rgb((1/0.96) * (-(0.1482235294117647 * R) - (0.2909921568627451 * G) + (0… in rgb888_to_yv12() 174 …yv12_v0[uvcount] = clamp_rgb((1.0)* ((0.4392156862745098 * R) - (0.36778823529411764 * G) - (0.071… in rgb888_to_yv12() 216 uint8_t R = rgb_ptr[i*rgb_stride]; in rgb888_to_yuv420p() local 221 yv12_y[i] = clamp_rgb((77 * R + 150 * G + 29 * B) >> 8); in rgb888_to_yuv420p() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | formats.adoc | 33 unsigned normalized format that has a 4-bit R component in bits 4..7, 36 packed unsigned normalized format that has a 4-bit R component in bits 41 12..15, a 4-bit G component in bits 8..11, a 4-bit R component in bits 46 12..15, a 4-bit R component in bits 8..11, a 4-bit G component in bits 51 4..7, and a 4-bit R component in bits 0..3. 54 packed unsigned normalized format that has a 5-bit R component in bits 59 11..15, a 6-bit G component in bits 5..10, and a 5-bit R component in 62 packed unsigned normalized format that has a 5-bit R component in bits 67 11..15, a 5-bit G component in bits 6..10, a 5-bit R component in bits 71 15, a 5-bit R component in bits 10..14, a 5-bit G component in bits [all …]
|
/hardware/google/apf/v6/ |
D | apf_interpreter.c | 630 u32 R[2]; /* Register values. */ member 709 APF_TRACE_HOOK(ctx->pc, ctx->R, ctx->program, ctx->program_len, in do_apf_run() 720 #define REG (ctx->R[reg_num]) in do_apf_run() 721 #define OTHER_REG (ctx->R[reg_num ^ 1]) in do_apf_run() 738 #define ARITH_REG (ctx->R[reg_num & ctx->v6]) in do_apf_run() 739 arith_imm = (ctx->v6) ? (len_field ? imm : OTHER_REG) : (reg_num ? ctx->R[1] : imm); in do_apf_run() 740 … = (ctx->v6) ? (len_field ? signed_imm : (s32)OTHER_REG) : (reg_num ? (s32)ctx->R[1] : signed_imm); in do_apf_run() 760 if (opcode >= LDBX_OPCODE) offs += ctx->R[1]; in do_apf_run() 807 cmp_imm = ctx->R[1]; in do_apf_run() 812 case JEQ_OPCODE: if (ctx->R[0] == cmp_imm) ctx->pc += imm; break; in do_apf_run() [all …]
|
/hardware/google/aemu/host-common/ |
D | logging_unittest.cpp | 88 R"re(I\d{4} \d{2}:\d{2}:\d{2}\.\d{6} +\w+ logging_unittest.cpp:\d+\] foo\n)re")); in TEST() 101 OutputLog(stdout, ' ', R"(c:\foo\bar\file_name)", 123, 0, ""); in TEST() 127 EXPECT_THAT(tid1, MatchesStdRegex(R"( +\w+ )")); in TEST() 128 EXPECT_THAT(tid2, MatchesStdRegex(R"( +\w+ )")); in TEST()
|
/hardware/interfaces/media/omx/1.0/ |
D | types.hal | 230 BT709_5, // Rec.ITU-R BT.709-5 or equivalent 231 BT470_6M, // Rec.ITU-R BT.470-6 System M or equivalent 232 BT601_6_625, // Rec.ITU-R BT.601-6 625 or equivalent 233 BT601_6_525, // Rec.ITU-R BT.601-6 525 or equivalent 235 BT2020, // Rec.ITU-R BT.2020 or equivalent 254 BT1361, // Rec.ITU-R BT.1361 extended gamut 263 BT709_5, // Rec.ITU-R BT.709-5 or equivalent 265 BT601_6, // Rec.ITU-R BT.601-6 625 or equivalent 267 BT2020, // Rec.ITU-R BT.2020 non-constant luminance 268 BT2020CONSTANT, // Rec.ITU-R BT.2020 constant luminance
|