Home
last modified time | relevance | path

Searched refs:I_PICTURE (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.h106 I_PICTURE = 0, enumerator
H A Davsd_parse.c217 ph->picture_coding_type = I_PICTURE; in get_i_picture_header()
513 if (p_dec->ph.picture_coding_type == I_PICTURE) { in avsd_set_dpb()
794 p_dec->cur->pic_type = pic_type = I_PICTURE; in avsd_parse_stream()
H A Davsd_api.c350 if (!ctx->hard_err && p_dec->ph.picture_coding_type == I_PICTURE) in avsd_callback()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_global.h153 I_PICTURE = 0, enumerator
H A Davs2d_dpb.c246 if (mgr->output_poi == NO_VAL && ph->picture_type == I_PICTURE) { in compute_frame_order_index()
490 frm->intra_frame_flag = (frm->scene_frame_flag || frm->picture_type == I_PICTURE); in dpb_alloc_frame()
H A Davs2d_ps.c597 ph->picture_type = I_PICTURE; in parse_picture_header_intra()