Searched refs:DequeueOutputResult (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaCodecBridge.java51 private static class DequeueOutputResult { class in class:MediaCodecBridge
58 private DequeueOutputResult(int index, int flags, int offset, method in class:MediaCodecBridge.DequeueOutputResult
67 @CalledByNative("DequeueOutputResult")
70 @CalledByNative("DequeueOutputResult")
73 @CalledByNative("DequeueOutputResult")
76 @CalledByNative("DequeueOutputResult")
79 @CalledByNative("DequeueOutputResult")
198 private DequeueOutputResult dequeueOutputBuffer(long timeoutUs) {
204 // TODO(qinmin): return a special code through DequeueOutputResult
213 return new DequeueOutputResult(
[all...]

Completed in 78 milliseconds