HomeSort by relevance Sort by last modified time
    Searched full:pwidth (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/wilhelm/src/itf/
I3DMacroscopic.c 46 SLmillimeter *pWidth, SLmillimeter *pHeight, SLmillimeter *pDepth)
50 if (NULL == pWidth || NULL == pHeight || NULL == pDepth) {
59 *pWidth = width;
  /development/tools/etc1tool/
etc1tool.cpp 137 etc1_uint32* pWidth, etc1_uint32* pHeight) {
212 *pWidth = width;
235 etc1_uint32* pWidth, etc1_uint32* pHeight) {
296 *pWidth = width;
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.h 140 uint32_t *pWidth, uint32_t *pHeight);
VideoEditorTools.cpp     [all...]
  /external/libpng/contrib/gregbook/
readppm.c 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight)
121 *pWidth = width;
readpng.c 87 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight)
139 *pWidth = width;
readpng.h 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
  /external/quake/quake/src/QW/client/
vid_x.c 217 int pwidth; local
249 pwidth = x_visinfo->depth / 8;
250 if (pwidth == 3) pwidth = 4;
251 mem = ((vid.width*pwidth+7)&~7) * vid.height;
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 393 int pwidth; local
402 pwidth = x_visinfo->depth / 8;
403 if (pwidth == 3) pwidth = 4;
404 mem = ((vid.width*pwidth+3)&~3) * vid.height;
vid_x.cpp 296 int pwidth; local
328 pwidth = x_visinfo->depth / 8;
329 if (pwidth == 3) pwidth = 4;
330 mem = ((vid.width*pwidth+7)&~7) * vid.height;
  /external/mksh/src/
edit.c 948 static int pwidth; /* width of prompt */ variable
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_API.h     [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h     [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 522 milliseconds

1 2