Searched refs:target_height (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/examples/ |
D | resize_util.c | 56 int width, height, target_width, target_height; in main() local 73 if (!parse_dim(argv[3], &target_width, &target_height)) { in main() 99 target_width, target_height); in main() 106 outbuf = (uint8_t*)malloc(target_width * target_height * 3 / 2); in main() 109 outbuf_u = outbuf + target_width * target_height; in main() 110 outbuf_v = outbuf_u + target_width * target_height / 4; in main() 119 target_height, target_width); in main() 120 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout); in main()
|
/external/libvpx/libvpx/test/ |
D | resize_util.sh | 53 local target_height=$((${YUV_RAW_INPUT_HEIGHT} / 2)) 55 resize_util "${target_width}x${target_height}" 61 local target_height=$((${YUV_RAW_INPUT_HEIGHT} * 2)) 63 resize_util "${target_width}x${target_height}"
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | video_processing_unittest.cc | 32 int target_height, 50 int target_height, 311 int target_height, argument 314 ASSERT_EQ(VPM_OK, vpm->SetTargetResolution(target_width, target_height, 30)); 319 if (target_width == source.width() && target_height == source.height()) { 329 EXPECT_EQ(target_height, (out_frame)->height()); 351 int target_height, argument 357 PreprocessFrameAndVerify(source_frame, target_width, target_height, vpm, 377 target_height);
|
/external/webrtc/webrtc/test/ |
D | frame_generator.cc | 138 size_t target_height, in ScrollingImageFrameGenerator() argument 151 RTC_DCHECK_GE(source_height, target_height); in ScrollingImageFrameGenerator() 157 static_cast<int>(target_height), in ScrollingImageFrameGenerator() 263 size_t target_height, in CreateScrollingInputFromYuvFiles() argument 275 clock, files, source_width, source_height, target_width, target_height, in CreateScrollingInputFromYuvFiles()
|
D | frame_generator.h | 57 size_t target_height,
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_impl.cc | 264 int target_height = height; in IncomingFrame() local 274 target_height = width; in IncomingFrame() 284 abs(target_height), in IncomingFrame()
|