OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps_prev_short
(Results
1 - 5
of
5
) sorted by null
/external/libavc/decoder/
ih264d_dpb_mgr.c
77
ps_dpb_info[i].
ps_prev_short
= NULL;
405
ps_dpb_info[i].
ps_prev_short
= ps_dpb_mgr->ps_dpb_st_head;
484
if((WORD32)ps_next_dpb->
ps_prev_short
->i4_frame_num == i4_frame_num)
486
ps_next_dpb = ps_next_dpb->
ps_prev_short
;
517
ps_unmark_node = ps_next_dpb->
ps_prev_short
;
578
ps_dpb_mgr->ps_dpb_st_head = ps_next_dpb->
ps_prev_short
;
580
ps_next_dpb->
ps_prev_short
= ps_unmark_node->
ps_prev_short
; //update link
592
ps_unmark_node->
ps_prev_short
= NULL;
633
ps_dpb_info[i].
ps_prev_short
= NULL
[
all
...]
ih264d_dpb_manager.h
73
struct dpb_info_t *
ps_prev_short
;/** Link to the DPB with previous picNum */
member in struct:dpb_info_t
ih264d_process_bslice.c
[
all
...]
ih264d_process_pslice.c
[
all
...]
ih264d_utils.c
[
all
...]
Completed in 832 milliseconds