Searched refs:target_width (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
D | resize_util.c | 48 int width, height, target_width, target_height; in main() local 63 if (!parse_dim(argv[3], &target_width, &target_height)) { in main() 89 target_width, target_height); in main() 96 outbuf = (uint8_t*)malloc(target_width * target_height * 3 / 2); in main() 99 outbuf_u = outbuf + target_width * target_height; in main() 100 outbuf_v = outbuf_u + target_width * target_height / 4; in main() 107 outbuf, target_width, outbuf_u, outbuf_v, in main() 108 target_width / 2, in main() 109 target_height, target_width); in main() 110 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout); in main()
|
/external/libvpx/libvpx/examples/ |
D | resize_util.c | 48 int width, height, target_width, target_height; in main() local 63 if (!parse_dim(argv[3], &target_width, &target_height)) { in main() 89 target_width, target_height); in main() 96 outbuf = (uint8_t*)malloc(target_width * target_height * 3 / 2); in main() 99 outbuf_u = outbuf + target_width * target_height; in main() 100 outbuf_v = outbuf_u + target_width * target_height / 4; in main() 107 outbuf, target_width, outbuf_u, outbuf_v, in main() 108 target_width / 2, in main() 109 target_height, target_width); in main() 110 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout); in main()
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
D | resize_util.sh | 52 local target_width=$((${YUV_RAW_INPUT_WIDTH} / 2)) 55 resize_util "${target_width}x${target_height}" 60 local target_width=$((${YUV_RAW_INPUT_WIDTH} * 2)) 63 resize_util "${target_width}x${target_height}"
|
/external/chromium_org/third_party/webrtc/modules/video_capture/ |
D | video_capture_impl.cc | 287 int target_width = width; in IncomingFrame() local 291 target_width = abs(height); in IncomingFrame() 299 int ret = _captureFrame.CreateEmptyFrame(target_width, in IncomingFrame()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/ |
D | annotate.c | 51 u8 target_width; member 158 ab->target_width, addr); in annotate_browser__write() 646 browser->target_width = browser->min_addr_width; in annotate_browser__update_addr_width() 648 browser->target_width = browser->max_addr_width; in annotate_browser__update_addr_width() 650 browser->addr_width = browser->target_width; in annotate_browser__update_addr_width() 949 browser.addr_width = browser.target_width = browser.min_addr_width = hex_width(size); in symbol__tui_annotate()
|
/external/chromium_org/ash/wm/dock/ |
D | docked_window_layout_manager.cc | 245 int GetWindowWidthCloseTo(const aura::Window* window, int target_width) { in GetWindowWidthCloseTo() argument 252 std::min(target_width, in GetWindowWidthCloseTo()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine.cc | 3903 int target_width = new_width; in MaybeResetVieSendCodec() local 3907 target_width = target_codec.width; in MaybeResetVieSendCodec() 3942 target_width != cur_width || target_height != cur_height; in MaybeResetVieSendCodec() 3952 vie_codec.width = target_width; in MaybeResetVieSendCodec()
|