Home
last modified time | relevance | path

Searched refs:target_height (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/examples/
Dresize_util.c54 int width, height, target_width, target_height; in main() local
71 if (!parse_dim(argv[3], &target_width, &target_height)) { in main()
95 printf("Target size: %dx%d, Frames: ", target_width, target_height); in main()
102 outbuf = (uint8_t *)malloc(target_width * target_height * 3 / 2); in main()
105 outbuf_u = outbuf + target_width * target_height; in main()
106 outbuf_v = outbuf_u + target_width * target_height / 4; in main()
112 target_width / 2, target_height, target_width); in main()
113 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout); in main()
/external/libvpx/libvpx/test/
Dresize_util.sh53 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/
Dvideo_processing_unittest.cc32 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/
Dframe_generator.cc138 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()
Dframe_generator.h57 size_t target_height,
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.cc264 int target_height = height; in IncomingFrame() local
274 target_height = width; in IncomingFrame()
284 abs(target_height), in IncomingFrame()