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

/frameworks/base/media/java/android/media/videoeditor/
H A DAudioTrack.java557 frameDuration = (MediaProperties.SAMPLES_PER_FRAME_AAC * 1000)
559 sampleCount = MediaProperties.SAMPLES_PER_FRAME_AAC;
H A DMediaVideoItem.java563 frameDuration = (MediaProperties.SAMPLES_PER_FRAME_AAC * 1000)/
565 sampleCount = MediaProperties.SAMPLES_PER_FRAME_AAC;
H A DMediaProperties.java276 public static final int SAMPLES_PER_FRAME_AAC = 1024; field in class:MediaProperties

Completed in 119 milliseconds