Home
last modified time | relevance | path

Searched refs:dst_halfwidth (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/renderer/media/webrtc/
Dwebrtc_video_capturer_adapter.cc170 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/
Dpepper_media_stream_video_track_host.cc150 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/
Dscale.cc2946 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/
Dscale.cc1606 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/
Dscale.cc1606 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/
Dscale.c3790 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 …]