Home
last modified time | relevance | path

Searched refs:I420Scale (Results 1 – 24 of 24) sorted by relevance

/external/webrtc/sdk/android/src/jni/
Djava_i420_buffer.cc55 bool ret = libyuv::I420Scale( in JNI_JavaI420Buffer_CropAndScaleI420()
Dnv12_buffer.cc73 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/
Dscale.h63 int I420Scale(const uint8_t* src_y,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dscale.h56 int I420Scale(const uint8* src_y, int src_stride_y,
/external/libyuv/files/include/libyuv/
Dscale.h63 int I420Scale(const uint8_t* src_y,
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_geometry_aligner.cc59 libyuv::I420Scale(y_plane, frame->StrideY(), u_plane, frame->StrideU(), in CropAndZoom()
/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc415 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/
Dscale_test.cc81 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/
Di420_buffer.cc208 libyuv::I420Scale(y_plane, src.StrideY(), u_plane, src.StrideU(), v_plane, in CropAndScaleFrom()
/external/libyuv/files/docs/
Drotation.md95 Mirror functionality can also be achieved with the I420Scale and ARGBScale functions by passing neg…
Dfiltering.md66 …ons, allowing 3 functions to sshare the same row functions - ARGBScale, I420Scale, and ARGBInterpo…
/external/libyuv/files/util/
Dyuvconvert.cc299 I420Scale( in main()
/external/libaom/libaom/third_party/libyuv/source/
Dscale.cc1566 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/
Dvp8_multi_resolution_encoder.c551 I420Scale( in main()
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_encoder_impl.cc439 libyuv::I420Scale(pictures_[i - 1].pData[0], pictures_[i - 1].iStride[0], in Encode()
/external/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc125 I420Scale(ref_buffer.DataY(), ref_buffer.StrideY(), ref_buffer.DataU(), in CalculateFrameQuality()
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale.cc1640 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/
Dscale.cc1718 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/
Daomdec.c132 return I420Scale(src->planes[AOM_PLANE_Y], src->stride[AOM_PLANE_Y], in libyuv_scale()
Daomenc.c2007 I420Scale( in encode_frame()
/external/libvpx/libvpx/
Dvpxdec.c169 return I420Scale(src->planes[VPX_PLANE_Y], src->stride[VPX_PLANE_Y], in libyuv_scale()
Dvpxenc.c1350 I420Scale( in encode_frame()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc1029 libyuv::I420Scale( in Encode()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dlibyuv_frame_buffer_utils.cc337 int ret = libyuv::I420Scale( in ResizeYv()