/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
D | YuvHelperTest.java | 154 YuvHelper.I420Rotate(TEST_I420_Y, TEST_I420_STRIDE_Y, TEST_I420_U, TEST_I420_STRIDE_V, in testI420Rotate90() 169 YuvHelper.I420Rotate(TEST_I420_Y, TEST_I420_STRIDE_Y, TEST_I420_U, TEST_I420_STRIDE_V, in testI420Rotate90Tight()
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | YuvHelper.java | 69 public static void I420Rotate(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Rotate() method in YuvHelper 126 public static void I420Rotate(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Rotate() method in YuvHelper
|
D | VideoFileRenderer.java | 115 YuvHelper.I420Rotate(i420.getDataY(), i420.getStrideY(), i420.getDataU(), i420.getStrideU(), in renderFrameOnRenderThread()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | rotate.h | 37 int I420Rotate(const uint8* src_y, int src_stride_y,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate.h | 36 int I420Rotate(const uint8_t* src_y,
|
/external/libyuv/files/docs/ |
D | rotation.md | 42 # I420Rotate chapter 44 int I420Rotate(const uint8* src_y, int src_stride_y,
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 36 int I420Rotate(const uint8_t* src_y,
|
/external/libyuv/files/source/ |
D | convert_to_i420.cc | 206 r = I420Rotate(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToI420() 263 r = I420Rotate(dst_y, dst_stride_y, dst_u, dst_stride_u, dst_v, in ConvertToI420()
|
D | rotate.cc | 417 int I420Rotate(const uint8_t* src_y, in I420Rotate() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_i420.cc | 206 r = I420Rotate(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToI420() 263 r = I420Rotate(dst_y, dst_stride_y, dst_u, dst_stride_u, dst_v, in ConvertToI420()
|
D | rotate.cc | 386 int I420Rotate(const uint8_t* src_y, in I420Rotate() function
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_to_i420.cc | 235 r = I420Rotate(src_y, src_width, in ConvertToI420() 322 r = I420Rotate(y, y_stride, in ConvertToI420()
|
D | rotate.cc | 350 int I420Rotate(const uint8* src_y, int src_stride_y, in I420Rotate() function
|
/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 56 I420Rotate(src_i420, src_width, src_i420 + src_i420_y_size, in I420TestRotate() 65 I420Rotate( in I420TestRotate()
|
/external/webrtc/sdk/android/src/jni/ |
D | yuv_helper.cc | 127 libyuv::I420Rotate(src_y, src_stride_y, src_u, src_stride_u, src_v, in JNI_YuvHelper_I420Rotate()
|
/external/webrtc/api/video/ |
D | i420_buffer.cc | 122 libyuv::I420Rotate( in Rotate()
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
D | libyuv_frame_buffer_utils.cc | 771 int ret = libyuv::I420Rotate( in RotateYv()
|