Home
last modified time | relevance | path

Searched refs:pHeight (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/src/itf/
DI3DMacroscopic.c46 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/av/cmds/screenrecord/
Dscreenrecord.cpp799 uint32_t* pHeight) { in parseWidthHeight() argument
816 *pHeight = height; in parseWidthHeight()
/frameworks/base/core/java/android/widget/
DGridLayout.java1138 int pHeight = getMeasurement(c, false); in onLayout() local
1160 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false); in onLayout()
1163 int height = vAlign.getSizeInCell(c, pHeight, cellHeight - sumMarginsY); in onLayout()
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
DGridLayout.java1038 int pHeight = getMeasurement(c, false); in onLayout() local
1060 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false); in onLayout()
1063 int height = vAlign.getSizeInCell(c, pHeight, cellHeight - sumMarginsY); in onLayout()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp810 int pHeight = static_cast<int>(pixelArrayEntry.data.i32[1]); in validateDngHeader() local
814 bool matchesPixelArray = (pWidth == width && pHeight == height); in validateDngHeader()
821 width, height, pWidth, pHeight, cWidth, cHeight); in validateDngHeader()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1893 SLmillimeter *pHeight,