Searched refs:pHeight (Results 1 – 6 of 6) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | I3DMacroscopic.cpp | 46 SLmillimeter *pWidth, SLmillimeter *pHeight, SLmillimeter *pDepth) in I3DMacroscopic_GetSize() argument 50 if (NULL == pWidth || NULL == pHeight || NULL == pDepth) { in I3DMacroscopic_GetSize() 60 *pHeight = height; in I3DMacroscopic_GetSize()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSHeaderInfoLayout.kt | 68 private fun View.layoutView(pWidth: Int, pHeight: Int, offset: Int, RTL: Boolean): Int { in layoutView() 70 layout(location.left, 0, location.right, pHeight) in layoutView()
|
/frameworks/av/cmds/screenrecord/ |
D | screenrecord.cpp | 871 uint32_t* pHeight) { in parseWidthHeight() argument 888 *pHeight = height; in parseWidthHeight()
|
/frameworks/base/core/java/android/widget/ |
D | GridLayout.java | 1177 int pHeight = getMeasurement(c, false); in onLayout() local 1199 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false); in onLayout() 1202 int height = vAlign.getSizeInCell(c, pHeight, cellHeight - sumMarginsY); in onLayout()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 821 int pHeight = static_cast<int>(pixelArrayEntry.data.i32[1]); in validateDngHeader() local 825 bool matchesPixelArray = (pWidth == width && pHeight == height); in validateDngHeader() 832 width, height, pWidth, pHeight, cWidth, cHeight); in validateDngHeader()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 1893 SLmillimeter *pHeight,
|