HomeSort by relevance Sort by last modified time
    Searched refs:pHeight (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/libpng/contrib/gregbook/
readpng.h 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
readppm.c 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight)
122 *pHeight = height;
readpng.c 88 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight)
142 *pHeight = height;
  /frameworks/wilhelm/src/itf/
I3DMacroscopic.c 46 SLmillimeter *pWidth, SLmillimeter *pHeight, SLmillimeter *pDepth)
50 if (NULL == pWidth || NULL == pHeight || NULL == pDepth) {
60 *pHeight = height;
  /external/opencv3/3rdparty/include/dshow/
control.h     [all...]
amvideo.h 541 LONG *pHeight,
616 LONG *pHeight,
691 #define IFullScreenVideo_GetModeInfo(This,Mode,pWidth,pHeight,pDepth) (This)->lpVtbl->GetModeInfo(This,Mode,pWidth,pHeight,pDepth)
723 LONG *pHeight,
901 LONG *pHeight,
995 #define IFullScreenVideoEx_GetModeInfo(This,Mode,pWidth,pHeight,pDepth) (This)->lpVtbl->GetModeInfo(This,Mode,pWidth,pHeight,pDepth
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
control.h     [all...]
amvideo.h 648 LONG *pHeight,
723 LONG *pHeight,
799 #define IFullScreenVideo_GetModeInfo(This,Mode,pWidth,pHeight,pDepth) (This)->lpVtbl->GetModeInfo(This,Mode,pWidth,pHeight,pDepth)
830 static FORCEINLINE HRESULT IFullScreenVideo_GetModeInfo(IFullScreenVideo* This,LONG Mode,LONG *pWidth,LONG *pHeight,LONG *pDepth) {
831 return This->lpVtbl->GetModeInfo(This,Mode,pWidth,pHeight,pDepth);
895 LONG *pHeight,
    [all...]
amvideo.idl 112 HRESULT GetModeInfo([in] long Mode, [out] long * pWidth, [out] long * pHeight, [out] long * pDepth);
d3d10_1.h 943 UINT *pHeight);
    [all...]
ocidl.h     [all...]
d3d10.h     [all...]
wincodec.h 730 UINT *pHeight) = 0;
766 UINT *pHeight);
794 #define IWICBitmapLock_GetSize(This,pWidth,pHeight) (This)->lpVtbl->GetSize(This,pWidth,pHeight)
810 static FORCEINLINE HRESULT IWICBitmapLock_GetSize(IWICBitmapLock* This,UINT *pWidth,UINT *pHeight) {
811 return This->lpVtbl->GetSize(This,pWidth,pHeight);
830 UINT *pHeight);
    [all...]
d3d10.idl     [all...]
  /development/tools/etc1tool/
etc1tool.cpp 137 etc1_uint32* pWidth, etc1_uint32* pHeight) {
213 *pHeight = height;
235 etc1_uint32* pWidth, etc1_uint32* pHeight) {
297 *pHeight = height;
  /external/skia/tests/
SkpSkGrTest.cpp 338 int pHeight = pic->height();
342 int yInterval = SkTMax(pHeight - maxDimension, 0) / (slices - 1);
344 SkIntToScalar(SkTMin(maxDimension, pHeight))};
408 int pHeight = pic->height();
409 int pLargerWH = SkTMax(pWidth, pHeight);
429 dim.fY = (pHeight + scale - 1) / scale;
438 fFilename, pWidth, pHeight, dim.fX, dim.fY);
PathOpsSkpClipTest.cpp 398 SkScalar pHeight = pic->cullRect().height();
402 SkScalar yInterval = SkTMax(pHeight - maxDimension, 0.0f) / (slices - 1);
403 SkRect rect = {0, 0, SkTMin(maxDimension, pWidth), SkTMin(maxDimension, pHeight) };
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 801 uint32_t* pHeight) {
818 *pHeight = height;
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 818 int pHeight = static_cast<int>(pixelArrayEntry.data.i32[1]);
822 bool matchesPixelArray = (pWidth == width && pHeight == height);
829 width, height, pWidth, pHeight, cWidth, cHeight);
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp     [all...]

Completed in 512 milliseconds

1 2 3