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

/frameworks/base/media/java/android/media/videoeditor/
H A DAudioTrack.java550 frameDuration = (MediaProperties.SAMPLES_PER_FRAME_AMRWB * 1000)
552 sampleCount = MediaProperties.SAMPLES_PER_FRAME_AMRWB;
H A DMediaVideoItem.java558 frameDuration = (MediaProperties.SAMPLES_PER_FRAME_AMRWB * 1000)/
560 sampleCount = MediaProperties.SAMPLES_PER_FRAME_AMRWB;
H A DMediaProperties.java279 public static final int SAMPLES_PER_FRAME_AMRWB = 320; field in class:MediaProperties

Completed in 56 milliseconds