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

/frameworks/wilhelm/src/itf/
H A DI3DMacroscopic.cpp46 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.cpp805 uint32_t* pHeight) {
822 *pHeight = height;
804 parseWidthHeight(const char* widthHeight, uint32_t* pWidth, uint32_t* pHeight) argument
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1154 int pHeight = getMeasurement(c, false);
1176 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false);
1179 int height = vAlign.getSizeInCell(c, pHeight, cellHeight - sumMarginsY);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp819 int pHeight = static_cast<int>(pixelArrayEntry.data.i32[1]); local
823 bool matchesPixelArray = (pWidth == width && pHeight == height);
830 width, height, pWidth, pHeight, cWidth, cHeight);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1050 int pHeight = getMeasurement(c, false);
1072 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false);
1075 int height = vAlign.getSizeInCell(c, pHeight, cellHeight - sumMarginsY);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1893 SLmillimeter *pHeight,

Completed in 243 milliseconds