Searched defs:aom_codec_alg_priv (Results 1 – 2 of 2) sorted by relevance
39 struct aom_codec_alg_priv { struct40 aom_codec_priv_t base;41 aom_codec_dec_cfg_t cfg;42 aom_codec_stream_info_t si;43 aom_image_t img;44 int img_avail;45 int flushed;46 int invert_tile_order;47 RefCntBuffer *last_show_frame; // Last output frame buffer48 int byte_alignment;[all …]
511 struct aom_codec_alg_priv { struct512 aom_codec_priv_t base;513 aom_codec_enc_cfg_t cfg;514 struct av1_extracfg extra_cfg;515 aom_rational64_t timestamp_ratio;516 aom_codec_pts_t pts_offset;517 unsigned char pts_offset_initialized;518 AV1EncoderConfig oxcf;519 AV1_PRIMARY *ppi;520 unsigned char *cx_data;[all …]