Searched defs:sample (Results 26 - 27 of 27) sorted by relevance

12

/frameworks/base/media/java/android/media/
H A DAudioService.java377 // listener for SoundPool sample load completion indication
1483 * Once loaded, the value in poolId is the sample ID and the same
1484 * sample can be reused for another effect using the same file.
1493 * this indicates we have a valid sample loaded for this effect.
1498 // Do not load sample if this effect uses the MediaPlayer
1622 public void setLastSample(int sample) { argument
1623 mLastSample = sample;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp162 // and another HAL implementation corrupts memory, possibly in the sample rate converter.
1700 // hardware sample rate
2391 void sample(const String8 &title);
2411 void CpuStats::sample(const String8 &title) { function in class:android::CpuStats
2417 // record sample for wall clock statistics
2419 mWcStats.sample(wcNs);
2432 // ignore sample for purposes of cycles
2436 // if no change in CPU number or frequency, then record sample for cycle statistics
2439 mHzStats.sample(cycles);
2533 cpuStats.sample(myNam
[all...]

Completed in 98 milliseconds

12