Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h263/
H A Dh263d_parser.c52 H263VOPType pict_type; member
117 pp->vop_coding_type = hdr_curr->pict_type; in h263d_fill_picture_parameters()
126 pp->prev_coding_type = hdr_ref0->pict_type; in h263d_fill_picture_parameters()
152 H263VOPType pict_type = H263_INVALID_VOP; in h263_parse_picture_header() local
179 pict_type = val; in h263_parse_picture_header()
200 p->found_i_vop = (pict_type == H263_I_VOP); in h263_parse_picture_header()
206 hdr_curr->pict_type = pict_type; in h263_parse_picture_header()
442 p->found_i_vop, p->hdr_curr.pict_type, ret); in mpp_h263_parser_decode()
532 if (hdr_curr->pict_type == H263_P_VOP) { in mpp_h263_parser_setup_refer()