HomeSort by relevance Sort by last modified time
    Searched defs:MediaProperties (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/java/android/media/videoeditor/
MediaVideoItem.java 149 case MediaProperties.FILE_3GP:
150 case MediaProperties.FILE_MP4:
151 case MediaProperties.FILE_M4V:
159 case MediaProperties.VCODEC_H263:
160 case MediaProperties.VCODEC_H264:
161 case MediaProperties.VCODEC_MPEG4:
552 MediaProperties.ACODEC_AMRNB ) {
553 frameDuration = (MediaProperties.SAMPLES_PER_FRAME_AMRNB*1000)/
554 MediaProperties.DEFAULT_SAMPLING_FREQUENCY;
555 sampleCount = MediaProperties.SAMPLES_PER_FRAME_AMRNB
    [all...]
MediaProperties.java 28 public class MediaProperties {
327 private MediaProperties() {
436 return MediaProperties.AUDIO_MAX_VOLUME_PERCENT;
443 return MediaProperties.AUDIO_MAX_TRACK_COUNT;

Completed in 278 milliseconds