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

  /external/chromium_org/content/renderer/media/webrtc/
webrtc_video_capturer_adapter.cc 171 const int dst_halfheight = (dst_height + 1) / 2; local
172 uint8* dst_v = dst_u + dst_halfwidth * dst_halfheight;
  /external/chromium_org/content/renderer/pepper/
pepper_media_stream_video_track_host.cc 151 const int dst_halfheight = (dst_height + 1) >> 1; local
159 dst_halfheight,
161 dst += dst_halfwidth * dst_halfheight;
169 dst_halfheight,
  /external/libyuv/files/source/
scale.cc 2947 int dst_halfheight = (dst_height + 1) >> 1; local
3010 int dst_halfheight = (dst_height + 1) >> 1; local
3061 int dst_halfheight = (dst_height + 1) >> 1; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
scale.cc 1607 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); local
1638 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); local
1686 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); local
    [all...]
  /external/chromium_org/third_party/libyuv/source/
scale.cc 1607 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); local
1638 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); local
1686 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3791 int dst_halfheight = (dst_height + 1) >> 1; local
3834 int dst_halfheight = (dst_height + 1) >> 1; local
3864 int dst_halfheight = (dst_height + 1) >> 1; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 3791 int dst_halfheight = (dst_height + 1) >> 1; local
3834 int dst_halfheight = (dst_height + 1) >> 1; local
3864 int dst_halfheight = (dst_height + 1) >> 1; local
    [all...]

Completed in 436 milliseconds