/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_TransformDequantLumaDCFromPair.c | 90 int c3 = pData[i+3]; in InvTransformDC4x4() local 91 pData[i+0] = (OMX_S16)(c0+c1+c2+c3); in InvTransformDC4x4() 92 pData[i+1] = (OMX_S16)(c0+c1-c2-c3); in InvTransformDC4x4() 93 pData[i+2] = (OMX_S16)(c0-c1-c2+c3); in InvTransformDC4x4() 94 pData[i+3] = (OMX_S16)(c0-c1+c2-c3); in InvTransformDC4x4() 103 int c3 = pData[i+12]; in InvTransformDC4x4() local 104 pData[i+0] = (OMX_S16)(c0+c1+c2+c3); in InvTransformDC4x4() 105 pData[i+4] = (OMX_S16)(c0+c1-c2-c3); in InvTransformDC4x4() 106 pData[i+8] = (OMX_S16)(c0-c1-c2+c3); in InvTransformDC4x4() 107 pData[i+12] = (OMX_S16)(c0-c1+c2-c3); in InvTransformDC4x4()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | HbpcdUtils.java | 78 Cursor c3 = resolver.query(MccSidConflicts.CONTENT_URI, projection3, in getMcc() local 85 if (c3 != null) { in getMcc() 86 int c3Counter = c3.getCount(); in getMcc() 89 Log.w(LOG_TAG, "something wrong, get more results for 1 conflict SID: " + c3); in getMcc() 91 if (DBG) Log.d(LOG_TAG, "Query conflict sid returned the cursor " + c3 ); in getMcc() 92 c3.moveToFirst(); in getMcc() 93 tmpMcc = c3.getInt(0); in getMcc() 96 c3.close(); in getMcc()
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 165 << this->c3() << ']'; in operator string() 309 float c1, c2, c3; in hwcTestParseColor() local 334 in >> c3; in hwcTestParseColor() 336 if ((c3 < 0.0) || (c3 > 1.0)) { return color; } in hwcTestParseColor() 347 || (c3 < 0.0) || (c3 > 1.0)) { return color; } in hwcTestParseColor() 352 return ColorFract(c1, c2, c3); in hwcTestParseColor() 585 pixel |= htonl((uint32_t) round((((1 << attrib->c3Size) - 1) * color.c3())) in hwcTestColor2Pixel() 711 startColor.c3() + (endColor.c3() - startColor.c3()) in hwcTestFillColorHBlend() 846 + ((float) (fromAttrib->c3Max - fromAttrib->c3Min) * color.c3()); in hwcTestColorConvert() 871 float r = color.c1(), g = color.c2(), b = color.c3(); in hwcTestColorConvert() [all …]
|
D | hwcTestLib.h | 56 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {}; in ColorFract() argument 59 float c3(void) const { return _c3; } in c3() function
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 32 volatile char3 c3; 142 c3 = rsGetElementAt_char3(aChar3, 0); 143 rsSetElementAt_char3(aChar3, c3, 0); 144 c3 = rsGetElementAt_char3(aChar3, 0, 0); 145 rsSetElementAt_char3(aChar3, c3, 0, 0); 146 c3 = rsGetElementAt_char3(aChar3, 0, 0, 0); 147 rsSetElementAt_char3(aChar3, c3, 0, 0, 0); 384 c3.x = *(char*)rsGetElementAt(aChar3, 0); 385 c3.y = *(char*)rsGetElementAt(aChar3, 0, 0); 386 c3.z = *(char*)rsGetElementAt(aChar3, 0, 0, 0); [all …]
|
D | math.rs | 32 volatile char3 c3;
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rs | 32 volatile char3 c3; 140 c3 = rsGetElementAt_char3(aChar3, 0); 141 rsSetElementAt_char3(aChar3, c3, 0); 142 c3 = rsGetElementAt_char3(aChar3, 0, 0); 143 rsSetElementAt_char3(aChar3, c3, 0, 0); 144 c3 = rsGetElementAt_char3(aChar3, 0, 0, 0); 145 rsSetElementAt_char3(aChar3, c3, 0, 0, 0); 382 c3.x = *(char*)rsGetElementAt(aChar3, 0); 383 c3.y = *(char*)rsGetElementAt(aChar3, 0, 0); 384 c3.z = *(char*)rsGetElementAt(aChar3, 0, 0, 0); [all …]
|
D | math.rs | 32 volatile char3 c3;
|
/frameworks/av/include/media/stagefright/ |
D | Utils.h | 30 #define FOURCC(c1, c2, c3, c4) \ argument 31 (c1 << 24 | c2 << 16 | c3 << 8 | c4)
|
/frameworks/minikin/include/minikin/ |
D | MinikinFont.h | 130 static uint32_t MakeTag(char c1, char c2, char c3, char c4) { in MakeTag() argument 132 ((uint32_t)c3 << 8) | (uint32_t)c4; in MakeTag()
|
/frameworks/native/include/binder/ |
D | IBinder.h | 29 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument 30 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_x86.cpp | 151 __m128i c0, c1, c2, c3; in rsdIntrinsicColorMatrix4x4_K() local 162 c3 = _mm_loadl_epi64((const __m128i *)(coef+12)); in rsdIntrinsicColorMatrix4x4_K() 163 c2 = _mm_unpacklo_epi16(c2, c3); in rsdIntrinsicColorMatrix4x4_K() 207 __m128i c0, c1, c2, c3; in rsdIntrinsicColorMatrix3x3_K() local 218 c3 = _mm_loadl_epi64((const __m128i *)(coef+12)); in rsdIntrinsicColorMatrix3x3_K() 219 c2 = _mm_unpacklo_epi16(c2, c3); in rsdIntrinsicColorMatrix3x3_K() 259 __m128i c0, c1, c2, c3; in rsdIntrinsicColorMatrixDot_K() local 273 c3 = _mm_loadl_epi64((const __m128i *)(coef+12)); in rsdIntrinsicColorMatrixDot_K() 274 c3 = _mm_shufflelo_epi16(c3, 0); in rsdIntrinsicColorMatrixDot_K() 275 c2 = _mm_unpacklo_epi16(c2, c3); in rsdIntrinsicColorMatrixDot_K() [all …]
|
/frameworks/minikin/libs/minikin/ |
D | FontLanguage.cpp | 26 #define SCRIPT_TAG(c1, c2, c3, c4) \ argument 27 (((uint32_t)(c1)) << 24 | ((uint32_t)(c2)) << 16 | ((uint32_t)(c3)) << 8 | \
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 21 char3 c3;
|
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 26 char3 c3;
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 1200 void rsDebug(const char *s, const char3 *c3) { argument 1201 char3 c = *c3; 1219 void rsDebug(const char *s, const uchar3 *c3) { argument 1220 uchar3 c = *c3; 1238 void rsDebug(const char *s, const short3 *c3) { argument 1239 short3 c = *c3; 1257 void rsDebug(const char *s, const ushort3 *c3) { argument 1258 ushort3 c = *c3;
|
/frameworks/av/services/mediaresourcemanager/test/ |
D | ResourceManagerService_test.cpp | 124 void verifyClients(bool c1, bool c2, bool c3) { in verifyClients() argument 131 EXPECT_EQ(c3, client3->reclaimed()); in verifyClients()
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 32 volatile char3 c3;
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | math.rs | 32 volatile char3 c3;
|
D | math.rs.bak | 32 volatile char3 c3;
|
D | math.rs.orig | 32 volatile char3 c3;
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | math.rs | 32 volatile char3 c3;
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 32 volatile char3 c3;
|