OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_height
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/examples/
resize_util.c
25
printf("%s <input_yuv> <width>x<height> <target_width>x<
target_height
> ",
54
int width, height, target_width,
target_height
;
local
71
if (!parse_dim(argv[3], &target_width, &
target_height
)) {
95
printf("Target size: %dx%d, Frames: ", target_width,
target_height
);
102
outbuf = (uint8_t *)malloc(target_width *
target_height
* 3 / 2);
105
outbuf_u = outbuf + target_width *
target_height
;
106
outbuf_v = outbuf_u + target_width *
target_height
/ 4;
112
target_width / 2,
target_height
, target_width);
113
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/msm8998/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 801 milliseconds