/external/webrtc/sdk/android/src/jni/ |
D | java_i420_buffer.cc | 55 bool ret = libyuv::I420Scale( in JNI_JavaI420Buffer_CropAndScaleI420()
|
D | nv12_buffer.cc | 73 libyuv::I420Scale(src_y, src_stride_y, tmp_u, tmp_stride_u, tmp_v, in JNI_NV12Buffer_CropAndScale()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | scale.h | 63 int I420Scale(const uint8_t* src_y,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | scale.h | 56 int I420Scale(const uint8* src_y, int src_stride_y,
|
/external/libyuv/files/include/libyuv/ |
D | scale.h | 63 int I420Scale(const uint8_t* src_y,
|
/external/webrtc/rtc_tools/frame_analyzer/ |
D | video_geometry_aligner.cc | 59 libyuv::I420Scale(y_plane, frame->StrideY(), u_plane, frame->StrideU(), in CropAndZoom()
|
/external/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 415 libyuv::I420Scale( in NV12Scale() 466 libyuv::I420Scale(src_y, src_stride_y, src_u, src_uv_width, src_v, in NV12ToI420Scale()
|
/external/libyuv/files/unit_test/ |
D | scale_test.cc | 81 I420Scale(src_y, src_stride_y, src_u, src_stride_uv, src_v, src_stride_uv, in I420TestFilter() 89 I420Scale(src_y, src_stride_y, src_u, src_stride_uv, src_v, src_stride_uv, in I420TestFilter() 213 I420Scale(src_y, src_stride_y, src_u, src_stride_uv, src_v, src_stride_uv, in I420TestFilter_16()
|
/external/webrtc/api/video/ |
D | i420_buffer.cc | 208 libyuv::I420Scale(y_plane, src.StrideY(), u_plane, src.StrideU(), v_plane, in CropAndScaleFrom()
|
/external/libyuv/files/docs/ |
D | rotation.md | 95 Mirror functionality can also be achieved with the I420Scale and ARGBScale functions by passing neg…
|
D | filtering.md | 66 …ons, allowing 3 functions to sshare the same row functions - ARGBScale, I420Scale, and ARGBInterpo…
|
/external/libyuv/files/util/ |
D | yuvconvert.cc | 299 I420Scale( in main()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale.cc | 1566 int I420Scale(const uint8* src_y, int src_stride_y, in I420Scale() function 1638 return I420Scale(src_y, src_stride_y, in Scale() 1675 return I420Scale(src_y, src_width, in ScaleOffset()
|
/external/libvpx/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 551 I420Scale( in main()
|
/external/webrtc/modules/video_coding/codecs/h264/ |
D | h264_encoder_impl.cc | 439 libyuv::I420Scale(pictures_[i - 1].pData[0], pictures_[i - 1].iStride[0], in Encode()
|
/external/webrtc/modules/video_coding/codecs/test/ |
D | videoprocessor.cc | 125 I420Scale(ref_buffer.DataY(), ref_buffer.StrideY(), ref_buffer.DataU(), in CalculateFrameQuality()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.cc | 1640 int I420Scale(const uint8_t* src_y, in I420Scale() function 1732 return I420Scale(src_y, src_stride_y, src_u, src_stride_u, src_v, in Scale()
|
/external/libyuv/files/source/ |
D | scale.cc | 1718 int I420Scale(const uint8_t* src_y, in I420Scale() function 1879 return I420Scale(src_y, src_stride_y, src_u, src_stride_u, src_v, in Scale()
|
/external/libaom/libaom/apps/ |
D | aomdec.c | 132 return I420Scale(src->planes[AOM_PLANE_Y], src->stride[AOM_PLANE_Y], in libyuv_scale()
|
D | aomenc.c | 2007 I420Scale( in encode_frame()
|
/external/libvpx/libvpx/ |
D | vpxdec.c | 169 return I420Scale(src->planes[VPX_PLANE_Y], src->stride[VPX_PLANE_Y], in libyuv_scale()
|
D | vpxenc.c | 1350 I420Scale( in encode_frame()
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_vp8_encoder.cc | 1029 libyuv::I420Scale( in Encode()
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
D | libyuv_frame_buffer_utils.cc | 337 int ret = libyuv::I420Scale( in ResizeYv()
|