Searched defs:NUM_TYPES (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/media/base/
H A Ddemuxer_stream.h25 NUM_TYPES, // Always keep this entry as the last one! enumerator in enum:media::DemuxerStream::Type
/external/chromium_org/chrome/common/
H A Dautocomplete_match_type.h39 NUM_TYPES, enumerator in enum:AutocompleteMatchType::Type
/external/chromium_org/chrome/installer/util/
H A Dbrowser_distribution.h29 NUM_TYPES enumerator in enum:BrowserDistribution::Type
/external/chromium_org/tools/gn/
H A Dfile_template.h47 NUM_TYPES // Must be last enumerator in enum:FileTemplate::Subrange::Type
143 bool types_required_[Subrange::NUM_TYPES];
H A Dtoken.h51 NUM_TYPES enumerator in enum:Token::Type
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_match.h82 NUM_TYPES, enumerator in enum:AutocompleteMatch::Type
/external/chromium/net/socket/
H A Dclient_socket_handle.h38 NUM_TYPES, enumerator in enum:net::ClientSocketHandle::SocketReuseType
/external/chromium_org/net/socket/
H A Dclient_socket_handle.h39 NUM_TYPES, enumerator in enum:net::ClientSocketHandle::SocketReuseType
/external/chromium_org/cc/resources/
H A Dpixel_buffer_raster_worker_pool.cc434 NUM_TYPES = 2 enumerator in enum:cc::RasterTaskType
436 NodeVector tasks[NUM_TYPES];
562 for (unsigned type = 0; type < NUM_TYPES; ++type) {
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc193 for (size_t i = 0; i < BrowserDistribution::NUM_TYPES; ++i) {
1499 sizeof(higher_products) * 8 > BrowserDistribution::NUM_TYPES, member in class:installer::BrowserDistribution
1518 COMPILE_ASSERT(BrowserDistribution::NUM_TYPES == 4,
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8i.h67 NUM_TYPES = 4, enumerator in enum:__anon12400
135 uint8_t coeffs_[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
/external/webp/src/dec/
H A Dvp8i.h67 NUM_TYPES = 4, enumerator in enum:__anon28873
135 uint8_t coeffs_[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h56 NUM_TYPES = 4, // 0: i16-AC, 1: i16-DC, 2:chroma-AC, 3:i4-AC enumerator in enum:__anon12434
207 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 924 bytes
208 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes
209 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 11.4k
456 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
458 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dapi_arrayelt.c83 #define NUM_TYPES 8 macro
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] = {
1257 static attrib_func AttribFuncsARB[3][4][NUM_TYPES] = {
/external/mesa3d/src/mesa/main/
H A Dapi_arrayelt.c83 #define NUM_TYPES 8 macro
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] = {
1257 static attrib_func AttribFuncsARB[3][4][NUM_TYPES] = {
/external/webp/src/enc/
H A Dvp8enci.h56 NUM_TYPES = 4, // 0: i16-AC, 1: i16-DC, 2:chroma-AC, 3:i4-AC enumerator in enum:__anon28910
207 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 924 bytes
208 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes
209 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 11.4k
456 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
458 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];

Completed in 1057 milliseconds