Home
last modified time | relevance | path

Searched refs:pkt_list (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/vp8/
Dvp8_cx_iface.c29 struct vpx_codec_pkt_list *pkt_list; member
90 …vpx_codec_pkt_list_decl(64) pkt_list; // changed to accomendate the maximum number of…
345 oxcf->output_pkt_list = vp8_cfg.pkt_list; in set_vp8e_config()
526 priv->vp8_cfg.pkt_list = &priv->pkt_list.head; in vp8e_init()
662 vpx_codec_pkt_list_init(&ctx->pkt_list); in vp8e_encode()
802 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt); in vp8e_encode()
818 return vpx_codec_pkt_list_get(&ctx->pkt_list.head, iter); in vp8e_get_cxdata()