commit | da0517d8d2765c6454aaf4660004983c4c2c3e0c | [log] [tgz] |
---|---|---|
author | Taehwan Kim <t_h.kim@samsung.com> | Wed Sep 16 17:29:37 2020 +0900 |
committer | Wonsik Kim <wonsik@google.com> | Fri Sep 25 17:27:53 2020 +0000 |
tree | 0c10fcfd86ee12e377e6e97544be3b79f9b5d71f | |
parent | 10fd4b5fa7922198cd726fb85063623ad8e08279 [diff] |
CCodec: add to check pipelineFull() in feedInputBufferIfAvailableInternal() it is possible that input could be feeded over numSlots because that feedInputBufferIfAvailableInternal() can be called at multi-threads. so, need to check pipelineFull() for stopping it. Bug: 168575144 Change-Id: I879301f3d137aeb9d8935d97e906849af7ee7bc6 Signed-off-by: Taehwan Kim <t_h.kim@samsung.com>