Home
last modified time | relevance | path

Searched refs:getOutputFormat (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
DMediaCodecAudioDecoder.java194 public android.media.MediaFormat getOutputFormat() { in getOutputFormat() method in MediaCodecAudioDecoder
195 return mCodec.getOutputFormat(); in getOutputFormat()
DAudioDecoder.java66 public android.media.MediaFormat getOutputFormat() { in getOutputFormat() method in AudioDecoder
DMpegTsDefaultAudioTrackRenderer.java490 onOutputFormatChanged(mAudioDecoder.getOutputFormat()); in feedInputBuffer()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropExtras.java106 public String getOutputFormat() { in getOutputFormat() method in CropExtras
DCropActivity.java313 … (mCropExtras == null) ? null : mCropExtras.getOutputFormat(), mOriginalRotation); in startFinishOutput()