gecko-dev/dom/media/platforms/android
John Lin ac062e7031 Bug 1394239 - don't return video frames that MDSM won't show. r=jya
In some Android ROMs, MediaCodec doesn't allocate additional buffers to reduce
consumer starvation and will not work when MDSM grips most recently returned
frame before rearching seek target. Implement SetSeekThreshold() to get actual
seek target to check if video buffers can be released back to remote decoder
immediately.

MozReview-Commit-ID: 7IetuVxCXc0

--HG--
extra : rebase_source : 8e8643dbde757d41a26de45663a8232b4c66c386
2017-09-11 12:50:48 +08:00
..
AndroidDecoderModule.cpp Bug 1396515: Fix incorrect && and || operator placements. r=sylvestre 2017-09-04 11:27:43 +02:00
AndroidDecoderModule.h Bug 1339748: P2. Let the MediaDataDecoder tells the format it wants. r=cpearce 2017-02-17 22:19:55 +01:00
JavaCallbacksSupport.h Bug 1369992 - Make GetNative as public for clang. r=jolin 2017-06-03 21:09:58 +09:00
RemoteDataDecoder.cpp Bug 1394239 - don't return video frames that MDSM won't show. r=jya 2017-09-11 12:50:48 +08:00
RemoteDataDecoder.h Bug 1394239 - don't return video frames that MDSM won't show. r=jya 2017-09-11 12:50:48 +08:00