09356ed279da8eb325de89b9c61f3c3546c0e99b

Due to delayed unmap feature on decoder output buffers, refcount will become one when no one uses the buffer in driver. In release done functonality, remove the buffer from maps list only if refcount equal to one. If refcount is more than one indicates the buffer is being used, so do not remove from maps list. There are chances that same decoder output buffer might be queued by the client in which case we are not supposed to unmap it from maps list in release done. Change-Id: I69250c3efa89d77055e89770fd441af1fb50b755 Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
Descrição
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%