Searched defs:aom_codec_alg_priv (Results 1 – 2 of 2) sorted by relevance
44 struct aom_codec_alg_priv { struct45 aom_codec_priv_t base;46 aom_codec_dec_cfg_t cfg;47 aom_codec_stream_info_t si;48 aom_image_t img;49 int img_avail;50 int flushed;51 int invert_tile_order;52 RefCntBuffer *last_show_frame; // Last output frame buffer53 int byte_alignment;[all …]
526 struct aom_codec_alg_priv { struct527 aom_codec_priv_t base;528 aom_codec_enc_cfg_t cfg;529 struct av1_extracfg extra_cfg;530 aom_rational64_t timestamp_ratio;531 aom_codec_pts_t pts_offset;532 unsigned char pts_offset_initialized;533 AV1EncoderConfig oxcf;534 AV1_PRIMARY *ppi;535 unsigned char *cx_data;[all …]