/external/chromium_org/content/renderer/media/webrtc/ |
D | webrtc_video_capturer_adapter.cc | 170 const int dst_halfwidth = (dst_width + 1) / 2; in UpdateI420Buffer() local 172 uint8* dst_v = dst_u + dst_halfwidth * dst_halfheight; in UpdateI420Buffer() 185 dst_halfwidth, in UpdateI420Buffer() 187 dst_halfwidth, in UpdateI420Buffer()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_media_stream_video_track_host.cc | 150 const int dst_halfwidth = (dst_width + 1) >> 1; in ConvertFromMediaVideoFrame() local 157 dst_halfwidth, in ConvertFromMediaVideoFrame() 158 dst_halfwidth, in ConvertFromMediaVideoFrame() 161 dst += dst_halfwidth * dst_halfheight; in ConvertFromMediaVideoFrame() 167 dst_halfwidth, in ConvertFromMediaVideoFrame() 168 dst_halfwidth, in ConvertFromMediaVideoFrame()
|
/external/libyuv/files/source/ |
D | scale.cc | 2946 int dst_halfwidth = (dst_width + 1) >> 1; in I420Scale() local 2954 if ((dst_width & 1) && dst_stride_u && dst_halfwidth > abs(dst_stride_u)) { in I420Scale() 2955 dst_halfwidth = dst_width >> 1; in I420Scale() 2964 int uv_dst_plane_size = dst_halfwidth * dst_halfheight; in I420Scale() 2975 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight, in I420Scale() 2978 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight, in I420Scale() 3009 int dst_halfwidth = (dst_width + 1) >> 1; in Scale() local 3018 if ((dst_width & 1) && dst_stride_u && dst_halfwidth > abs(dst_stride_u)) { in Scale() 3019 dst_halfwidth = dst_width >> 1; in Scale() 3028 int uv_dst_plane_size = dst_halfwidth * dst_halfheight; in Scale() [all …]
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
D | scale.cc | 1606 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale() local 1617 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight, in I420Scale() 1620 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight, in I420Scale() 1637 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale_16() local 1648 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight, in I420Scale_16() 1651 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight, in I420Scale_16() 1685 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in ScaleOffset() local 1694 (dst_yoffset_even >> 1) * dst_halfwidth; in ScaleOffset() 1695 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + in ScaleOffset() 1696 (dst_yoffset_even >> 1) * dst_halfwidth; in ScaleOffset() [all …]
|
/external/chromium_org/third_party/libyuv/source/ |
D | scale.cc | 1606 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale() local 1617 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight, in I420Scale() 1620 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight, in I420Scale() 1637 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in I420Scale_16() local 1648 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight, in I420Scale_16() 1651 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight, in I420Scale_16() 1685 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); in ScaleOffset() local 1694 (dst_yoffset_even >> 1) * dst_halfwidth; in ScaleOffset() 1695 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + in ScaleOffset() 1696 (dst_yoffset_even >> 1) * dst_halfwidth; in ScaleOffset() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.c | 3790 int dst_halfwidth = (dst_width + 1) >> 1; in I420Scale() local 3797 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight, in I420Scale() 3800 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight, in I420Scale() 3833 int dst_halfwidth = (dst_width + 1) >> 1; in Scale() local 3841 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight, in Scale() 3844 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight, in Scale() 3863 int dst_halfwidth = (dst_width + 1) >> 1; in ScaleOffset() local 3872 (dst_yoffset >> 1) * dst_halfwidth; in ScaleOffset() 3873 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + in ScaleOffset() 3874 (dst_yoffset >> 1) * dst_halfwidth; in ScaleOffset() [all …]
|