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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 85 public int getBytesPerSample() {
163 result.setBytesPerSample(getBytesPerSample());
207 if (specification.getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED
208 && getBytesPerSample() != specification.getBytesPerSample()) {
265 if (specification.getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED
266 && getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED
267 && getBytesPerSample() != specification.getBytesPerSample()) {
425 int size = getBytesPerSample();
    [all...]
NativeFrame.java 178 int bps = getFormat().getBytesPerSample();
194 int bps = getFormat().getBytesPerSample();
GLFrame.java 83 if (format.getBytesPerSample() != 4) {
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ToRGBAFilter.java 64 mInputBPP = format.getBytesPerSample();
65 if (mLastFormat != null && mLastFormat.getBytesPerSample() == mInputBPP) return;
ToRGBFilter.java 64 mInputBPP = format.getBytesPerSample();
65 if (mLastFormat != null && mLastFormat.getBytesPerSample() == mInputBPP) return;
ToGrayFilter.java 69 int inputChannels = getInputFormat("image").getBytesPerSample();
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AppendTrack.java 86 if (ase1.getBytesPerSample() == ase2.getBytesPerSample()) {
87 ase.setBytesPerSample(ase1.getBytesPerSample());
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
AudioSampleEntry.java 109 public long getBytesPerSample() {
  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 86 mBytesPerFrame = AudioFormat.getBytesPerSample(mAudioFormat) * mChannelCount;
FileSynthesisCallback.java 281 int sampleSizeInBytes = AudioFormat.getBytesPerSample(audioFormat);
  /frameworks/base/media/java/android/media/
AudioFormat.java 213 public static int getBytesPerSample(int audioFormat)
JetPlayer.java 175 (AudioFormat.getBytesPerSample(AudioFormat.ENCODING_PCM_16BIT) *
AudioRecord.java 420 * (AudioFormat.getBytesPerSample(mAudioFormat));
    [all...]
AudioTrack.java 595 * (AudioFormat.getBytesPerSample(mAudioFormat));
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1334 milliseconds