Searched defs:pHeight (Results 1 - 3 of 3) sorted by relevance
/frameworks/wilhelm/src/itf/ |
H A D | I3DMacroscopic.c | 46 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 D | screenrecord.cpp | 799 uint32_t* pHeight) { 816 *pHeight = height; 798 parseWidthHeight(const char* widthHeight, uint32_t* pWidth, uint32_t* pHeight) argument
|
/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_DngCreator.cpp | 811 int pHeight = static_cast<int>(pixelArrayEntry.data.i32[1]); local 815 bool matchesPixelArray = (pWidth == width && pHeight == height); 822 width, height, pWidth, pHeight, cWidth, cHeight);
|
Completed in 66 milliseconds