Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching defs:nsf

799     OMX_PARAM_ISONOISEFILTERTYPE nsf;
811 OMX_INIT_STRUCT_PTR (&nsf, OMX_PARAM_ISONOISEFILTERTYPE);
812 nsf.nPortIndex = OMX_ALL;
819 nsf.eMode = OMX_ISONoiseFilterModeOn;
826 nsf.eMode = OMX_ISONoiseFilterModeOff;
831 CAMHAL_LOGVB("Configuring NSF mode 0x%x", nsf.eMode);
834 &nsf);
837 CAMHAL_LOGEA("Error while setting NSF");