Lines Matching refs:slot_idx
144 RK_S32 slot_idx; member
441 header->slot_idx = -1; in init_mpg4_header()
857 (p->hdr_ref0.slot_idx == -1 || p->hdr_ref1.slot_idx == -1)) { in mpeg4_parse_vop_header()
957 pp->wDecodedPictureIndex = hdr_curr->slot_idx; in mpg4d_fill_picture_parameters()
958 pp->wForwardRefPictureIndex = hdr_ref0->slot_idx; in mpg4d_fill_picture_parameters()
959 pp->wBackwardRefPictureIndex = hdr_ref1->slot_idx; in mpg4d_fill_picture_parameters()
1126 RK_S32 index = hdr_ref0->slot_idx; in mpp_mpg4_parser_flush()
1147 RK_S32 index = hdr_ref0->slot_idx; in mpp_mpg4_parser_reset()
1158 hdr_ref0->slot_idx = -1; in mpp_mpg4_parser_reset()
1161 index = hdr_ref1->slot_idx; in mpp_mpg4_parser_reset()
1164 hdr_ref1->slot_idx = -1; in mpp_mpg4_parser_reset()
1460 hdr_curr->slot_idx = index; in mpp_mpg4_parser_setup_hal_output()
1482 index = p->hdr_ref0.slot_idx; in mpp_mpg4_parser_setup_refer()
1487 index = p->hdr_ref1.slot_idx; in mpp_mpg4_parser_setup_refer()
1517 mpp_assert((hdr_ref0->slot_idx >= 0) && (hdr_ref1->slot_idx >= 0)); in mpp_mpg4_parser_update_dpb()
1520 index = hdr_curr->slot_idx; in mpp_mpg4_parser_update_dpb()
1534 index = hdr_ref0->slot_idx; in mpp_mpg4_parser_update_dpb()
1540 mpp_buf_slot_set_flag(slots, hdr_curr->slot_idx, SLOT_CODEC_USE); in mpp_mpg4_parser_update_dpb()
1543 index = hdr_ref1->slot_idx; in mpp_mpg4_parser_update_dpb()
1554 hdr_curr->slot_idx = -1; in mpp_mpg4_parser_update_dpb()