Home
last modified time | relevance | path

Searched refs:max_aspect_ratio_idc (Results 1 – 1 of 1) sorted by relevance

/external/v4l2_codec2/vda/
Dh264_parser.cc809 const int max_aspect_ratio_idc = arraysize(kTableSarWidth) - 1; in ParseVUIParameters() local
810 IN_RANGE_OR_RETURN(aspect_ratio_idc, 0, max_aspect_ratio_idc); in ParseVUIParameters()