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

  /external/webrtc/webrtc/api/objc/
RTCVideoFrame.h 31 @property(nonatomic, readonly) int32_t vPitch;
RTCVideoFrame.mm 64 - (int32_t)vPitch {
RTCOpenGLVideoRenderer.mm 354 (NSUInteger)frame.vPitch != frame.chromaWidth) {
437 stride:frame.vPitch];
  /external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm 80 - (NSInteger)vPitch {
RTCOpenGLVideoRenderer.mm 372 frame.vPitch != frame.chromaWidth) {
455 stride:frame.vPitch];
  /external/webrtc/talk/app/webrtc/objc/public/
RTCI420Frame.h 44 @property(nonatomic, readonly) NSInteger vPitch;
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce.c 228 unsigned vpitch = align(enc->luma->level[0].nblk_y, 16); local
229 unsigned fsize = pitch * (vpitch + vpitch / 2);
232 *chroma_offset = *luma_offset + pitch * vpitch;
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_render.h 395 * \param Vpitch The number of bytes between rows of pixel data for the V plane.
407 const Uint8 *Vplane, int Vpitch);
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_render.h 395 * \param Vpitch The number of bytes between rows of pixel data for the V plane.
407 const Uint8 *Vplane, int Vpitch);
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_render.h 395 * \param Vpitch The number of bytes between rows of pixel data for the V plane.
407 const Uint8 *Vplane, int Vpitch);
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_render.h 395 * \param Vpitch The number of bytes between rows of pixel data for the V plane.
407 const Uint8 *Vplane, int Vpitch);
    [all...]
  /external/webrtc/talk/media/base/
videoframe_unittest.h 476 uint32_t vpitch,
489 IsPlaneEqual("v", frame.GetVPlane(), frame.GetVPitch(), v, vpitch,
    [all...]

Completed in 131 milliseconds