OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_height
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/test/
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/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);
/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/webrtc/webrtc/test/
frame_generator.h
46
// is the size of the source images, target_width/
target_height
is the size of
57
size_t
target_height
,
frame_generator.cc
138
size_t
target_height
,
151
RTC_DCHECK_GE(source_height,
target_height
);
157
static_cast<int>(
target_height
),
263
size_t
target_height
,
275
clock, files, source_width, source_height, target_width,
target_height
,
/external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc
32
int
target_height
,
43
// The |source_data| is cropped and scaled to |target_width| x |
target_height
|,
50
int
target_height
,
311
int
target_height
,
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
,
357
PreprocessFrameAndVerify(source_frame, target_width,
target_height
, vpm,
377
target_height
);
[
all
...]
/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
;
Completed in 294 milliseconds