/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
resize_util.c | 22 printf("%s <input_yuv> <width>x<height> <target_width>x<target_height> ", 48 int width, height, target_width, target_height; local 63 if (!parse_dim(argv[3], &target_width, &target_height)) { 89 target_width, target_height); 96 outbuf = (uint8_t*)malloc(target_width * target_height * 3 / 2); 99 outbuf_u = outbuf + target_width * target_height; 100 outbuf_v = outbuf_u + target_width * target_height / 4; 107 outbuf, target_width, outbuf_u, outbuf_v, 108 target_width / 2, 109 target_height, target_width); [all...] |
/external/libvpx/libvpx/examples/ |
resize_util.c | 22 printf("%s <input_yuv> <width>x<height> <target_width>x<target_height> ", 48 int width, height, target_width, target_height; local 63 if (!parse_dim(argv[3], &target_width, &target_height)) { 89 target_width, target_height); 96 outbuf = (uint8_t*)malloc(target_width * target_height * 3 / 2); 99 outbuf_u = outbuf + target_width * target_height; 100 outbuf_v = outbuf_u + target_width * target_height / 4; 107 outbuf, target_width, outbuf_u, outbuf_v, 108 target_width / 2, 109 target_height, target_width); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
resize_util.c | 22 printf("%s <input_yuv> <width>x<height> <target_width>x<target_height> ", 48 int width, height, target_width, target_height; local 63 if (!parse_dim(argv[3], &target_width, &target_height)) { 89 target_width, target_height); 96 outbuf = (uint8_t*)malloc(target_width * target_height * 3 / 2); 99 outbuf_u = outbuf + target_width * target_height; 100 outbuf_v = outbuf_u + target_width * target_height / 4; 107 outbuf, target_width, outbuf_u, outbuf_v, 108 target_width / 2, 109 target_height, target_width); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
resize_util.sh | 49 local target_width=$((${YUV_RAW_INPUT_WIDTH} / 2)) 52 resize_util "${target_width}x${target_height}" 57 local target_width=$((${YUV_RAW_INPUT_WIDTH} * 2)) 60 resize_util "${target_width}x${target_height}"
|
/external/chromium_org/third_party/webrtc/modules/video_capture/ |
video_capture_impl.cc | 287 int target_width = width; local 291 target_width = abs(height); 295 //Calc16ByteAlignedStride(target_width, &stride_y, &stride_uv); 299 int ret = _captureFrame.CreateEmptyFrame(target_width,
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/ |
annotate.c | 51 u8 target_width; member in struct:annotate_browser 158 ab->target_width, addr); 646 browser->target_width = browser->min_addr_width; 648 browser->target_width = browser->max_addr_width; 650 browser->addr_width = browser->target_width; 949 browser.addr_width = browser.target_width = browser.min_addr_width = hex_width(size);
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
LunarView.java | 83 public static final double TARGET_WIDTH = 1.6; // width of target 273 mGoalWidth = (int) (mLanderWidth * TARGET_WIDTH); [all...] |
/external/chromium_org/ash/wm/dock/ |
docked_window_layout_manager.cc | 242 // Returns width that is as close as possible to |target_width| while being 245 int GetWindowWidthCloseTo(const aura::Window* window, int target_width) { 252 std::min(target_width, [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoengine.cc | 3957 int target_width = new_width; local [all...] |