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/support/v7/gridlayout/src/android/support/v7/widget/
DGridLayout.java1044 int pHeight = getMeasurement(c, false); in onLayout() local
1066 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false); in onLayout()
1069 int height = vAlign.getSizeInCell(c, pHeight, cellHeight - sumMarginsY); in onLayout()
/frameworks/base/core/java/android/widget/
DGridLayout.java1144 int pHeight = getMeasurement(c, false); in onLayout() local
1166 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false); in onLayout()
1169 int height = vAlign.getSizeInCell(c, pHeight, cellHeight - sumMarginsY); in onLayout()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp818 int pHeight = static_cast<int>(pixelArrayEntry.data.i32[1]); in validateDngHeader() local
822 bool matchesPixelArray = (pWidth == width && pHeight == height); in validateDngHeader()
829 width, height, pWidth, pHeight, cWidth, cHeight); in validateDngHeader()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1893 SLmillimeter *pHeight,