diff options
author | Bill Yi <byi@google.com> | 2015-02-19 14:31:45 -0800 |
---|---|---|
committer | Bill Yi <byi@google.com> | 2015-02-19 14:31:45 -0800 |
commit | 28d41f5640cab96b5cac4b4b233ae9f721c96975 (patch) | |
tree | 3a599fee60b6b17b0310689b1b09cd8052de7e93 /libs/gui/BufferQueueConsumer.cpp | |
parent | 5fa8f9305e8db81fa0007a016318846f1dfef4b9 (diff) | |
parent | 26cc3d0b67ff4daf31eaeed0ecd87b391978aadb (diff) | |
download | frameworks_native-28d41f5640cab96b5cac4b4b233ae9f721c96975.zip frameworks_native-28d41f5640cab96b5cac4b4b233ae9f721c96975.tar.gz frameworks_native-28d41f5640cab96b5cac4b4b233ae9f721c96975.tar.bz2 |
Merge commit '26cc3d0b67ff4daf31eaeed0ecd87b391978aadb' into HEAD
Diffstat (limited to 'libs/gui/BufferQueueConsumer.cpp')
-rw-r--r-- | libs/gui/BufferQueueConsumer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/BufferQueueConsumer.cpp b/libs/gui/BufferQueueConsumer.cpp index a798b18..36e3c06 100644 --- a/libs/gui/BufferQueueConsumer.cpp +++ b/libs/gui/BufferQueueConsumer.cpp @@ -488,7 +488,7 @@ void BufferQueueConsumer::setConsumerName(const String8& name) { mConsumerName = name; } -status_t BufferQueueConsumer::setDefaultBufferFormat(PixelFormat defaultFormat) { +status_t BufferQueueConsumer::setDefaultBufferFormat(uint32_t defaultFormat) { ATRACE_CALL(); BQ_LOGV("setDefaultBufferFormat: %u", defaultFormat); Mutex::Autolock lock(mCore->mMutex); |