/frameworks/compile/mclinker/include/mcld/Support/ |
D | RealPath.h | 57 const mcld::sys::fs::RealPath& pY) const { 58 if (pX.native().size() < pY.native().size()) 60 return (pX.native() < pY.native());
|
D | Path.h | 162 const mcld::sys::fs::Path& pY) const { 163 if (pX.generic_string().size() < pY.generic_string().size()) 165 return (pX.generic_string() < pY.generic_string());
|
/frameworks/av/media/libstagefright/filters/ |
D | ColorConvert.cpp | 49 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height, in convertYUV420spToARGB() argument 55 int32_t y = *(pY + i * width + j); in convertYUV420spToARGB() 71 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height, in convertYUV420spToRGB888() argument 77 int32_t y = *(pY + i * width + j); in convertYUV420spToRGB888()
|
D | ColorConvert.h | 29 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height, 33 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/ |
D | ZigZagClassifier.java | 106 float pY = 0; in isFalseTouch() local 111 pY = point.y; in isFalseTouch() 116 runningAbsDy += Math.abs(point.y - pY); in isFalseTouch() 118 pY = point.y; in isFalseTouch() 119 logDebug("(x, y, runningAbsDx, runningAbsDy) - (" + pX + ", " + pY + ", " + runningAbsDx in isFalseTouch()
|
/frameworks/compile/mclinker/lib/LD/ |
D | EhFrameHdr.cpp | 29 bool EntryCompare(const Entry& pX, const Entry& pY) { in EntryCompare() argument 30 return (pX.first < pY.first); in EntryCompare()
|
/frameworks/av/media/tests/benchmark/src/native/encoder/ |
D | C2Encoder.cpp | 211 uint8_t *pY = view.data()[C2PlanarLayout::PLANE_Y]; in encodeFrames() local 214 memcpy(pY, data, mWidth * mHeight); in encodeFrames()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_x86.cpp | 411 const unsigned char *pY, const unsigned char *pUV, in rsdIntrinsicYuv_K() argument 431 Y = cvtepu8_epi32(_mm_set1_epi32(*(const int *)pY)); in rsdIntrinsicYuv_K() 466 pY += 4; in rsdIntrinsicYuv_K() 473 const unsigned char *pY, const unsigned char *pUV, in rsdIntrinsicYuvR_K() argument 493 Y = cvtepu8_epi32(_mm_set1_epi32(*(const int *)pY)); in rsdIntrinsicYuvR_K() 528 pY += 4; in rsdIntrinsicYuvR_K() 535 const unsigned char *pY, const unsigned char *pU, in rsdIntrinsicYuv2_K() argument 555 Y = cvtepu8_epi32(_mm_set1_epi32(*(const int *)pY)); in rsdIntrinsicYuv2_K() 589 pY += 4; in rsdIntrinsicYuv2_K()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGOT.h | 91 bool dynSymOrderCompare(const LDSymbol* pX, const LDSymbol* pY) const;
|
D | MipsGOT.cpp | 149 bool MipsGOT::dynSymOrderCompare(const LDSymbol* pX, const LDSymbol* pY) const { in dynSymOrderCompare() 151 SymbolOrderMapType::const_iterator itY = m_SymbolOrderMap.find(pY); in dynSymOrderCompare()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 355 uint8_t* pY = view.data()[C2PlanarLayout::PLANE_Y]; in encodeNFrames() local 359 memcpy(pY, data, nWidth * nHeight); in encodeNFrames()
|
/frameworks/rs/driver/runtime/arch/ |
D | asimd.ll | 834 define <4 x i8> @_Z18rsYuvToRGBA_uchar4hhh(i8 %pY, i8 %pU, i8 %pV) nounwind readnone alwaysinline { 835 %_sy = zext i8 %pY to i32
|
D | neon.ll | 838 define <4 x i8> @_Z18rsYuvToRGBA_uchar4hhh(i8 %pY, i8 %pU, i8 %pV) nounwind readnone alwaysinline { 839 %_sy = zext i8 %pY to i32
|