HomeSort by relevance Sort by last modified time
    Searched full:ypitch (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/keyboard/resources/elements/
kb-keyset.js 18 * Weight assigned to space between keys, of the form "xPitch yPitch".
19 * Defaults to xPitch = yPitch if it's only a single number.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCI420Frame.mm 69 - (NSInteger)yPitch {
RTCOpenGLVideoRenderer.mm 370 NSParameterAssert(frame.yPitch == frame.width);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCI420Frame.h 42 @property(nonatomic, readonly) NSInteger yPitch;
  /external/chromium_org/third_party/libjpeg_turbo/
tjunittest.c 244 int ypitch=PAD(pw, 4), uvpitch=PAD(cw, 4); local
252 unsigned char y=buf[ypitch*row+col];
270 unsigned char u=buf[ypitch*ph + (uvpitch*row+col)],
271 v=buf[ypitch*ph + uvpitch*ch + (uvpitch*row+col)];
297 printf("%.3d ", buf[ypitch*row+col]);
304 printf("%.3d ", buf[ypitch*ph + (uvpitch*row+col)]);
311 printf("%.3d ", buf[ypitch*ph + uvpitch*ch + (uvpitch*row+col)]);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 422 const uint8* y, uint32 ypitch,
433 IsPlaneEqual("y", frame.GetYPlane(), frame.GetYPitch(), y, ypitch,
    [all...]

Completed in 108 milliseconds