Home
last modified time | relevance | path

Searched refs:last_out_fs (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/jmref/JM/ldecod/src/
H A Derc_do_p.c1846 if(p_Vid->last_out_fs->frame == NULL) in write_lost_ref_after_idr()
1848 p_Vid->last_out_fs->frame = alloc_storable_picture (p_Vid, FRAME, p_Vid->width, p_Vid->height, in write_lost_ref_after_idr()
1850 p_Vid->last_out_fs->is_used = 3; in write_lost_ref_after_idr()
1858 copy_to_conceal(p_Dpb->fs[pos]->frame, p_Vid->last_out_fs->frame, p_Vid); in write_lost_ref_after_idr()
H A Dmbuffer.c330 if(p_Vid->conceal_mode !=0 && !p_Vid->last_out_fs) in init_dpb()
331 p_Vid->last_out_fs = alloc_frame_store(); in init_dpb()
459 if(p_Vid->conceal_mode != 0 || p_Vid->last_out_fs) in free_dpb()
460 free_frame_store(p_Vid->last_out_fs); in free_dpb()
/dports/multimedia/jmref/JM/ldecod/inc/
H A Dglobal.h836 struct frame_store *last_out_fs; member