HomeSort by relevance Sort by last modified time
    Searched refs:pY (Results 1 - 10 of 10) sorted by null

  /external/qemu/android/
user-config.h 37 void auserConfig_getWindowPos( AUserConfig* uconfig, int *pX, int *pY );
user-config.c 160 auserConfig_getWindowPos( AUserConfig* uconfig, int *pX, int *pY )
163 *pY = uconfig->windowY;
  /development/tools/emulator/system/camera/
JpegCompressor.cpp 48 void* pY = const_cast<void*>(image);
54 if (encode(&mStream, pY, width, height, offsets, quality)) {
EmulatedFakeCameraDevice.cpp 349 uint8_t* pY = mCurrentFrame;
350 for (int y = 0; y < mFrameHeight; y++, pY += mFrameWidth) {
369 memset(pY, changeExposure(color->Y), mFrameWidth);
Converters.h 250 inline void get(uint8_t* pY, uint8_t* pU, uint8_t* pV) const
252 *pY = Y; *pU = U; *pV = V;
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 51 unsigned char *pY, unsigned char *pUV,
73 nB = *(pY + i * width + j);
83 nY = *(pY + i * width + j);
  /external/qemu/android/camera/
camera-format-converters.c     [all...]
  /external/opencv/cv/src/
cvsnakes.cpp 104 CvSepFilter pX, pY;
147 pY.init_deriv( TILE_SIZE+2, CV_8UC1, CV_16SC1, 0, 1, 3 );
309 pY.process( &_src1, &_dy );
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 152 milliseconds