fix a typo causing pre-rotation to never work
Change-Id: I8d698ec52d53ef1a553b887c7329413e1f49cc72
This commit is contained in:
parent
016c8cbce4
commit
b364be8e55
@ -609,7 +609,7 @@ status_t BufferQueue::queueBuffer(int buf,
|
|||||||
mBufferHasBeenQueued = true;
|
mBufferHasBeenQueued = true;
|
||||||
mDequeueCondition.broadcast();
|
mDequeueCondition.broadcast();
|
||||||
|
|
||||||
output->inflate(mDefaultWidth, mDefaultHeight, mDefaultHeight);
|
output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint);
|
||||||
|
|
||||||
ATRACE_INT(mConsumerName.string(), mQueue.size());
|
ATRACE_INT(mConsumerName.string(), mQueue.size());
|
||||||
} // scope for the lock
|
} // scope for the lock
|
||||||
|
Loading…
Reference in New Issue
Block a user