Lines Matching refs:hdr_curr

189     Mpg4Hdr         hdr_curr;               /* header for current decoding frame */  member
448 Mpg4Hdr *mp4Hdr = &p->hdr_curr; in mpg4d_parse_vol_header()
708 Mpg4Hdr *mp4Hdr = &p->hdr_curr; in mpg4d_parse_user_data()
819 Mpg4Hdr *mp4Hdr = &p->hdr_curr; in mpeg4_parse_vop_header()
950 const Mpg4Hdr *hdr_curr = &p->hdr_curr; in mpg4d_fill_picture_parameters() local
955 pp->vop_coding_type = hdr_curr->vop.coding_type; in mpg4d_fill_picture_parameters()
956 pp->vop_quant = hdr_curr->vop.quant; in mpg4d_fill_picture_parameters()
957 pp->wDecodedPictureIndex = hdr_curr->slot_idx; in mpg4d_fill_picture_parameters()
960 pp->vop_time_increment_resolution = hdr_curr->vol.time_inc_resolution; in mpg4d_fill_picture_parameters()
964 pp->interlaced = hdr_curr->vol.interlacing; in mpg4d_fill_picture_parameters()
965 pp->quant_type = hdr_curr->vol.quant_type; in mpg4d_fill_picture_parameters()
966 pp->quarter_sample = hdr_curr->vol.quarter_sample; in mpg4d_fill_picture_parameters()
970 pp->reduced_resolution_vop_enable = hdr_curr->vol.reduced_resolution_enable; in mpg4d_fill_picture_parameters()
971 pp->vop_coded = (hdr_curr->vop.coding_type != MPEG4_N_VOP); in mpg4d_fill_picture_parameters()
972 pp->vop_rounding_type = hdr_curr->vop.rounding; in mpg4d_fill_picture_parameters()
973 pp->intra_dc_vlc_thr = hdr_curr->vop.intra_dc_vlc_threshold; in mpg4d_fill_picture_parameters()
974 pp->top_field_first = hdr_curr->vop.top_field_first; in mpg4d_fill_picture_parameters()
975 pp->alternate_vertical_scan_flag = hdr_curr->vop.alternate_vertical_scan; in mpg4d_fill_picture_parameters()
977 pp->video_object_layer_verid = hdr_curr->vol.ver_id; in mpg4d_fill_picture_parameters()
978 pp->vop_width = hdr_curr->vol.width; in mpg4d_fill_picture_parameters()
979 pp->vop_height = hdr_curr->vol.height; in mpg4d_fill_picture_parameters()
980 pp->sprite_enable = hdr_curr->vol.sprite_enable; in mpg4d_fill_picture_parameters()
984 pp->vop_fcode_forward = hdr_curr->vop.fcode_forward; in mpg4d_fill_picture_parameters()
985 pp->vop_fcode_backward = hdr_curr->vop.fcode_backward; in mpg4d_fill_picture_parameters()
993 pp->time_bp = hdr_curr->time_bp; in mpg4d_fill_picture_parameters()
994 pp->time_pp = hdr_curr->time_pp; in mpg4d_fill_picture_parameters()
995 pp->header_bits = hdr_curr->vop.hdr_bits; in mpg4d_fill_picture_parameters()
1084 init_mpg4_header(&p->hdr_curr); in mpp_mpg4_parser_init()
1335 RK_S32 coding_type = p->hdr_curr.vop.coding_type; in mpp_mpg4_parser_decode()
1359 mpg4d_dbg_result("found vol w %d h %d\n", p->hdr_curr.vol.width, p->hdr_curr.vol.height); in mpp_mpg4_parser_decode()
1360 p->width = p->hdr_curr.vol.width; in mpp_mpg4_parser_decode()
1361 p->height = p->hdr_curr.vol.height; in mpp_mpg4_parser_decode()
1399 syn->data[2]->DataOffset = p->hdr_curr.vop.hdr_bits; in mpp_mpg4_parser_setup_syntax()
1413 Mpg4Hdr *hdr_curr = &p->hdr_curr; in mpp_mpg4_parser_setup_hal_output() local
1418 if (p->found_i_vop && hdr_curr->vop.coding_type != MPEG4_N_VOP) { in mpp_mpg4_parser_setup_hal_output()
1442 if (hdr_curr->vol.interlacing) { in mpp_mpg4_parser_setup_hal_output()
1444 if (hdr_curr->vop.top_field_first) in mpp_mpg4_parser_setup_hal_output()
1460 hdr_curr->slot_idx = index; in mpp_mpg4_parser_setup_hal_output()
1474 Mpg4Hdr *hdr_curr = &p->hdr_curr; in mpp_mpg4_parser_setup_refer() local
1481 if (hdr_curr->vop.coding_type != MPEG4_N_VOP) { in mpp_mpg4_parser_setup_refer()
1503 Mpg4Hdr *hdr_curr = &p->hdr_curr; in mpp_mpg4_parser_update_dpb() local
1506 RK_S32 coding_type = hdr_curr->vop.coding_type; in mpp_mpg4_parser_update_dpb()
1520 index = hdr_curr->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()
1549 *hdr_ref0 = *hdr_curr; in mpp_mpg4_parser_update_dpb()
1550 hdr_curr->pts = 0; in mpp_mpg4_parser_update_dpb()
1553 init_mpg4_hdr_vop(hdr_curr); in mpp_mpg4_parser_update_dpb()
1554 hdr_curr->slot_idx = -1; in mpp_mpg4_parser_update_dpb()