Home | History | Annotate | Download | only in media

Lines Matching defs:INFO_OUTPUT_BUFFERS_CHANGED

574    } else if (outputBufferId == MediaCodec.INFO_OUTPUT_BUFFERS_CHANGED) {
651 buffers change. Since the {@link #INFO_OUTPUT_BUFFERS_CHANGED} event is deprecated, you can
2674 public static final int INFO_OUTPUT_BUFFERS_CHANGED = -3;
2680 INFO_OUTPUT_BUFFERS_CHANGED,
2700 if (res == INFO_OUTPUT_BUFFERS_CHANGED) {
3073 * #INFO_OUTPUT_BUFFERS_CHANGED}. After calling this method, any
3244 * {@link #INFO_OUTPUT_BUFFERS_CHANGED} event is received from the codec; therefore, the client
3248 * Since the {@link #INFO_OUTPUT_BUFFERS_CHANGED} event is deprecated, this can also be done