HomeSort by relevance Sort by last modified time
    Searched defs:u_pitch (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h 138 int32 u_pitch = frame->GetUPitch(); local
151 u_pos += u_pitch;
videoframe.cc 56 const int32 u_pitch = GetUPitch(); local
71 result = stream->Write(src_u + row * u_pitch, half_width, NULL, error);
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_capture.h 76 u_pitch = 0;
87 int u_pitch; member in struct:webrtc::ViEVideoFrameI420
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
planarfunctions_unittest.cc 526 int u_pitch = (kWidth + 1) >> 1; local
545 u_pointer, u_pitch,
548 u_output_pointer, u_pitch,
563 int u_pitch = (kWidth + 1) >> 1; local
589 u_pointer, u_pitch,
592 u_output_pointer, u_pitch,
612 int u_pitch = (kWidth + 1) >> 1; local
640 u_output_pointer, u_pitch,
659 int u_pitch = (kWidth + 1) >> 1; local
684 u_output_pointer, u_pitch,
703 int u_pitch = (kWidth + 1) >> 1; local
843 int u_pitch = (kWidth + 1) >> 1; local
889 int u_pitch = (kWidth + 1) >> 1; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 504 int u_pitch = kTestWidth / 2 + 1; local
505 int v_pitch = u_pitch;
507 y_pitch, u_pitch, v_pitch);
535 current_pointer += u_pitch;

Completed in 1206 milliseconds