Home | History | Annotate | Download | only in decoder

Lines Matching refs:i4_frametype

1062     ps_dec->i4_frametype = -1;
1847 ps_dec->i4_frametype = -1;
2432 /*Update the i4_frametype at the end of picture*/
2435 ps_dec->i4_frametype = IV_IDR_FRAME;
2439 ps_dec->i4_frametype = IV_B_FRAME;
2443 ps_dec->i4_frametype = IV_P_FRAME;
2447 ps_dec->i4_frametype = IV_I_FRAME;
3685 ps_dec_op->e_pic_type = ps_dec->i4_frametype;