Searched refs:target_height (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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() 109 target_height, target_width); in main() 110 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout); in main()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | blit_engine_c2d.cpp | 321 int target_height = 0; in PreCommit() local 352 target_height += height; in PreCommit() 355 dst_rects[processed_blit].top = FLOAT(target_height - height); in PreCommit() 365 if (blit_needed && (AllocateBlitTargetBuffers(target_width, target_height, in PreCommit() 378 layer.input_buffer->height = target_height; in PreCommit()
|