OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in2_h
(Results
1 - 6
of
6
) sorted by null
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c
204
if (crop->in2_w != 0 || crop->
in2_h
!= 0) {
208
e->src_rect.y = (crop->out2_h - crop->
in2_h
+ 1) / 2 - 1;
211
e->src_rect.h = crop->
in2_h
;
543
if (cropinfo != NULL && (crop->in2_w != 0 || crop->
in2_h
!= 0)) {
545
e->src_rect.y = (crop->out2_h - crop->
in2_h
+ 1) / 2 - 1;
547
e->src_rect.h = crop->
in2_h
;
/device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.c
534
"main_img in2_w %d
in2_h
%d out2_w %d out2_h %d\n",
537
scaling_params->in2_w, scaling_params->
in2_h
,
540
if(scaling_params->in2_w && scaling_params->
in2_h
) {
549
jpege_config.main_cfg.scale_cfg.input_height = CEILING2(scaling_params->
in2_h
);
mm_omx_jpeg_encoder.c
525
"main_img in2_w %d
in2_h
%d out2_w %d out2_h %d\n", __func__,
531
encode_params->scaling_params->
in2_h
,
539
encode_params->scaling_params->
in2_h
) {
543
recttype.nHeight = CEILING2(encode_params->scaling_params->
in2_h
);
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp
[
all
...]
/device/lge/mako/camera/
QCameraHWI_Still.cpp
[
all
...]
QCamera_Intf.h
1060
uint32_t
in2_h
;
member in struct:__anon2272
[
all
...]
Completed in 277 milliseconds