mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Add dropped input buffers to DebugTextViewHelper
The field is more relevant with the `experimentalSetLateThresholdToDropDecoderInputUs` API. PiperOrigin-RevId: 726383978
This commit is contained in:
parent
b9ef0353cf
commit
38cfd7dc36
@ -182,6 +182,8 @@ public class DebugTextViewHelper {
|
||||
+ counters.skippedOutputBufferCount
|
||||
+ " rb:"
|
||||
+ counters.renderedOutputBufferCount
|
||||
+ " dib:"
|
||||
+ counters.droppedInputBufferCount
|
||||
+ " db:"
|
||||
+ counters.droppedBufferCount
|
||||
+ " mcdb:"
|
||||
|
Loading…
x
Reference in New Issue
Block a user