HomeSort by relevance Sort by last modified time
    Searched refs:dst_halfwidth (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/renderer/media/webrtc/
webrtc_video_capturer_adapter.cc 170 const int dst_halfwidth = (dst_width + 1) / 2; local
172 uint8* dst_v = dst_u + dst_halfwidth * dst_halfheight;
185 dst_halfwidth,
187 dst_halfwidth,
  /external/chromium_org/content/renderer/pepper/
pepper_media_stream_video_track_host.cc 150 const int dst_halfwidth = (dst_width + 1) >> 1; local
157 dst_halfwidth,
158 dst_halfwidth,
161 dst += dst_halfwidth * dst_halfheight;
167 dst_halfwidth,
168 dst_halfwidth,
  /external/libyuv/files/source/
scale.cc 2946 int dst_halfwidth = (dst_width + 1) >> 1; local
3009 int dst_halfwidth = (dst_width + 1) >> 1; local
3060 int dst_halfwidth = (dst_width + 1) >> 1; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
scale.cc 1606 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); local
1637 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); local
1685 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); local
    [all...]
  /external/chromium_org/third_party/libyuv/source/
scale.cc 1606 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); local
1637 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); local
1685 int dst_halfwidth = SUBSAMPLE(dst_width, 1, 1); local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3790 int dst_halfwidth = (dst_width + 1) >> 1; local
3833 int dst_halfwidth = (dst_width + 1) >> 1; local
3863 int dst_halfwidth = (dst_width + 1) >> 1; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 3790 int dst_halfwidth = (dst_width + 1) >> 1; local
3833 int dst_halfwidth = (dst_width + 1) >> 1; local
3863 int dst_halfwidth = (dst_width + 1) >> 1; local
    [all...]

Completed in 389 milliseconds