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

  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 249 notify->setInt32("oob", true);
631 int32_t oob; local
632 if (msg->findInt32("oob", &oob) && oob) {
  /system/extras/ext4_utils/
allocate.c 152 printf("OOB list:\n");
623 /* Reserve the next blocks for oob data (indirect or extent blocks) */
626 struct region *oob = split_allocation(alloc, blocks); local
629 if (oob == NULL)
632 while (oob && oob != alloc->list.iter) {
633 next = oob->next;
634 region_list_remove(&alloc->list, oob);
635 region_list_append(&alloc->oob_list, oob);
636 oob = next
    [all...]

Completed in 113 milliseconds