OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps_unmark_node
(Results
1 - 2
of
2
) sorted by null
/external/libhevc/common/
ihevc_dpb_mgr.c
203
dpb_info_t *
ps_unmark_node
;
local
212
ps_unmark_node
= ps_next_dpb;
228
ps_unmark_node
= ps_next_dpb->ps_prev_dpb;
231
if(
ps_unmark_node
== ps_dpb_mgr->ps_dpb_head)
233
ps_dpb_mgr->ps_dpb_head =
ps_unmark_node
->ps_prev_dpb;
237
ps_next_dpb->ps_prev_dpb =
ps_unmark_node
->ps_prev_dpb; //update link
238
ps_unmark_node
->ps_prev_dpb = NULL;
243
ihevc_buf_mgr_release((buf_mgr_t *)ps_buf_mgr,
ps_unmark_node
->ps_pic_buf->u1_buf_id,
245
ps_unmark_node
->ps_prev_dpb = NULL;
246
ps_unmark_node
->ps_pic_buf = NULL
[
all
...]
/external/libavc/decoder/
ih264d_dpb_mgr.c
145
/*
ps_unmark_node
points to the node to be removed */
147
struct dpb_info_t *
ps_unmark_node
;
local
152
ps_unmark_node
= ps_next_dpb;
165
ps_unmark_node
= ps_next_dpb->ps_prev_long;
172
if(ps_lt_node_to_insert !=
ps_unmark_node
)
175
/* for the
ps_unmark_node
mark the corresponding field */
178
if(
ps_unmark_node
->s_top_field.u1_long_term_frame_idx
181
ps_unmark_node
->s_top_field.u1_reference_info =
183
ps_unmark_node
->s_top_field.u1_long_term_frame_idx =
187
if(
ps_unmark_node
->s_bot_field.u1_long_term_frame_id
450
struct dpb_info_t *
ps_unmark_node
= NULL;
local
[
all
...]
Completed in 5751 milliseconds