Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:TICameraParameters

27 #include "TICameraParameters.h"
102 { OMX_COLOR_FormatRawBayer10bit, TICameraParameters::PIXEL_FORMAT_RAW },
583 params->set(CameraProperties::ZOOM_SUPPORTED, TICameraParameters::ZOOM_UNSUPPORTED);
584 params->set(CameraProperties::SMOOTH_ZOOM_SUPPORTED, TICameraParameters::ZOOM_UNSUPPORTED);
586 params->set(CameraProperties::ZOOM_SUPPORTED, TICameraParameters::ZOOM_SUPPORTED);
587 params->set(CameraProperties::SMOOTH_ZOOM_SUPPORTED, TICameraParameters::ZOOM_SUPPORTED);
768 strncat(supported, TICameraParameters::IPP_NONE, MAX_PROP_NAME_LENGTH);
772 strncat(supported, TICameraParameters::IPP_LDC, MAX_PROP_NAME_LENGTH);
777 strncat(supported, TICameraParameters::IPP_NSF, MAX_PROP_NAME_LENGTH);
782 strncat(supported, TICameraParameters::IPP_LDCNSF, MAX_PROP_NAME_LENGTH);