Searched refs:SAMPLES_PER_FRAME_AMRNB (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/videoeditor/
H A DAudioTrack.java543 frameDuration = (MediaProperties.SAMPLES_PER_FRAME_AMRNB * 1000)
545 sampleCount = MediaProperties.SAMPLES_PER_FRAME_AMRNB;
H A DMediaVideoItem.java553 frameDuration = (MediaProperties.SAMPLES_PER_FRAME_AMRNB*1000)/
555 sampleCount = MediaProperties.SAMPLES_PER_FRAME_AMRNB;
H A DMediaProperties.java278 public static final int SAMPLES_PER_FRAME_AMRNB = 160; field in class:MediaProperties

Completed in 91 milliseconds