Re: [FFmpeg-devel] [PATCH] avcodec/mediacodecdec: add debug logging around hw buffer lifecycle

2018-03-12 Thread Aman Gupta
On Sat, Mar 10, 2018 at 11:48 PM, Aman Gupta wrote: > From: Aman Gupta > > Some Android devices are very finicky about how quicky output buffers > are returned back to the decoder, especially when they are associated > with a Surface. > > This commit adds a new counter that keeps track of exactl

[FFmpeg-devel] [PATCH] avcodec/mediacodecdec: add debug logging around hw buffer lifecycle

2018-03-10 Thread Aman Gupta
From: Aman Gupta Some Android devices are very finicky about how quicky output buffers are returned back to the decoder, especially when they are associated with a Surface. This commit adds a new counter that keeps track of exactly how many hw output buffers are being retained by the user, along