Searched refs:size_code (Results 1 – 1 of 1) sorted by relevance
320 guint16 size_code; in parse_uncompressed_data_chunk() local338 if (!gst_byte_reader_get_uint16_le (br, &size_code)) in parse_uncompressed_data_chunk()340 frame_hdr->width = size_code & 0x3fff; in parse_uncompressed_data_chunk()341 frame_hdr->horiz_scale_code = size_code >> 14; in parse_uncompressed_data_chunk()343 if (!gst_byte_reader_get_uint16_le (br, &size_code)) { in parse_uncompressed_data_chunk()346 frame_hdr->height = size_code & 0x3fff; in parse_uncompressed_data_chunk()347 frame_hdr->vert_scale_code = (size_code >> 14); in parse_uncompressed_data_chunk()