commit | 5576148fa3044494948a4b67074353c9ceb2302b | [log] [tgz] |
---|---|---|
author | Arun Menon <avmenon@codeaurora.org> | Mon Sep 30 15:08:27 2013 -0700 |
committer | Arun Menon <avmenon@codeaurora.org> | Thu Oct 10 13:06:17 2013 -0700 |
tree | b6bf73be884a698139c4289a4cfc56b9b608308c | |
parent | fd1b33dc8b66ac0b2b4f5c426403289f0452489a [diff] |
mm-video: vidc: report read only ftb to client In dynamic buffer mode, the firmware can continue to hold on to an output buffer reference after returning an FBD. In this case, the firmware marks the buffer as READ_ONLY. The omx component should let client know if the buffer is READ_ONLY or not, to prevent it from modifying the contents of the buffer. In static buffer mode, the READ_ONLY flag will never be set. Change-Id: I0746dada5e505489099ca1d58c54eff70f136ea8