Searched refs:kTableSarWidth (Results 1 – 1 of 1) sorted by relevance
/external/v4l2_codec2/vda/ |
D | h264_parser.cc | 193 static const int kTableSarWidth[] = {0, 1, 12, 10, 16, 40, 24, 20, 32, variable 197 static_assert(arraysize(kTableSarWidth) == arraysize(kTableSarHeight), 809 const int max_aspect_ratio_idc = arraysize(kTableSarWidth) - 1; in ParseVUIParameters() 811 sps->sar_width = kTableSarWidth[aspect_ratio_idc]; in ParseVUIParameters()
|