Searched defs:vpx_codec_pkt_list (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
H A Dvpx_codec_internal.h393 struct vpx_codec_pkt_list { struct
400 union {struct vpx_codec_pkt_list head;\
401 struct {struct vpx_codec_pkt_list head;\
409 vpx_codec_pkt_list_add(struct vpx_codec_pkt_list *,
413 vpx_codec_pkt_list_get(struct vpx_codec_pkt_list *list,
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h455 struct vpx_codec_pkt_list { struct
462 union {struct vpx_codec_pkt_list head;\
463 struct {struct vpx_codec_pkt_list head;\
471 vpx_codec_pkt_list_add(struct vpx_codec_pkt_list *,
475 vpx_codec_pkt_list_get(struct vpx_codec_pkt_list *list,

Completed in 751 milliseconds