Home
last modified time | relevance | path

Searched refs:I420Rotate (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DYuvHelperTest.java154 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/
DYuvHelper.java69 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
DVideoFileRenderer.java115 YuvHelper.I420Rotate(i420.getDataY(), i420.getStrideY(), i420.getDataU(), i420.getStrideU(), in renderFrameOnRenderThread()
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drotate.h37 int I420Rotate(const uint8* src_y, int src_stride_y,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drotate.h36 int I420Rotate(const uint8_t* src_y,
/external/libyuv/files/docs/
Drotation.md42 # I420Rotate chapter
44 int I420Rotate(const uint8* src_y, int src_stride_y,
/external/libyuv/files/include/libyuv/
Drotate.h36 int I420Rotate(const uint8_t* src_y,
/external/libyuv/files/source/
Dconvert_to_i420.cc206 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()
Drotate.cc417 int I420Rotate(const uint8_t* src_y, in I420Rotate() function
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc206 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()
Drotate.cc386 int I420Rotate(const uint8_t* src_y, in I420Rotate() function
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_to_i420.cc235 r = I420Rotate(src_y, src_width, in ConvertToI420()
322 r = I420Rotate(y, y_stride, in ConvertToI420()
Drotate.cc350 int I420Rotate(const uint8* src_y, int src_stride_y, in I420Rotate() function
/external/libyuv/files/unit_test/
Drotate_test.cc56 I420Rotate(src_i420, src_width, src_i420 + src_i420_y_size, in I420TestRotate()
65 I420Rotate( in I420TestRotate()
/external/webrtc/sdk/android/src/jni/
Dyuv_helper.cc127 libyuv::I420Rotate(src_y, src_stride_y, src_u, src_stride_u, src_v, in JNI_YuvHelper_I420Rotate()
/external/webrtc/api/video/
Di420_buffer.cc122 libyuv::I420Rotate( in Rotate()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dlibyuv_frame_buffer_utils.cc771 int ret = libyuv::I420Rotate( in RotateYv()