OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_height
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/msm8998/sdm/libs/utils/
rect.cpp
232
float
in_height
= in_rect.bottom - in_rect.top;
local
237
out_rect->top = out_rect->bottom -
in_height
;
/external/webrtc/talk/media/base/
videoadapter_unittest.cc
98
const int
in_height
= abs(captured_frame->height);
local
100
video_adapter_->AdaptFrameResolution(in_width,
in_height
);
104
in_height
== adapted_format.height);
[
all
...]
/external/webrtc/webrtc/video/
send_statistics_proxy.cc
98
int
in_height
= input_height_counter_.Avg(kMinRequiredSamples);
local
104
in_height
);
/external/webp/src/dec/
vp8l_dec.c
492
const int
in_height
= io->mb_h;
local
515
WebPRescalerInit(dec->rescaler, in_width,
in_height
, (uint8_t*)scaled_data,
[
all
...]
Completed in 255 milliseconds