summaryrefslogtreecommitdiffstats
path: root/media/libavextensions/mediaplayerservice/AVNuUtils.cpp
diff options
context:
space:
mode:
authorWeiyin Jiang <wjiang@codeaurora.org>2015-08-04 16:24:47 +0800
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:24:33 -0600
commitf9756b6900daa0f98bbcbb7d26f6184cda2a8eef (patch)
tree3fe629dfc56ac386f81476fd94b6ab80a3b56fd8 /media/libavextensions/mediaplayerservice/AVNuUtils.cpp
parentc9792cdfba32fd517b7940d5d1a2a93496afb80c (diff)
downloadframeworks_av-f9756b6900daa0f98bbcbb7d26f6184cda2a8eef.zip
frameworks_av-f9756b6900daa0f98bbcbb7d26f6184cda2a8eef.tar.gz
frameworks_av-f9756b6900daa0f98bbcbb7d26f6184cda2a8eef.tar.bz2
audio: add support for vorbis offloading
add support for vorbis offload playback Change-Id: Ic51a9d3e0fad1114908f59bfbc6ce62c6fd9fdea
Diffstat (limited to 'media/libavextensions/mediaplayerservice/AVNuUtils.cpp')
-rw-r--r--media/libavextensions/mediaplayerservice/AVNuUtils.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libavextensions/mediaplayerservice/AVNuUtils.cpp b/media/libavextensions/mediaplayerservice/AVNuUtils.cpp
index e890a61..2e2e511 100644
--- a/media/libavextensions/mediaplayerservice/AVNuUtils.cpp
+++ b/media/libavextensions/mediaplayerservice/AVNuUtils.cpp
@@ -61,6 +61,9 @@ bool AVNuUtils::isRAWFormat(const sp<AMessage> &) {
return false;
}
+bool AVNuUtils::isVorbisFormat(const sp<MetaData> &) {
+ return false;
+}
int AVNuUtils::updateAudioBitWidth(audio_format_t /*audioFormat*/,
const sp<AMessage> &){