OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps_pic_buf
(Results
1 - 8
of
8
) sorted by null
/external/libhevc/common/
ihevc_dpb_mgr.c
82
ps_dpb_info[i].
ps_pic_buf
= NULL;
120
pic_buf_t *
ps_pic_buf
,
131
if((ps_dpb_info[i].
ps_pic_buf
==
ps_pic_buf
)
132
&& (ps_dpb_info[i].
ps_pic_buf
->u1_used_as_ref))
143
if(NULL == ps_dpb_info[i].
ps_pic_buf
)
154
ps_dpb_info[i].
ps_pic_buf
=
ps_pic_buf
;
156
ps_dpb_info[i].
ps_pic_buf
->u1_buf_id = buf_id;
157
ps_dpb_info[i].
ps_pic_buf
->u1_used_as_ref = SHORT_TERM_REF
279
pic_buf_t *
ps_pic_buf
= NULL;
local
346
pic_buf_t *
ps_pic_buf
= NULL;
local
397
pic_buf_t *
ps_pic_buf
= NULL;
local
[
all
...]
ihevc_dpb_mgr.h
61
pic_buf_t *
ps_pic_buf
;
member in struct:dpb_info_t
92
pic_buf_t *
ps_pic_buf
,
/external/libhevc/decoder/
ihevcd_ref_list.c
101
pic_buf_t *
ps_pic_buf
;
local
315
if(ps_dpb_mgr->as_dpb_info[i].
ps_pic_buf
)
316
ps_dpb_mgr->as_dpb_info[i].
ps_pic_buf
->u1_used_as_ref = UNUSED_FOR_REF;
324
ps_pic_buf
= ihevc_dpb_mgr_get_ref_by_poc_lsb(ps_dpb_mgr, ai4_poc_lt_curr[i]);
325
if(NULL !=
ps_pic_buf
)
326
ps_pic_buf
->u1_used_as_ref = LONG_TERM_REF;
328
as_ref_pic_lt_curr[i] =
ps_pic_buf
;
332
ps_pic_buf
= ihevc_dpb_mgr_get_ref_by_poc(ps_dpb_mgr, ai4_poc_lt_curr[i]);
333
if(NULL !=
ps_pic_buf
)
334
ps_pic_buf
->u1_used_as_ref = LONG_TERM_REF
429
pic_buf_t *
ps_pic_buf
;
local
478
pic_buf_t *
ps_pic_buf
;
local
497
pic_buf_t *
ps_pic_buf
= ps_dpb_mgr->as_dpb_info[i].
ps_pic_buf
;
local
[
all
...]
ihevcd_mv_merge.c
295
pic_buf_t *
ps_pic_buf
;
local
328
ps_pic_buf
= (pic_buf_t *)((ps_ref_list[0][ref_idx_l0].pv_pic_buf));
329
cur_ref_poc =
ps_pic_buf
->i4_abs_poc;
330
cur_ref_poc_lt = (
ps_pic_buf
->u1_used_as_ref == LONG_TERM_REF);
374
ps_pic_buf
= (pic_buf_t *)((ps_ref_list[1][ref_idx_l1].pv_pic_buf));
375
cur_ref_poc =
ps_pic_buf
->i4_abs_poc;
376
cur_ref_poc_lt = (
ps_pic_buf
->u1_used_as_ref == LONG_TERM_REF);
ihevcd_utils.c
516
* Function to initialize
ps_pic_buf
structs add pic buffers to
520
* Function to initialize
ps_pic_buf
structs add pic buffers to
541
pic_buf_t *
ps_pic_buf
;
local
575
pu1_buf = (UWORD8 *)ps_codec->
ps_pic_buf
;
577
ps_pic_buf
= (pic_buf_t *)ps_codec->
ps_pic_buf
;
615
ps_pic_buf
->pu1_luma = pu1_buf + ps_codec->i4_strd * PAD_TOP + PAD_LEFT;
618
ps_pic_buf
->pu1_chroma = pu1_buf + ps_codec->i4_strd * (PAD_TOP / 2) + PAD_LEFT;
621
buf_ret = ihevc_buf_mgr_add((buf_mgr_t *)ps_codec->pv_pic_buf_mgr,
ps_pic_buf
, i);
628
ps_pic_buf
++
[
all
...]
ihevcd_parse_slice_header.c
871
if(ps_dpb_mgr->as_dpb_info[i].
ps_pic_buf
)
873
pic_buf_t *
ps_pic_buf
= ps_dpb_mgr->as_dpb_info[i].
ps_pic_buf
;
local
[
all
...]
ihevcd_api.c
3133
pic_buf_t *
ps_pic_buf
;
local
[
all
...]
ihevcd_structs.h
1966
void *
ps_pic_buf
;
member in struct:_codec_t
[
all
...]
Completed in 1454 milliseconds