Searched defs:box_end (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/base/android/
H A Dmedia_drm_bridge.cc160 const uint8* box_end = box_head + box_size; local
161 if (data_end < box_end)
166 cur = box_end;
175 if (box_end < cur + kPsshBoxMinimumSize)
186 cur = box_end;
198 if (box_end < cur + data_size)
/external/pixman/pixman/
H A Dpixman-region.c1049 box_type_t *box, *box_end; local
1062 box_end = PIXREGION_END (region);
1066 * smallest y1 and since box_end is the last rectangle in the region,
1068 * x2 from box and box_end, resp., as good things to initialize them
1073 region->extents.x2 = box_end->x2;
1074 region->extents.y2 = box_end->y2;
1078 while (box <= box_end)

Completed in 106 milliseconds