Home | History | Annotate | Download | only in HAL

Lines Matching full:streaminfo

1769         ALOGE("allocateStreamInfoBuf: Unable to allocate streamInfo object");
1780 cam_stream_info_t *streamInfo = (cam_stream_info_t *)streamInfoBuf->getPtr(0);
1781 memset(streamInfo, 0, sizeof(cam_stream_info_t));
1782 streamInfo->stream_type = stream_type;
1783 rc = mParameters.getStreamFormat(stream_type, streamInfo->fmt);
1784 rc = mParameters.getStreamDimension(stream_type, streamInfo->dim);
1785 rc = mParameters.getStreamRotation(stream_type, streamInfo->pp_config, streamInfo->dim);
1786 streamInfo->num_bufs = getBufNumRequired(stream_type);
1787 streamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
1788 streamInfo->is_secure = NON_SECURE;
1793 streamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
1795 streamInfo->streaming_mode = CAM_STREAMING_MODE_BURST;
1796 streamInfo->num_of_burst = mParameters.getNumOfSnapshots()
1809 streamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
1811 streamInfo->streaming_mode = CAM_STREAMING_MODE_BURST;
1812 streamInfo->num_of_burst = mParameters.getNumOfSnapshots();
1815 streamInfo->is_secure = SECURE;
1817 streamInfo->is_secure = NON_SECURE;
1822 streamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
1824 streamInfo->streaming_mode = CAM_STREAMING_MODE_BURST;
1825 streamInfo->num_of_burst = mParameters.getNumOfSnapshots()
1832 streamInfo->useAVTimer = mParameters.isAVTimerEnabled();
1833 streamInfo->dis_enable = mParameters.isDISEnabled();
1842 streamInfo->is_type = static_cast<cam_is_type_t>(atoi(value));
1844 streamInfo->is_type = IS_TYPE_NONE;
1848 streamInfo->is_secure = SECURE;
1855 ALOGD("%s: Stream type %d is secure: %d", __func__, stream_type, streamInfo->is_secure);
1862 streamInfo->pp_config.feature_mask |= CAM_QCOM_FEATURE_FLIP;
1863 streamInfo->pp_config.flip = flipMode;
1870 streamInfo->pp_config.feature_mask |= CAM_QCOM_FEATURE_SHARPNESS;
1871 streamInfo->pp_config.sharpness = mParameters.getInt(QCameraParameters::KEY_QC_SHARPNESS);
1875 streamInfo->pp_config.feature_mask |= CAM_QCOM_FEATURE_EFFECT;
1877 streamInfo->pp_config.effect = getEffectValue(effect);
1880 streamInfo->pp_config.feature_mask |= CAM_QCOM_FEATURE_DENOISE2D;
1881 streamInfo->pp_config.denoise2d.denoise_enable = 1;
1882 streamInfo