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

  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 42 const unsigned char *ptrs[MAX_PARTITIONS];
43 unsigned int sizes[MAX_PARTITIONS];
71 vp8_reader mbc[MAX_PARTITIONS];
  /system/vold/
DirectVolume.h 30 static const int MAX_PARTITIONS = 32;
38 int mPartMinors[MAX_PARTITIONS];
41 int mOrigPartMinors[MAX_PARTITIONS];
DirectVolume.cpp 39 for (int i = 0; i < MAX_PARTITIONS; i++)
202 if (part_num > MAX_PARTITIONS || part_num < 1) {
218 if (part_num >= MAX_PARTITIONS) {
219 SLOGE("Dv:partAdd: ignoring part_num = %d (max: %d)\n", part_num, MAX_PARTITIONS-1);
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 35 #define MAX_PARTITIONS 9
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 541 unsigned int partition_sz[MAX_PARTITIONS];
542 unsigned char *partition_d[MAX_PARTITIONS];
543 unsigned char *partition_d_end[MAX_PARTITIONS];

Completed in 165 milliseconds