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

/frameworks/wilhelm/src/itf/
H A DI3DMacroscopic.c46 SLmillimeter *pWidth, SLmillimeter *pHeight, SLmillimeter *pDepth)
50 if (NULL == pWidth || NULL == pHeight || NULL == pDepth) {
60 *pHeight = height;
45 I3DMacroscopic_GetSize(SL3DMacroscopicItf self, SLmillimeter *pWidth, SLmillimeter *pHeight, SLmillimeter *pDepth) argument
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp799 uint32_t* pHeight) {
816 *pHeight = height;
798 parseWidthHeight(const char* widthHeight, uint32_t* pWidth, uint32_t* pHeight) argument
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1144 int pHeight = getMeasurement(c, false);
1166 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false);
1169 int height = vAlign.getSizeInCell(c, pHeight, cellHeight - sumMarginsY);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp818 int pHeight = static_cast<int>(pixelArrayEntry.data.i32[1]); local
822 bool matchesPixelArray = (pWidth == width && pHeight == height);
829 width, height, pWidth, pHeight, cWidth, cHeight);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1044 int pHeight = getMeasurement(c, false);
1066 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false);
1069 int height = vAlign.getSizeInCell(c, pHeight, cellHeight - sumMarginsY);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1893 SLmillimeter *pHeight,

Completed in 230 milliseconds