/* * Copyright (c) 2016, Alliance for Open Media. All rights reserved. * * This source code is subject to the terms of the BSD 2 Clause License and * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License * was not distributed with this source code in the LICENSE file, you can * obtain it at www.aomedia.org/license/software. If the Alliance for Open * Media Patent License 1.0 was not distributed with this source code in the * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
typedefstruct aom_dec_model_info {
uint32_t num_units_in_decoding_tick; int encoder_decoder_buffer_delay_length; int buffer_removal_time_length; int frame_presentation_time_length;
} aom_dec_model_info_t;
typedefstruct aom_dec_model_op_parameters { int decoder_model_param_present_flag;
int64_t bitrate;
int64_t buffer_size;
uint32_t decoder_buffer_delay;
uint32_t encoder_buffer_delay; int low_delay_mode_flag; int display_model_param_present_flag; int initial_display_delay;
} aom_dec_model_op_parameters_t;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.