Searched defs:aom_codec_alg_priv (Results 1 – 2 of 2) sorted by relevance
38 struct aom_codec_alg_priv { struct39 aom_codec_priv_t base;40 aom_codec_dec_cfg_t cfg;41 aom_codec_stream_info_t si;42 aom_image_t img;43 int img_avail;44 int flushed;45 int invert_tile_order;46 RefCntBuffer *last_show_frame; // Last output frame buffer47 int byte_alignment;[all …]
279 struct aom_codec_alg_priv { struct280 aom_codec_priv_t base;281 aom_codec_enc_cfg_t cfg;282 struct av1_extracfg extra_cfg;283 aom_rational64_t timestamp_ratio;284 aom_codec_pts_t pts_offset;285 unsigned char pts_offset_initialized;286 AV1EncoderConfig oxcf;287 AV1_COMP *cpi;288 unsigned char *cx_data;[all …]