Searched refs:pWidth (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) {
59 *pWidth = width;
45 I3DMacroscopic_GetSize(SL3DMacroscopicItf self, SLmillimeter *pWidth, SLmillimeter *pHeight, SLmillimeter *pDepth) argument
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp798 static bool parseWidthHeight(const char* widthHeight, uint32_t* pWidth, argument
815 *pWidth = width;
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1143 int pWidth = getMeasurement(c, true);
1165 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true);
1168 int width = hAlign.getSizeInCell(c, pWidth, cellWidth - sumMarginsX);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp817 int pWidth = static_cast<int>(pixelArrayEntry.data.i32[0]); 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.java1043 int pWidth = getMeasurement(c, true);
1065 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true);
1068 int width = hAlign.getSizeInCell(c, pWidth, cellWidth - sumMarginsX);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1892 SLmillimeter *pWidth,

Completed in 1781 milliseconds