/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | sad_halfpel.cpp | 68 UChar *kk, *p1, *p2; in HalfPel1_SAD_MB() local 100 UChar *kk, *p1, *p2, *p3, *p4; in HalfPel2_SAD_MB() local 142 UChar *kk, *p1, *p2; in HalfPel1_SAD_Blk() local 174 UChar *kk, *p1, *p2, *p3, *p4; in HalfPel2_SAD_Blk() local 225 UChar *kk, *p1, *p2, *p3, *p4; in SAD_MB_HalfPel_Cxhyh() local 266 UChar *kk, *p1, *p2; in SAD_MB_HalfPel_Cyh() local 302 UChar *kk, *p1; in SAD_MB_HalfPel_Cxh() local 339 UChar *p1, *p2; in SAD_MB_HP_HTFM_Collectxhyh() local 418 UChar *p1, *p2; in SAD_MB_HP_HTFM_Collectyh() local 496 UChar *p1; in SAD_MB_HP_HTFM_Collectxh() local [all …]
|
/frameworks/native/libs/vr/libbufferhubqueue/tests/ |
D | buffer_hub_queue-test.cpp | 107 auto p1 = p1_status.take(); in TEST_F() local 148 auto p1 = p1_status.take(); in TEST_F() local 181 auto p1 = p1_status.take(); in TEST_F() local 196 auto p1 = p1_status.take(); in TEST_F() local 229 auto p1 = p1_status.take(); in TEST_F() local 255 auto p1 = p1_status.take(); in TEST_F() local 335 std::shared_ptr<ProducerBuffer> p1 = ProducerBuffer::Create( in TEST_F() local 579 auto p1 = p1_status.take(); in TEST_F() local 621 auto p1 = p1_status.take(); in TEST_F() local 645 auto p1 = p1_status.take(); in TEST_F() local [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/ |
D | ApduCommand.java | 35 public final int p1; field in ApduCommand 47 ApduCommand(int channel, int cla, int ins, int p1, int p2, int p3, String cmdHex) { in ApduCommand()
|
D | RequestBuilder.java | 50 public void addApdu(int cla, int ins, int p1, int p2, int p3, String cmdHex) { in addApdu() 58 public void addApdu(int cla, int ins, int p1, int p2, String cmdHex) { in addApdu() 66 public void addApdu(int cla, int ins, int p1, int p2) { in addApdu()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipPinchResizingAlgorithm.java | 113 private void getCentroid(PointF p1, PointF p2, PointF centroidOut) { in getCentroid() 117 private float dot(PointF p1, PointF p2) { in dot() 121 private float cross(PointF p1, PointF p2) { in cross()
|
/frameworks/av/media/codecs/amrwb/enc/src/ |
D | syn_filt.c | 43 Word16 *yy, *p1, *p2; in Syn_filt() local 99 Word16 *p1, *p2, *p3; in Syn_filt_32() local
|
D | residu.c | 35 Word16 i,*p1, *p2; in Residu() local
|
D | c4t64fx.c | 142 Word16 *p0, *p1, *p2, *p3, *psign; in ACELP_4t64_fx() local 854 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; in cor_h_vec_30() local 926 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; in cor_h_vec_012() local 999 Word16 *p0, *p1, *p2; in search_ixiy() local
|
D | autocorr.c | 43 Word16 *p1,*p2,*p3; in Autocorr() local
|
D | cor_h_x.c | 43 Word16 *p1, *p2; in cor_h_x() local
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
D | Quad.java | 34 public Point p1; field in Quad 45 public Quad(Point p0, Point p1, Point p2, Point p3) { in Quad()
|
D | Rectangle.java | 47 Point p1 = new Point(center.x + size.x/2f, center.y - size.y/2f); in fromRotatedRect() local 56 private Rectangle(Point p0, Point p1, Point p2, Point p3) { in Rectangle()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFReader.h | 105 static bool less(AliasInfo p1, AliasInfo p2) { in less() argument 190 static bool less(AliasInfo p1, AliasInfo p2) { in less() argument
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | BundleTest.java | 242 Parcelable p1 = new CustomParcelable(13, "Tiramisu"); in kindofEquals_lazyValues() local 275 Parcelable p1 = new CustomParcelable(13, "Tiramisu"); in kindofEquals_lazyValuesWithIdenticalParcels_returnsTrue() local 299 Parcelable p1 = new CustomParcelable(13, "Tiramisu"); in kindofEquals_lazyValuesAndDifferentClassLoaders_returnsFalse() local 336 Parcelable p1 = new CustomParcelable(13, "Tiramisu"); in kindofEquals_lazyValuesWithDifferentLengths_returnsFalse() local
|
/frameworks/av/media/codecs/amrnb/dec/src/ |
D | preemph.cpp | 244 Word16 *p1; in preemphasis() local
|
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 130 float p1 = getElementAt1(p, next); in getSample_A() local 140 float p1 = getElementAt1(p, next); in getSample_L() local 150 float2 p1 = getElementAt2(p, next); in getSample_LA() local 160 float3 p1 = getElementAt3(p, next); in getSample_RGB() local 170 float3 p1 = getElementAt565(p, next); in getSample_565() local 180 float4 p1 = getElementAt4(p, next); in getSample_RGBA() local 192 float p1 = getElementAt1(p, stride, nextX, locY); in getSample_A() local 205 float p1 = getElementAt1(p, stride, nextX, locY); in getSample_L() local 218 float2 p1 = getElementAt2(p, stride, nextX, locY); in getSample_LA() local 231 float4 p1 = getElementAt4(p, stride, nextX, locY); in getSample_RGB() local [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | SysUIUnfoldModule.kt | 62 val p1 = provider.getOrNull() in provideSysUIUnfoldComponent() constant
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 76 static float4 cubicInterpolate(float4 p0,float4 p1,float4 p2,float4 p3, float x) { in cubicInterpolate() 81 static float2 cubicInterpolate(float2 p0,float2 p1,float2 p2,float2 p3, float x) { in cubicInterpolate() 88 static float cubicInterpolate(float p0,float p1,float p2,float p3 , float x) { in cubicInterpolate() 95 static float cubicInterpolate(float p0,float p1,float p2,float p3 , float x) { in cubicInterpolate() 116 float4 p1 = cubicInterpolate(convert_float4(yp1[xs0]), in OneBiCubic() local 151 float2 p1 = cubicInterpolate(convert_float2(yp1[xs0]), in OneBiCubic() local 183 float p1 = cubicInterpolate((float)yp1[xs0], (float)yp1[xs1], in OneBiCubic() local 264 float4 p1 = cubicInterpolate(yp1[xs0], yp1[xs1], in OneBiCubic() local 287 float2 p1 = cubicInterpolate(yp1[xs0], yp1[xs1], in OneBiCubic() local 310 float p1 = cubicInterpolate(yp1[xs0], yp1[xs1], in OneBiCubic() local
|
/frameworks/rs/toolkit/ |
D | Resize.cpp | 100 static float4 cubicInterpolate(float4 p0, float4 p1, float4 p2, float4 p3, float x) { in cubicInterpolate() 105 static float2 cubicInterpolate(float2 p0,float2 p1,float2 p2,float2 p3, float x) { in cubicInterpolate() 112 static float cubicInterpolate(float p0,float p1,float p2,float p3 , float x) { in cubicInterpolate() 120 static float cubicInterpolate(float p0,float p1,float p2,float p3 , float x) { in cubicInterpolate() 142 float4 p1 = cubicInterpolate(convert<float4>(yp1[xs0]), in OneBiCubic() local 177 float2 p1 = cubicInterpolate(convert<float2>(yp1[xs0]), in OneBiCubic() local 209 float p1 = cubicInterpolate((float)yp1[xs0], (float)yp1[xs1], in OneBiCubic() local 292 float4 p1 = cubicInterpolate(yp1[xs0], yp1[xs1], in OneBiCubic() local 315 float2 p1 = cubicInterpolate(yp1[xs0], yp1[xs1], in OneBiCubic() local 338 float p1 = cubicInterpolate(yp1[xs0], yp1[xs1], in OneBiCubic() local
|
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/runtime/ |
D | MovableContent.kt | 43 return { p1, p2, p3, p4, p5 -> in <lambda>() method
|
/frameworks/av/media/codecs/amrnb/enc/src/ |
D | calc_cor.cpp | 224 Word16 *p1; in comp_corr() local
|
D | hp_max.cpp | 248 Word16 *p, *p1; in hp_max() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccPort.java | 238 int p1, int p2, int p3, String data, Message response) { in iccTransmitApduLogicalChannel() 255 int p1, int p2, int p3, String data, Message response) { in iccTransmitApduBasicChannel() 269 public void iccExchangeSimIO(int fileID, int command, int p1, int p2, int p3, in iccExchangeSimIO()
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | range.h | 33 Eigen::Vector<T, d> p1; member
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PathOpsActivity.java | 62 Path p1 = new Path(); in onSizeChanged() local
|