OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in2_w
(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) {
206
e->src_rect.x = (crop->out2_w - crop->
in2_w
+ 1) / 2 - 1;
210
e->src_rect.w = crop->
in2_w
;
543
if (cropinfo != NULL && (crop->
in2_w
!= 0 || crop->in2_h != 0)) {
544
e->src_rect.x = (crop->out2_w - crop->
in2_w
+ 1) / 2 - 1;
546
e->src_rect.w = crop->
in2_w
;
/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) {
548
jpege_config.main_cfg.scale_cfg.input_width = CEILING2(scaling_params->
in2_w
);
mm_omx_jpeg_encoder.c
525
"main_img
in2_w
%d in2_h %d out2_w %d out2_h %d\n", __func__,
530
encode_params->scaling_params->
in2_w
,
538
if (encode_params->scaling_params->
in2_w
&&
542
recttype.nWidth = CEILING2(encode_params->scaling_params->
in2_w
);
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp
[
all
...]
/device/lge/mako/camera/
QCameraHWI_Still.cpp
[
all
...]
QCamera_Intf.h
1058
uint32_t
in2_w
;
member in struct:__anon2272
[
all
...]
Completed in 1159 milliseconds