/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
D | YuvHelperTest.java | 82 YuvHelper.I420Copy(TEST_I420_Y, TEST_I420_STRIDE_Y, TEST_I420_U, TEST_I420_STRIDE_V, in testI420Copy() 97 YuvHelper.I420Copy(TEST_I420_Y, TEST_I420_STRIDE_Y, TEST_I420_U, TEST_I420_STRIDE_V, in testI420CopyTight()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | convert.h | 57 #define I420ToI420 I420Copy 59 int I420Copy(const uint8* src_y, int src_stride_y,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert.h | 63 #define I420ToI420 I420Copy 65 int I420Copy(const uint8_t* src_y,
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | YuvHelper.java | 18 public static void I420Copy(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Copy() method in YuvHelper 112 public static void I420Copy(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Copy() method in YuvHelper
|
/external/libyuv/files/include/libyuv/ |
D | convert.h | 93 #define I420ToI420 I420Copy 95 int I420Copy(const uint8_t* src_y,
|
/external/webrtc/modules/video_coding/codecs/av1/ |
D | libaom_av1_decoder.cc | 150 libyuv::I420Copy( in Decode()
|
/external/webrtc/common_video/libyuv/ |
D | libyuv_unittest.cc | 108 int ret = libyuv::I420Copy( in TEST_F() 276 int ret = libyuv::I420Copy( in TEST_F()
|
D | webrtc_libyuv.cc | 112 libyuv::I420Copy(input_frame->DataY(), input_frame->StrideY(), in ExtractBuffer()
|
/external/webrtc/sdk/android/src/jni/ |
D | yuv_helper.cc | 64 libyuv::I420Copy(src_y, src_stride_y, src_u, src_stride_u, src_v, in JNI_YuvHelper_I420Copy()
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_vp8_decoder.cc | 340 libyuv::I420Copy(img->planes[VPX_PLANE_Y], img->stride[VPX_PLANE_Y], in ReturnFrame()
|
/external/webrtc/api/video/ |
D | i420_buffer.cc | 95 RTC_CHECK_EQ(0, libyuv::I420Copy(data_y, stride_y, data_u, stride_u, data_v, in Copy()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_jpeg.cc | 40 I420Copy(data[0], strides[0], data[1], strides[1], data[2], strides[2], in JpegCopyI420()
|
D | rotate.cc | 423 return I420Copy(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420Rotate()
|
D | convert_from.cc | 1379 r = I420Copy(y, y_stride, u, u_stride, v, v_stride, dst_sample, in ConvertFromI420()
|
D | convert.cc | 69 int I420Copy(const uint8_t* src_y, in I420Copy() function
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_jpeg.cc | 39 I420Copy(data[0], strides[0], in JpegCopyI420()
|
D | rotate.cc | 380 return I420Copy(src_y, src_stride_y, in I420Rotate()
|
D | convert_from.cc | 1274 r = I420Copy(y, y_stride, in ConvertFromI420()
|
D | convert.cc | 63 int I420Copy(const uint8* src_y, int src_stride_y, in I420Copy() function
|
/external/v4l2_codec2/common/ |
D | FormatConverter.cpp | 224 libyuv::I420Copy(srcY, srcStrideY, srcU, srcStrideU, srcV, srcStrideV, dstY, dstStrideY, in convertBlock()
|
/external/libyuv/files/source/ |
D | convert_jpeg.cc | 40 I420Copy(data[0], strides[0], data[1], strides[1], data[2], strides[2], in JpegCopyI420()
|
D | rotate.cc | 454 return I420Copy(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420Rotate()
|
D | convert_from.cc | 1455 r = I420Copy(y, y_stride, u, u_stride, v, v_stride, dst_sample, in ConvertFromI420()
|
/external/webrtc/sdk/android/src/java/org/webrtc/ |
D | HardwareVideoEncoder.java | 662 YuvHelper.I420Copy(i420.getDataY(), i420.getStrideY(), i420.getDataU(), i420.getStrideU(),
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
D | libyuv_frame_buffer_utils.cc | 1268 int ret = libyuv::I420Copy( in FlipVerticallyYv()
|