Searched defs:pWidth (Results 1 - 3 of 3) 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) {
59 *pWidth = width;
45 I3DMacroscopic_GetSize(SL3DMacroscopicItf self, SLmillimeter *pWidth, SLmillimeter *pHeight, SLmillimeter *pDepth) argument
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp804 static bool parseWidthHeight(const char* widthHeight, uint32_t* pWidth, argument
821 *pWidth = width;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp818 int pWidth = static_cast<int>(pixelArrayEntry.data.i32[0]); local
823 bool matchesPixelArray = (pWidth == width && pHeight == height);
830 width, height, pWidth, pHeight, cWidth, cHeight);

Completed in 145 milliseconds