OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAMPLES_PER_FRAME_AMRNB
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java
543
frameDuration = (MediaProperties.
SAMPLES_PER_FRAME_AMRNB
* 1000)
545
sampleCount = MediaProperties.
SAMPLES_PER_FRAME_AMRNB
;
MediaVideoItem.java
553
frameDuration = (MediaProperties.
SAMPLES_PER_FRAME_AMRNB
*1000)/
555
sampleCount = MediaProperties.
SAMPLES_PER_FRAME_AMRNB
;
MediaProperties.java
278
public static final int
SAMPLES_PER_FRAME_AMRNB
= 160;
Completed in 25 milliseconds