HomeSort by relevance Sort by last modified time
    Searched refs:box_end (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/base/android/
media_drm_bridge.cc 89 const uint8* box_end = box_head + box_size; local
90 if (data_end < box_end)
95 cur = box_end;
104 if (box_end < cur + kPsshBoxMinimumSize)
115 cur = box_end;
127 if (box_end < cur + data_size)
  /external/pixman/pixman/
pixman-region.c 1049 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)
    [all...]

Completed in 62 milliseconds