Searched refs:pWidth (Results 1 – 5 of 5) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | I3DMacroscopic.cpp | 46 SLmillimeter *pWidth, SLmillimeter *pHeight, SLmillimeter *pDepth) in I3DMacroscopic_GetSize() argument 50 if (NULL == pWidth || NULL == pHeight || NULL == pDepth) { in I3DMacroscopic_GetSize() 59 *pWidth = width; in I3DMacroscopic_GetSize()
|
/frameworks/av/cmds/screenrecord/ |
D | screenrecord.cpp | 1153 static bool parseWidthHeight(const char* widthHeight, uint32_t* pWidth, in parseWidthHeight() argument 1170 *pWidth = width; in parseWidthHeight()
|
/frameworks/base/core/java/android/widget/ |
D | GridLayout.java | 1182 int pWidth = getMeasurement(c, true); in onLayout() local 1204 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true); in onLayout() 1207 int width = hAlign.getSizeInCell(c, pWidth, cellWidth - sumMarginsX); in onLayout()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 905 int pWidth = static_cast<int>(pixelArrayEntry.data.i32[0]); in validateDngHeader() local 910 bool matchesPixelArray = (pWidth == width && pHeight == height); in validateDngHeader() 917 width, height, pWidth, pHeight, cWidth, cHeight); in validateDngHeader()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 1892 SLmillimeter *pWidth,
|