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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h 113 int32 u_pitch = frame->GetUPitch(); local
126 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);

Completed in 38 milliseconds