HomeSort by relevance Sort by last modified time
    Searched refs:in2_h (Results 1 - 8 of 8) sorted by null

  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 203 if (crop->in2_w != 0 || crop->in2_h != 0) {
207 e->src_rect.y = (crop->out2_h - crop->in2_h + 1) / 2 - 1;
210 e->src_rect.h = crop->in2_h;
542 if (cropinfo != NULL && (crop->in2_w != 0 || crop->in2_h != 0)) {
544 e->src_rect.y = (crop->out2_h - crop->in2_h + 1) / 2 - 1;
546 e->src_rect.h = crop->in2_h;
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 202 if (crop->in2_w != 0 || crop->in2_h != 0) {
206 e->src_rect.y = (crop->out2_h - crop->in2_h + 1) / 2 - 1;
209 e->src_rect.h = crop->in2_h;
541 if (cropinfo != NULL && (crop->in2_w != 0 || crop->in2_h != 0)) {
543 e->src_rect.y = (crop->out2_h - crop->in2_h + 1) / 2 - 1;
545 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:__anon3731
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCamera_Intf.h 1024 uint32_t in2_h; member in struct:__anon3968
    [all...]

Completed in 351 milliseconds