Home
last modified time | relevance | path

Searched refs:pWidth (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()
59 *pWidth = width; in I3DMacroscopic_GetSize()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp798 static bool parseWidthHeight(const char* widthHeight, uint32_t* pWidth, in parseWidthHeight() argument
815 *pWidth = width; in parseWidthHeight()
/frameworks/base/core/java/android/widget/
DGridLayout.java1137 int pWidth = getMeasurement(c, true); in onLayout() local
1159 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true); in onLayout()
1162 int width = hAlign.getSizeInCell(c, pWidth, cellWidth - sumMarginsX); in onLayout()
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
DGridLayout.java1037 int pWidth = getMeasurement(c, true); in onLayout() local
1059 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true); in onLayout()
1062 int width = hAlign.getSizeInCell(c, pWidth, cellWidth - sumMarginsX); in onLayout()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp809 int pWidth = static_cast<int>(pixelArrayEntry.data.i32[0]); in validateDngHeader() local
814 bool matchesPixelArray = (pWidth == width && pHeight == height); in validateDngHeader()
821 width, height, pWidth, pHeight, cWidth, cHeight); in validateDngHeader()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1892 SLmillimeter *pWidth,