OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dpb_info_t
(Results
1 - 9
of
9
) 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];
ihevc_dpb_mgr.c
78
dpb_info_t
*ps_dpb_info = ps_dpb_mgr->as_dpb_info;
124
dpb_info_t
*ps_dpb_info;
201
dpb_info_t
*ps_next_dpb;
203
dpb_info_t
*ps_unmark_node;
345
dpb_info_t
*ps_next_ref;
399
dpb_info_t
*ps_next_ref;
448
dpb_info_t
*ps_dpb_info;
/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];
ih264_dpb_mgr.c
90
dpb_info_t
*ps_dpb_info = ps_dpb_mgr->as_dpb_info;
143
dpb_info_t
*ps_dpb_node1 = ps_dpb_mgr->ps_dpb_short_term_head;
144
dpb_info_t
*ps_dpb_node2;
231
dpb_info_t
*ps_dpb_node1 = ps_dpb_mgr->ps_dpb_short_term_head;
232
dpb_info_t
*ps_dpb_node2;
320
dpb_info_t
*ps_dpb_node1 = ps_dpb_mgr->ps_dpb_short_term_head;
321
dpb_info_t
*ps_dpb_node2;
403
dpb_info_t
*ps_dpb_node1 = ps_dpb_mgr->ps_dpb_long_term_head;
404
dpb_info_t
*ps_dpb_node2;
486
dpb_info_t
s_dpb_head
[
all
...]
/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 */
ih264d_dpb_mgr.c
72
struct
dpb_info_t
*ps_dpb_info = ps_dpb_mgr->as_dpb_info;
137
struct
dpb_info_t
*ps_lt_node_to_insert,
144
struct
dpb_info_t
*ps_next_dpb;
147
struct
dpb_info_t
*ps_unmark_node;
248
struct
dpb_info_t
*ps_mov_node,
304
struct
dpb_info_t
*ps_next_dpb = ps_dpb_mgr->ps_dpb_ht_head;
315
struct
dpb_info_t
*ps_nxtDPB = ps_next_dpb;
367
struct
dpb_info_t
*ps_dpb_info = ps_dpb_mgr->as_dpb_info;
448
struct
dpb_info_t
*ps_next_dpb;
450
struct
dpb_info_t
*ps_unmark_node = NULL
[
all
...]
ih264d_process_pslice.c
[
all
...]
ih264d_process_bslice.c
[
all
...]
ih264d_utils.c
[
all
...]
Completed in 208 milliseconds