Searched refs:hdr_curr (Results 1 – 2 of 2) sorted by relevance
87 H263Hdr hdr_curr; member113 const H263Hdr *hdr_curr = &p->hdr_curr; in h263d_fill_picture_parameters() local117 pp->vop_coding_type = hdr_curr->pict_type; in h263d_fill_picture_parameters()118 pp->vop_quant = hdr_curr->quant; in h263d_fill_picture_parameters()119 pp->wDecodedPictureIndex = hdr_curr->slot_idx; in h263d_fill_picture_parameters()122 pp->vop_width = hdr_curr->width; in h263d_fill_picture_parameters()123 pp->vop_height = hdr_curr->height; in h263d_fill_picture_parameters()127 pp->header_bits = hdr_curr->hdr_bits; in h263d_fill_picture_parameters()151 H263Hdr *hdr_curr = &p->hdr_curr; in h263_parse_picture_header() local163 READ_BITS(gb, 8, &hdr_curr->TR); in h263_parse_picture_header()[all …]
189 Mpg4Hdr hdr_curr; /* header for current decoding frame */ member448 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() local955 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()[all …]