OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_poc_id
(Results
1 - 2
of
2
) sorted by null
/external/libavc/common/
ih264_disp_mgr.c
156
WORD32
min_poc_id
;
local
161
min_poc_id
= -1;
170
min_poc_id
= id;
173
*pi4_buf_id =
min_poc_id
;
175
if(-1 ==
min_poc_id
)
180
pv_ret_ptr = ps_disp_mgr->apv_ptr[
min_poc_id
];
183
ps_disp_mgr->apv_ptr[
min_poc_id
] = NULL;
184
ps_disp_mgr->ai4_abs_poc[
min_poc_id
] = DEFAULT_POC;
/external/libhevc/common/
ihevc_disp_mgr.c
158
WORD32
min_poc_id
;
local
163
min_poc_id
= -1;
172
min_poc_id
= id;
175
*pi4_buf_id =
min_poc_id
;
177
if(-1 ==
min_poc_id
)
182
pv_ret_ptr = ps_disp_mgr->apv_ptr[
min_poc_id
];
185
ps_disp_mgr->apv_ptr[
min_poc_id
] = NULL;
186
ps_disp_mgr->ai4_abs_poc[
min_poc_id
] = DEFAULT_POC;
Completed in 83 milliseconds