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

  /external/chromium_org/media/base/
demuxer_stream.h 26 NUM_TYPES, // Always keep this entry as the last one!
  /external/chromium_org/chrome/installer/util/
browser_distribution.h 32 NUM_TYPES
  /external/chromium_org/components/omnibox/
autocomplete_match_type.h 46 NUM_TYPES,
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
aead_test.c 52 NUM_TYPES,
55 static const char NAMES[6][NUM_TYPES] = {
72 unsigned char bufs[NUM_TYPES][BUF_MAX],
73 const unsigned int lengths[NUM_TYPES],
156 unsigned char bufs[NUM_TYPES][BUF_MAX];
157 unsigned int lengths[NUM_TYPES];
189 for (j = 0; j < NUM_TYPES; j++) {
212 for (j = 0; j < NUM_TYPES; j++) {
224 for (j = 0; j < NUM_TYPES; j++) {
262 for (j = 0; j < NUM_TYPES; j++)
    [all...]
  /system/media/camera/include/system/
camera_metadata.h 66 NUM_TYPES
119 extern const size_t camera_metadata_type_size[NUM_TYPES];
125 extern const char* camera_metadata_type_names[NUM_TYPES];
  /external/chromium_org/net/socket/
client_socket_handle.h 39 NUM_TYPES,
  /external/chromium_org/tools/gn/
token.h 56 NUM_TYPES
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 195 for (size_t i = 0; i < BrowserDistribution::NUM_TYPES; ++i) {
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
vp8i.h 66 NUM_TYPES = 4,
145 VP8BandProbas bands_[NUM_TYPES][NUM_BANDS];
  /external/webp/src/dec/
vp8i.h 66 NUM_TYPES = 4,
145 VP8BandProbas bands_[NUM_TYPES][NUM_BANDS];
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 56 NUM_TYPES = 4, // 0: i16-AC, 1: i16-DC, 2:chroma-AC, 3:i4-AC
209 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 1056 bytes
210 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes
211 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 13056 bytes
470 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
472 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
api_arrayelt.c 83 #define NUM_TYPES 8
89 static const int ColorFuncs[2][NUM_TYPES] = {
112 static const int VertexFuncs[3][NUM_TYPES] = {
145 static const int IndexFuncs[NUM_TYPES] = {
156 static const int NormalFuncs[NUM_TYPES] = {
168 static int SecondaryColorFuncs[NUM_TYPES];
169 static int FogCoordFuncs[NUM_TYPES];
579 static attrib_func AttribFuncsNV[2][4][NUM_TYPES] = {
    [all...]
  /external/mesa3d/src/mesa/main/
api_arrayelt.c 83 #define NUM_TYPES 8
89 static const int ColorFuncs[2][NUM_TYPES] = {
112 static const int VertexFuncs[3][NUM_TYPES] = {
145 static const int IndexFuncs[NUM_TYPES] = {
156 static const int NormalFuncs[NUM_TYPES] = {
168 static int SecondaryColorFuncs[NUM_TYPES];
169 static int FogCoordFuncs[NUM_TYPES];
579 static attrib_func AttribFuncsNV[2][4][NUM_TYPES] = {
    [all...]
  /external/webp/src/enc/
vp8enci.h 56 NUM_TYPES = 4, // 0: i16-AC, 1: i16-DC, 2:chroma-AC, 3:i4-AC
209 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 1056 bytes
210 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes
211 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 13056 bytes
470 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
472 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 431 public static final int NUM_TYPES = 6;
    [all...]
  /frameworks/rs/api/
gen_runtime.cpp 400 const int NUM_TYPES = sizeof(TYPES) / sizeof(TYPES[0]);
404 for (int i = 0; i < NUM_TYPES; i++) {
    [all...]

Completed in 1089 milliseconds