OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBytesPerFrame
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java
86
mBytesPerFrame =
getBytesPerFrame
(mAudioFormat) * mChannelCount;
232
private static int
getBytesPerFrame
(int audioFormat) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AppendTrack.java
76
if (ase1.
getBytesPerFrame
() == ase2.
getBytesPerFrame
()) {
77
ase.setBytesPerFrame(ase1.
getBytesPerFrame
());
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
AudioSampleEntry.java
105
public long
getBytesPerFrame
() {
Completed in 152 milliseconds