HomeSort by relevance Sort by last modified time
    Searched refs:BAND (Results 1 - 5 of 5) sorted by null

  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxAppConstants.java 108 public static final String BAND = "BAND";
144 /* Europe / US band limits */
149 /* Japan band limits */
FmRxRdsConfig.java 118 * sets the Band , De-Emp Filter and Mode option selections Spinner for the
122 // BAnd Spinner
363 spnBand.setSelection(fmConfigPreferences.getInt(BAND, DEFAULT_BAND));
408 editor.putInt(BAND, spnBand.getSelectedItemPosition());
FmRxApp.java 79 sFmRadio.rxSetBand() with default band will be called.
734 * Set the default band , if the fm app is getting started first
746 * Setting the default band after the volume change when FM app
750 /* Set the default band */
867 /* tune to default frequency after the band change callback . */
873 * enable/re-enable,else tune to the default frequency when band
1061 int band = fmConfigPreferences.getInt(BAND, DEFAULT_BAND); local
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 63 #define KNOWN 0 //known outside narrow band
64 #define BAND 1 //narrow band (known)
260 CV_MAT_ELEM(*f,uchar,i,j) = BAND;
391 CV_MAT_ELEM(*f,uchar,i,j) = BAND;
504 CV_MAT_ELEM(*f,uchar,i,j) = BAND;
603 CV_MAT_ELEM(*f,uchar,i,j) = BAND;
694 CV_MAT_ELEM(*f,uchar,i,j) = BAND;
731 CvMat *mask = 0, *band = 0, *f = 0, *t = 0, *out = 0; local
768 CV_CALL( band = cvCreateMat(erows, ecols, CV_8UC1))
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 77 milliseconds