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

  /external/chromium_org/third_party/libyuv/include/libyuv/
convert.h 56 #define I420ToI420 I420Copy
58 int I420Copy(const uint8* src_y, int src_stride_y,
  /external/libyuv/files/include/libyuv/
convert.h 26 #define I420ToI420 I420Copy
30 int I420Copy(const uint8* src_y, int src_stride_y,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc 92 return libyuv::I420Copy(GetYPlane(), GetYPitch(),
  /external/chromium_org/third_party/libyuv/source/
convert_jpeg.cc 39 I420Copy(data[0], strides[0],
rotate.cc     [all...]
convert_from.cc 14 #include "libyuv/convert.h" // For I420Copy
    [all...]
convert.cc 63 int I420Copy(const uint8* src_y, int src_stride_y,
    [all...]
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
webrtc_libyuv.cc 317 return libyuv::I420Copy(src_frame->buffer(kYPlane),
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
planarfunctions_unittest.cc 523 TEST_F(PlanarFunctionsTest, I420Copy) {
544 libyuv::I420Copy(y_pointer, y_pitch,
    [all...]
  /external/libyuv/files/source/
rotate.cc     [all...]
convert.cc 31 int I420Copy(const uint8* src_y, int src_stride_y,
    [all...]
convert_from.cc 14 #include "libyuv/convert.h" // For I420Copy
    [all...]

Completed in 4411 milliseconds