Lines Matching refs:sample

41  *  which each sample of a pixel occupies one data element of the DataBuffer.
45 * with images which store sample data for each band in a different bank of the
51 * a given sample and the corresponding sample in the same column of the next
54 * of the DataBuffer holding each band to the first sample of the band.
156 * the number of banks in this sample model.
241 * bits per sample, and the TransferTypes are the same.
397 * an int array, one sample per data array element.
446 * Returns as int the sample in a specified band for the pixel
454 * @return the sample in the specified band for the specified pixel.
463 int sample =
466 return sample;
470 * Returns the sample in a specified band
478 * @return a float value that represents the sample in the specified
488 float sample = data.getElemFloat(bankIndices[b],
490 return sample;
494 * Returns the sample in a specified band
502 * @return a double value that represents the sample in the specified
512 double sample = data.getElemDouble(bankIndices[b],
514 return sample;
519 * of pixels in an int array, one sample per data array element.
583 * bits per sample, and the TransferTypes are the same.
685 * one sample per array element.
725 * Sets a sample in the specified band for the pixel located at (x,y)
732 * @param s The input sample as an int
748 * Sets a sample in the specified band for the pixel located at (x,y)
755 * @param s The input sample as a float
772 * Sets a sample in the specified band for the pixel located at (x,y)
779 * @param s The input sample as a double
797 * of pixels from an int array containing one sample per data array element.
805 * @param iArray The input sample array