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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h 114 int32 v_pitch = frame->GetVPitch(); local
127 v_pos += v_pitch;
videoframe.cc 57 const int32 v_pitch = GetVPitch(); local
78 result = stream->Write(src_v + row * v_pitch, half_width, NULL, error);

Completed in 50 milliseconds