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

  /external/webrtc/webrtc/api/objc/
RTCVideoFrame.h 29 @property(nonatomic, readonly) int32_t yPitch;
RTCVideoFrame.mm 56 - (int32_t)yPitch {
RTCOpenGLVideoRenderer.mm 352 if ((NSUInteger)frame.yPitch != frame.width ||
423 stride:frame.yPitch];
  /external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm 72 - (NSInteger)yPitch {
RTCOpenGLVideoRenderer.mm 371 if (frame.yPitch != frame.width || frame.uPitch != frame.chromaWidth ||
441 stride:frame.yPitch];
  /external/webrtc/talk/app/webrtc/objc/public/
RTCI420Frame.h 42 @property(nonatomic, readonly) NSInteger yPitch;
  /external/libjpeg-turbo/
tjunittest.c 304 int ypitch=PAD(pw, pad), uvpitch=PAD(cw, pad); local
313 unsigned char y=buf[ypitch*row+col];
331 unsigned char u=buf[ypitch*ph + (uvpitch*row+col)],
332 v=buf[ypitch*ph + uvpitch*ch + (uvpitch*row+col)];
358 printf("%.3d ", buf[ypitch*row+col]);
365 printf("%.3d ", buf[ypitch*ph + (uvpitch*row+col)]);
372 printf("%.3d ", buf[ypitch*ph + uvpitch*ch + (uvpitch*row+col)]);
  /external/libjpeg-turbo/java/
TJUnitTest.java 533 int ypitch = PAD(pw, pad), uvpitch = PAD(cw, pad); local
535 int correctsize = ypitch * ph +
547 byte y = buf[ypitch * row + col];
565 byte u = buf[ypitch * ph + (uvpitch * row + col)],
566 v = buf[ypitch * ph + uvpitch * ch + (uvpitch * row + col)];
590 int y = buf[ypitch * row + col];
599 int u = buf[ypitch * ph + (uvpitch * row + col)];
608 int v = buf[ypitch * ph + uvpitch * ch + (uvpitch * row + col)];
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_render.h 391 * \param Ypitch The number of bytes between rows of pixel data for the Y plane.
405 const Uint8 *Yplane, int Ypitch,
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_render.h 391 * \param Ypitch The number of bytes between rows of pixel data for the Y plane.
405 const Uint8 *Yplane, int Ypitch,
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_render.h 391 * \param Ypitch The number of bytes between rows of pixel data for the Y plane.
405 const Uint8 *Yplane, int Ypitch,
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_render.h 391 * \param Ypitch The number of bytes between rows of pixel data for the Y plane.
405 const Uint8 *Yplane, int Ypitch,
    [all...]
  /external/webrtc/talk/media/base/
videoframe_unittest.h 472 uint32_t ypitch,
483 IsPlaneEqual("y", frame.GetYPlane(), frame.GetYPitch(), y, ypitch,
    [all...]

Completed in 393 milliseconds