Home
last modified time | relevance | path

Searched refs:I420Copy (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert.h56 #define I420ToI420 I420Copy
58 int I420Copy(const uint8* src_y, int src_stride_y,
/external/libyuv/files/include/libyuv/
Dconvert.h26 #define I420ToI420 I420Copy
30 int I420Copy(const uint8* src_y, int src_stride_y,
/external/webrtc/talk/media/base/
Dvideoframe.cc109 return libyuv::I420Copy(GetYPlane(), GetYPitch(), in CopyToPlanes()
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc380 return I420Copy(src_y, src_stride_y, in I420Rotate()
Dconvert_jpeg.cc39 I420Copy(data[0], strides[0], in JpegCopyI420()
Dconvert_from.cc1274 r = I420Copy(y, y_stride, in ConvertFromI420()
Dconvert.cc63 int I420Copy(const uint8* src_y, int src_stride_y, in I420Copy() function
/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc497 TEST_F(PlanarFunctionsTest, I420Copy) { in TEST_F() argument
519 libyuv::I420Copy(y_pointer, y_pitch, in TEST_F()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc698 libyuv::I420Copy(y_ptr, stride, in DeliverPendingOutputs()
/external/libyuv/files/source/
Drotate.cc1070 return I420Copy(src_y, src_stride_y, in I420Rotate()
Dconvert.cc31 int I420Copy(const uint8* src_y, int src_stride_y, in I420Copy() function
1531 I420Copy(data[0], strides[0], in JpegCopyI420()
Dconvert_from.cc1351 r = I420Copy(y, y_stride, in ConvertFromI420()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc1340 libyuv::I420Copy(img->planes[VPX_PLANE_Y], img->stride[VPX_PLANE_Y], in ReturnFrame()