Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching defs:nsf

773     OMX_PARAM_ISONOISEFILTERTYPE nsf;
785 OMX_INIT_STRUCT_PTR (&nsf, OMX_PARAM_ISONOISEFILTERTYPE);
786 nsf.nPortIndex = OMX_ALL;
793 nsf.eMode = OMX_ISONoiseFilterModeOn;
800 nsf.eMode = OMX_ISONoiseFilterModeOff;
805 CAMHAL_LOGVB("Configuring NSF mode 0x%x", nsf.eMode);
808 &nsf);
811 CAMHAL_LOGEA("Error while setting NSF");