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

  /external/replicaisland/src/com/replica/replicaisland/
NPCComponent.java 73 private static final int COMMAND_QUEUE_SIZE = 16;
78 mQueuedCommands = new int[COMMAND_QUEUE_SIZE];
465 mQueueTop = (mQueueTop + 1) % COMMAND_QUEUE_SIZE;
471 int nextSlot = (mQueueBottom + 1) % COMMAND_QUEUE_SIZE;
  /hardware/intel/img/psb_video/src/
vsp_fw.h 461 unsigned int command_queue_size; member in struct:vsp_settings_t

Completed in 565 milliseconds