HomeSort by relevance Sort by last modified time
    Searched defs:target_height (Results 1 - 5 of 5) sorted by null

  /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;
109 target_height, target_width);
110 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout);
  /external/libvpx/libvpx/examples/
resize_util.c 25 printf("%s <input_yuv> <width>x<height> <target_width>x<target_height> ",
56 int width, height, target_width, target_height; local
73 if (!parse_dim(argv[3], &target_width, &target_height)) {
99 target_width, target_height);
106 outbuf = (uint8_t*)malloc(target_width * target_height * 3 / 2);
109 outbuf_u = outbuf + target_width * target_height;
110 outbuf_v = outbuf_u + target_width * target_height / 4;
119 target_height, target_width);
120 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout);
  /external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc 264 int target_height = height; local
274 target_height = width;
284 abs(target_height),
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.cpp 315 int target_height = 0; local
346 target_height += height;
349 dst_rects[processed_blit].top = FLOAT(target_height - height);
359 if (blit_needed && (AllocateBlitTargetBuffers(target_width, target_height,
371 layer->input_buffer->height = target_height;
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
blit_engine_c2d.cpp 321 int target_height = 0; local
353 target_height += height;
372 if (blit_needed && (AllocateBlitTargetBuffers(target_width, target_height,
386 layer->input_buffer->unaligned_height = target_height;

Completed in 242 milliseconds