HomeSort by relevance Sort by last modified time
    Searched defs:dpb_info_t (Results 1 - 3 of 3) sorted by null

  /external/libhevc/common/
ihevc_dpb_mgr.h 48 typedef struct dpb_info_t dpb_info_t; typedef in typeref:struct:dpb_info_t
56 struct dpb_info_t struct
66 dpb_info_t *ps_prev_dpb;
75 dpb_info_t *ps_dpb_head;
80 dpb_info_t as_dpb_info[MAX_DPB_BUFS];
  /external/libavc/common/
ih264_dpb_mgr.h 50 typedef struct dpb_info_t dpb_info_t; typedef in typeref:struct:dpb_info_t
59 struct dpb_info_t struct
69 dpb_info_t *ps_prev_dpb;
78 dpb_info_t *ps_dpb_short_term_head;
83 dpb_info_t *ps_dpb_long_term_head;
88 dpb_info_t as_dpb_info[MAX_DPB_BUFS];
  /external/libavc/decoder/
ih264d_dpb_manager.h 69 struct dpb_info_t struct
73 struct dpb_info_t *ps_prev_short;/** Link to the DPB with previous picNum */
74 struct dpb_info_t *ps_prev_long; /** Link to the DPB with previous long term frame*/
91 struct dpb_info_t *ps_dpb_st_head; /** Pointer to the most recent picNum */
92 struct dpb_info_t *ps_dpb_ht_head; /** Pointer to the smallest LT index */
93 struct dpb_info_t as_dpb_info[MAX_REF_BUFS]; /** Physical storage for dpbInfo for ref bufs */

Completed in 765 milliseconds