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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h 96 int32 y_pitch = frame->GetYPitch(); local
104 y_pos += y_pitch;
videoframe.cc 55 const int32 y_pitch = GetYPitch(); local
64 result = stream->Write(src_y + row * y_pitch, width, NULL, error);

Completed in 219 milliseconds