Searched refs:p1 (Results 1 - 25 of 90) sorted by last modified time

1234

/frameworks/wilhelm/src/
H A DThreadPool.h29 typedef void (*ClosureHandler_generic)(void *p1, void *p2, void *p3, int i1, int i2);
30 typedef void (*ClosureHandler_ppi) (void *p1, void *p2, int i1);
31 typedef void (*ClosureHandler_ppii) (void *p1, void *p2, int i1, int i2);
32 typedef void (*ClosureHandler_piipp) (void *p1, int i1, int i2, void *p2, void *p3);
H A Dsles_allinclusive.h450 #define EnqueueAsyncCallback_ppi(object, handler, p1, p2, i1) \
452 (ClosureHandler_ppi) (handler), (p1), (p2), (i1))
453 #define EnqueueAsyncCallback_ppii(object, handler, p1, p2, i1, i2) \
455 (ClosureHandler_ppii) (handler), (p1), (p2), (i1), (i2))
456 #define EnqueueAsyncCallback_piipp(object, handler, p1, i1, i2, p2, p3) \
458 (ClosureHandler_piipp) (handler), (p1), (i1), (i2), (p2), (p3))
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/v7/palette/src/androidTest/java/android/support/v7/graphics/
H A DConsistencyTest.java51 private static void assetPalettesEqual(Palette p1, Palette p2) { argument
52 assertEquals(p1.getVibrantSwatch(), p2.getVibrantSwatch());
53 assertEquals(p1.getLightVibrantSwatch(), p2.getLightVibrantSwatch());
54 assertEquals(p1.getDarkVibrantSwatch(), p2.getDarkVibrantSwatch());
55 assertEquals(p1.getMutedSwatch(), p2.getMutedSwatch());
56 assertEquals(p1.getLightMutedSwatch(), p2.getLightMutedSwatch());
57 assertEquals(p1.getDarkMutedSwatch(), p2.getDarkMutedSwatch());
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp78 static float4 cubicInterpolate(float4 p0,float4 p1,float4 p2,float4 p3, float x) { argument
79 return p1 + 0.5f * x * (p2 - p0 + x * (2.f * p0 - 5.f * p1 + 4.f * p2 - p3
80 + x * (3.f * (p1 - p2) + p3 - p0)));
83 static float2 cubicInterpolate(float2 p0,float2 p1,float2 p2,float2 p3, float x) { argument
84 return p1 + 0.5f * x * (p2 - p0 + x * (2.f * p0 - 5.f * p1 + 4.f * p2 - p3
85 + x * (3.f * (p1 - p2) + p3 - p0)));
88 static float cubicInterpolate(float p0,float p1,float p2,float p3 , float x) { argument
89 return p1
108 float4 p1 = cubicInterpolate(convert_float4(yp1[xs0]), local
143 float2 p1 = cubicInterpolate(convert_float2(yp1[xs0]), local
175 float p1 = cubicInterpolate((float)yp1[xs0], (float)yp1[xs1], local
256 float4 p1 = cubicInterpolate(yp1[xs0], yp1[xs1], local
279 float2 p1 = cubicInterpolate(yp1[xs0], yp1[xs1], local
302 float p1 = cubicInterpolate(yp1[xs0], yp1[xs1], local
[all...]
H A DrsCpuIntrinsics_x86.cpp85 __m128i p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11; local
101 p1 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(*((int32_t *)y0+1)), _mm_setzero_si128());
113 o0 = _mm_madd_epi16(_mm_unpacklo_epi16(p0, p1), c0);
114 o1 = _mm_madd_epi16(_mm_unpacklo_epi16(p1, p2), c0);
378 __m128 pf, g0, g1, g2, g3, gx, p0, p1; local
392 p1 = _mm_loadu_ps(pi + r + 4);
397 pf = _mm_add_ps(pf, _mm_mul_ps(g1, _mm_alignr_epi8(p1, p0, 4)));
399 pf = _mm_add_ps(pf, _mm_mul_ps(g2, _mm_alignr_epi8(p1, p0, 8)));
401 pf = _mm_add_ps(pf, _mm_mul_ps(g3, _mm_alignr_epi8(p1, p0, 12)));
604 __m128i p0, p1, p local
[all...]
H A DrsCpuScriptGroup2.cpp128 for (const auto &p1 : *args) {
129 if (p1.second.get() != nullptr) {
147 for (const auto &p1 : *args) {
148 if (p1.first == 0 && p1.second.get() == nullptr) {
/frameworks/rs/driver/runtime/
H A Drs_sample.c130 float p1 = getElementAt1(p, next); local
131 float r = p0 * w0 + p1 * w1;
140 float p1 = getElementAt1(p, next); local
141 float r = p0 * w0 + p1 * w1;
150 float2 p1 = getElementAt2(p, next); local
151 float2 r = p0 * w0 + p1 * w1;
160 float3 p1 = getElementAt3(p, next); local
161 float3 r = p0 * w0 + p1 * w1;
170 float3 p1 = getElementAt565(p, next); local
171 float3 r = p0 * w0 + p1 * w
180 float4 p1 = getElementAt4(p, next); local
192 float p1 = getElementAt1(p, stride, nextX, locY); local
205 float p1 = getElementAt1(p, stride, nextX, locY); local
218 float2 p1 = getElementAt2(p, stride, nextX, locY); local
231 float4 p1 = getElementAt4(p, stride, nextX, locY); local
244 float4 p1 = getElementAt4(p, stride, nextX, locY); local
256 float3 p1 = getElementAt565(p, stride, nextX, locY); local
[all...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dresize.rs38 static float4 cubicInterpolate (float4 p0,float4 p1,float4 p2,float4 p3 , float x) {
39 return p1 + 0.5f * x * (p2 - p0 + x * (2.f * p0 - 5.f * p1 + 4.f * p2 - p3
40 + x * (3.f * (p1 - p2) + p3 - p0)));
74 float4 p1 = cubicInterpolate(p10, p11, p12, p13, xf);
88 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dresize.rs38 static float4 cubicInterpolate (float4 p0,float4 p1,float4 p2,float4 p3 , float x) {
39 return p1 + 0.5f * x * (p2 - p0 + x * (2.f * p0 - 5.f * p1 + 4.f * p2 - p3
40 + x * (3.f * (p1 - p2) + p3 - p0)));
74 float4 p1 = cubicInterpolate(p10, p11, p12, p13, xf);
88 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dresize.rs38 static float4 cubicInterpolate (float4 p0,float4 p1,float4 p2,float4 p3 , float x) {
39 return p1 + 0.5f * x * (p2 - p0 + x * (2.f * p0 - 5.f * p1 + 4.f * p2 - p3
40 + x * (3.f * (p1 - p2) + p3 - p0)));
74 float4 p1 = cubicInterpolate(p10, p11, p12, p13, xf);
88 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A Dbugdroid.rs29 static float pillDistance(float3 p1, float3 p2, float3 img) {
31 if (dot(p2 - p1, img - p1) > 0 && dot(p1 - p2, img - p2) > 0) {
32 return length(cross(img - p1, img - p2)) / length(p2 - p1);
34 return min(distance(p1, img), distance(p2, img));
37 static short pill(float3 p1, float3 p2, float rad, short max, float3 img) {
38 return (short) (max * sigmoid(pillDistance(p1, p2, img) - rad));
41 static short cogPill(float3 p1, float
[all...]
H A Drasterize.rs31 static float2 p1[12];
64 p1[total] = f1.xy;
67 d12[total] = p1[total] - p2[total];
69 d31[total] = p3[total] - p1[total];
82 int p1 = index[i];
85 f1.x = vert[p1];
86 f1.y = vert[p1 + 1];
87 f1.z = vert[p1 + 2];
105 float2 d1 = loc - p1[i];
/frameworks/rs/
H A DrsClosure.cpp134 for (const auto& p1 : *map) {
135 p1.first->decSysRef();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1182 void iccIO (int command, int fileid, String path, int p1, int p2, int p3, argument
1190 void iccIOForApp (int command, int fileid, String path, int p1, int p2, int p3, argument
1822 * @param p1 P1 value of the APDU command.
1831 int p1, int p2, int p3, String data, Message response);
1840 * @param p1 P1 value of the APDU command.
1848 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, argument
1830 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
H A DRIL.java1785 iccIO (int command, int fileid, String path, int p1, int p2, int p3, argument
1787 iccIOForApp(command, fileid, path, p1, p2, p3, data, pin2, null, result);
1791 iccIOForApp (int command, int fileid, String path, int p1, int p2, int p3, argument
1801 rr.mParcel.writeInt(p1);
1813 + p1 + "," + p2 + "," + p3
4994 int p1, int p2, int p3, String data, Message response) {
5001 instruction, p1, p2, p3, data, response);
5008 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, argument
5011 p1, p2, p3, data, response);
5018 int instruction, int p1, in
4993 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
5017 iccTransmitApduHelper(int rilCommand, int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java294 public void iccIO (int command, int fileid, String path, int p1, int p2, argument
298 public void iccIOForApp (int command, int fileid, String path, int p1, int p2, argument
582 int p1, int p2, int p3, String data,
585 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, argument
581 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java295 public void iccIO (int command, int fileid, String path, int p1, int p2, argument
299 public void iccIOForApp (int command, int fileid, String path, int p1, int p2, argument
585 int p1, int p2, int p3, String data, Message response) {
589 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, argument
584 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1219 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, argument
1221 iccIOForApp(command, fileid, path, p1, p2, p3, data, pin2, null, response);
1230 public void iccIOForApp (int command, int fileid, String path, int p1, int p2, argument
1890 int p1, int p2, int p3, String data,
1893 instruction, p1, p2, p3, data, response);
1902 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, argument
1889 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
H A DSimulatedCommandsVerifier.java879 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, argument
885 public void iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, argument
1250 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, argument
1256 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java602 int p1, int p2, int p3, String data, Message response) {
603 mCi.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3,
611 int p1, int p2, int p3, String data, Message response) {
612 mCi.iccTransmitApduBasicChannel(cla, command, p1, p2, p3,
619 public void iccExchangeSimIO(int fileID, int command, int p1, int p2, int p3, argument
621 mCi.iccIO(command, fileID, pathID, p1, p2, p3, null, null,
601 iccTransmitApduLogicalChannel(int channel, int cla, int command, int p1, int p2, int p3, String data, Message response) argument
610 iccTransmitApduBasicChannel(int cla, int command, int p1, int p2, int p3, String data, Message response) argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken396 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data,
661 public void iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3,
675 int p1, int p2, int p3, String data, Message response) {
679 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2,
/frameworks/native/services/inputflinger/
H A DInputReader.cpp5713 const RawPointerData::Pointer& p1 = local
5717 float mutualDistance = distance(p1.x, p1.y, p2.x, p2.y);
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp89 const vec3 p1 = cross(lms_w, lms_r); // tritanopia local
107 const mat4 lms2lmst( 1.0000, 0.0000, -p1.x / p1.z, 0,
108 0.0000, 1.0000, -p1.y / p1.z, 0,

Completed in 3423 milliseconds

1234