Searched refs:pkt_list (Results 1 – 2 of 2) sorted by relevance
29 struct vpx_codec_pkt_list *pkt_list; member85 vpx_codec_pkt_list_decl(64) pkt_list;381 oxcf->output_pkt_list = vp8_cfg.pkt_list; in set_vp8e_config()635 priv->vp8_cfg.pkt_list = &priv->pkt_list.head; in vp8e_init()812 vpx_codec_pkt_list_init(&ctx->pkt_list); in vp8e_encode()948 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt); in vp8e_encode()962 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt); in vp8e_encode()975 return vpx_codec_pkt_list_get(&ctx->pkt_list.head, iter); in vp8e_get_cxdata()
107 vpx_codec_pkt_list_decl(256) pkt_list;918 priv->cpi->output_pkt_list = &priv->pkt_list.head; in encoder_init()1118 vpx_codec_pkt_list_init(&ctx->pkt_list); in encoder_encode()1265 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt); in encoder_encode()1286 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt_sizes); in encoder_encode()1288 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt_psnr); in encoder_encode()1307 return vpx_codec_pkt_list_get(&ctx->pkt_list.head, iter); in encoder_get_cxdata()