HomeSort by relevance Sort by last modified time
    Searched refs:src_dim (Results 26 - 34 of 34) sorted by null

12

  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 103 job.encode_job.main_dim.src_dim = m_stream->s_config.stream_info->dim;
107 job.encode_job.thumb_dim.src_dim = m_stream->s_config.stream_info->dim;
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 103 job.encode_job.main_dim.src_dim = m_stream->s_config.stream_info->dim;
107 job.encode_job.thumb_dim.src_dim = m_stream->s_config.stream_info->dim;
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 296 p_job_params->main_dim.src_dim.width = p_obj->width;
297 p_job_params->main_dim.src_dim.height = p_obj->height;
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 298 p_job_params->main_dim.src_dim.width = p_obj->width;
299 p_job_params->main_dim.src_dim.height = p_obj->height;
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 585 main_buf_info->src_dim.width = main_stream->mWidth;
586 main_buf_info->src_dim.height = main_stream->mHeight;
592 __func__, main_buf_info->src_dim.width, main_buf_info->src_dim.height,
613 thumb_buf_info->src_dim.width = thumb_stream->mWidth;
614 thumb_buf_info->src_dim.height = thumb_stream->mHeight;
619 __func__, thumb_buf_info->src_dim.width, thumb_buf_info->src_dim.height,
638 main_buf_info->out_dim.width = main_buf_info->src_dim.width;
639 main_buf_info->out_dim.height = main_buf_info->src_dim.height
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 291 main_buf_info->src_dim.width = pme->dim.picture_width;
292 main_buf_info->src_dim.height = pme->dim.picture_height;
322 thumb_buf_info->src_dim.width = pme->dim.thumbnail_width;
323 thumb_buf_info->src_dim.height = pme->dim.thumbnail_height;
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 319 p_jobparams->main_dim.src_dim.width;
321 p_jobparams->main_dim.src_dim.height;
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 315 (OMX_U32)p_jobparams->main_dim.src_dim.width;
317 (OMX_U32)p_jobparams->main_dim.src_dim.height;

Completed in 5144 milliseconds

12