OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aps_ref_pics
(Results
1 - 3
of
3
) sorted by null
/external/libmpeg2/decoder/
impeg2d_pic_proc.c
614
if(ps_dec->
aps_ref_pics
[0] == NULL)
616
ps_dec->
aps_ref_pics
[0] = ps_dec->ps_cur_pic;
620
else if(ps_dec->
aps_ref_pics
[1] == NULL)
622
ps_dec->
aps_ref_pics
[1] = ps_dec->ps_cur_pic;
623
impeg2_disp_mgr_add(&ps_dec->s_disp_mgr, ps_dec->
aps_ref_pics
[0], ps_dec->
aps_ref_pics
[0]->i4_buf_id);
628
impeg2_disp_mgr_add(&ps_dec->s_disp_mgr, ps_dec->
aps_ref_pics
[1], ps_dec->
aps_ref_pics
[1]->i4_buf_id);
629
impeg2_buf_mgr_release(ps_dec->pv_pic_buf_mg, ps_dec->
aps_ref_pics
[0]->i4_buf_id, BUF_MGR_REF);
630
ps_dec->
aps_ref_pics
[0] = ps_dec->aps_ref_pics[1]
[
all
...]
impeg2d_api_main.c
[
all
...]
impeg2d_structs.h
321
pic_buf_t *
aps_ref_pics
[2];
member in struct:dec_state_struct_t
Completed in 47 milliseconds