Searched refs:sar_height (Results 1 – 4 of 4) sorted by relevance
433 int sar_height = 1; in ProcessSPS() local444 RCHECK(bit_reader.ReadBits(16, &sar_height)); in ProcessSPS()447 sar_height = kTableSarHeight[aspect_ratio_idc]; in ProcessSPS()452 if (sar_width == 0 || sar_height == 0) { in ProcessSPS()468 gfx::Size natural_size((visible_rect.width() * sar_width) / sar_height, in ProcessSPS()495 DVLOG(1) << "SAR: width=" << sar_width << " height=" << sar_height; in ProcessSPS()
39 public int sar_height; field in VUIParameters69 ", sar_height=" + sar_height + "\n" + in toString()
202 vuip.sar_height = (int) reader.readNBit(16, "VUI: sar_height"); in ReadVUIParameters()410 writer.writeNBit(vuip.sar_height, 16, "VUI: sar_height"); in writeVUIParameters()
252 unsigned int sar_height; member