Searched refs:colour_end (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 5105 const long long colour_end = colour_start + colour_size; in Parse() local 5108 while (read_pos < colour_end) { in Parse() 5113 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse() 5187 if (read_pos > colour_end) in Parse()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 5114 const long long colour_end = colour_start + colour_size; in Parse() local 5117 while (read_pos < colour_end) { in Parse() 5122 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse() 5196 if (read_pos > colour_end) in Parse()
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 5105 const long long colour_end = colour_start + colour_size; in Parse() local 5108 while (read_pos < colour_end) { in Parse() 5113 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse() 5187 if (read_pos > colour_end) in Parse()
|