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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c25 struct vpx_codec_pkt_list *pkt_list; member in struct:vp8_extracfg
89 /* pkt_list size depends on the maximum number of lagged frames allowed. */
90 vpx_codec_pkt_list_decl(64) pkt_list; member in struct:vpx_codec_alg_priv
404 oxcf->output_pkt_list = vp8_cfg.pkt_list;
621 priv->vp8_cfg.pkt_list = &priv->pkt_list.head;
763 vpx_codec_pkt_list_init(&ctx->pkt_list);
947 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt);
963 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt);
978 return vpx_codec_pkt_list_get(&ctx->pkt_list
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c23 struct vpx_codec_pkt_list *pkt_list; member in struct:vp9_extracfg
89 vpx_codec_pkt_list_decl(64) pkt_list; member in struct:vpx_codec_alg_priv
347 oxcf->output_pkt_list = extra_cfg->pkt_list;
541 priv->extra_cfg.pkt_list = &priv->pkt_list.head;
668 vpx_codec_pkt_list_init(&ctx->pkt_list);
842 vpx_codec_pkt_list_add(&ctx->pkt_list.head, &pkt);
855 return vpx_codec_pkt_list_get(&ctx->pkt_list.head, iter);

Completed in 64 milliseconds