Searched defs:type (Results 1 - 25 of 7457) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Daacdec_hcr.cpp1562 description: Sets global HCR type
1564 void setHcrType(H_HCR_INFO hHcr, MP4_ELEMENT_ID type) argument
1566 switch (type) {
1580 description: Gets HCR type from the HCR data structure
1582 return: - global HCR type
H A Daacdecoder.cpp630 && (self->flags & AC_ER) ) /* ... element because this extension payload type was ... */
1125 MP4_ELEMENT_ID type = ID_NONE; /* Current element type */ local
1211 while ( (type != ID_END) && (! (flags & (AACDEC_CONCEAL | AACDEC_FLUSH))) && self->frameOK )
1216 type = (MP4_ELEMENT_ID) FDKreadBits(bs,3);
1218 type = self->elements[element_count];
1220 setHcrType(&self->aacCommonData.overlay.aac.erHcrInfo, type);
1226 switch (type)
1235 if (type == ID_CPE) {
1241 if ( (el_cnt[type] >
[all...]
/external/aac/libAACenc/src/
H A Daacenc_lib.cpp156 TRANSPORT_TYPE userTpType; /*!< Transport type */
449 /* transport type is usually AAC-LC. */
1927 TRANSPORT_TYPE type = (TRANSPORT_TYPE)value; local
1930 if ( !( ((type==TT_MP4_ADIF) && (flags&CAPF_ADIF))
1931 || ((type==TT_MP4_ADTS) && (flags&CAPF_ADTS))
1932 || ((type==TT_MP4_LATM_MCP0) && ((flags&CAPF_LATM) && (flags&CAPF_RAWPACKETS)))
1933 || ((type==TT_MP4_LATM_MCP1) && ((flags&CAPF_LATM) && (flags&CAPF_RAWPACKETS)))
1934 || ((type==TT_MP4_LOAS) && (flags&CAPF_LOAS))
1935 || ((type==TT_MP4_RAW) && (flags&CAPF_RAWPACKETS))
H A Dqc_data.h190 EXT_PAYLOAD_TYPE type; /* type of the extension payload */ member in struct:__anon134
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp433 * @param [in] Array holding the corresponding channel type indices for each channel.
660 * @param [out] Array where corresponding channel type indices for each output channel are stored into.
739 AUDIO_CHANNEL_TYPE type = ACT_NONE; local
745 type = ACT_FRONT;
753 type = ACT_SIDE;
757 type = ACT_BACK;
762 type = ACT_LFE;
780 channelType[mappedIdx] = type;
1685 /* skip MPEG audio type and Dolby surround mode */
1863 * @param [inout] Array where the corresponding channel type fo
[all...]
/external/aac/libSYS/src/
H A Dcmdl_parser.cpp108 static INT GetArgFromString(INT argc, TEXTCHAR* argv[], TEXTCHAR* search_string, TEXTCHAR type, TEXTCHAR* found_string , INT* switches_used);
110 static INT CheckArg(TEXTCHAR* arg, TEXTCHAR* str, UINT numArgs, TEXTCHAR type, TEXTCHAR* current_str);
253 case 'y': // support 'data type double'
334 /* Save Argument type */
399 INT GetArgFromString(INT argc, TEXTCHAR* argv[], TEXTCHAR* search_string, TEXTCHAR type, TEXTCHAR* found_string, INT* sw_used ) argument
406 if ( type == '1' ) /* Switch without argument */
441 INT CheckArg(TEXTCHAR* arg, TEXTCHAR* str, UINT numArgs, TEXTCHAR type, TEXTCHAR* cur_str) argument
464 /* Check if type is %d but a string is given */
468 if ( (type == 'd') && !_istdigit(arg[i]) && arg[i] != 'x' && arg[i] != '-')
/external/android-clat/
H A Dicmp.c44 * Determines whether an ICMP type is an error message.
45 * type: the ICMP type
47 int is_icmp_error(uint8_t type) { argument
48 return type == 3 || type == 11 || type == 12;
52 * Determines whether an ICMPv6 type is an error message.
53 * type: the ICMPv6 type
55 is_icmp6_error(uint8_t type) argument
63 icmp_to_icmp6_type(uint8_t type, uint8_t code) argument
91 icmp_to_icmp6_code(uint8_t type, uint8_t code) argument
126 icmp6_to_icmp_type(uint8_t type, uint8_t code) argument
151 icmp6_to_icmp_code(uint8_t type, uint8_t code) argument
[all...]
H A Dnetlink_msg.c50 * type - netlink message type
55 struct nl_msg *nlmsg_alloc_generic(uint16_t type, uint16_t flags, void *payload_struct, size_t payload_len) { argument
70 msg->nm_nlh->nlmsg_type = type;
79 * type - netlink message type
83 struct nl_msg *nlmsg_alloc_ifaddr(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa) { argument
84 return nlmsg_alloc_generic(type, flags, ifa, sizeof(*ifa));
89 * type - netlink message type
93 nlmsg_alloc_ifinfo(uint16_t type, uint16_t flags, struct ifinfomsg *ifi) argument
103 nlmsg_alloc_rtmsg(uint16_t type, uint16_t flags, struct rtmsg *rt) argument
157 send_ifaddrmsg(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa, struct nl_cb *callbacks) argument
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DJUnitCodeGen.java74 /** Map the name of rules having return value to its return type */
283 // return a meaningful gUnit token type name instead of using the magic number
284 public String getTypeString(int type) { argument
286 switch (type) {
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as84 /** The token type for the current token */
85 public var type:int; variable
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3baserecognizer.h75 /// Indicates the type of recognizer that we are an instance of.
86 ANTLR3_UINT32 type; member in struct:ANTLR3_BASE_RECOGNIZER_struct
104 /// against the supplied type. the function causes an error if a
299 /// for input stream type or change the IntStream interface, I use
324 /// a CommonToken of the appropriate type. The text will be the token.
H A Dantlr3collections.h45 ANTLR3_UINT8 type; /**< One of ##ANTLR3_HASH_TYPE_INT or ##ANTLR3_HASH_TYPE_STR */ member in struct:ANTLR3_HASH_KEY_struct
49 pANTLR3_UINT8 sKey; /**< Used if type is ANTLR3_HASH_TYPE_STR */
50 ANTLR3_INTKEY iKey; /**< used if type is ANTLR3_HASH_TYPE_INT */
334 ANTLR3_UINT32 type; member in struct:ANTLR3_TRIE_ENTRY_struct
385 ANTLR3_BOOLEAN (*add) (struct ANTLR3_INT_TRIE_struct * trie, ANTLR3_INTKEY key, ANTLR3_UINT32 type, ANTLR3_INTKEY intVal, void * data, void (ANTLR3_CDECL *freeptr)(void *));
H A Dantlr3commontoken.h58 /** Imaginary token type to cause a traversal of child nodes in a tree parser
62 /** Imaginary token type to signal the end of a stream of child nodes.
110 /** The actual type of this token
112 ANTLR3_UINT32 type; member in struct:ANTLR3_COMMON_TOKEN_struct
244 /** Pointer to a function that returns the token type of this token
248 /** Pointer to a function that sets the type of this token
H A Dantlr3exception.h105 /// Set to one of the exception type defines:
115 ANTLR3_UINT32 type; member in struct:ANTLR3_EXCEPTION_struct
H A Dantlr3intstream.h68 * a char stream, then you may OR in this value to your type indicator
74 * a token stream, then you may OR in this value to your type indicator
80 * a common tree node stream, then you may OR in this value to your type indicator
85 * \remark DO NOT USE 0x0000 as a stream type!
95 /** Input stream type indicator. Sometimes useful for error reporting etc.
97 ANTLR3_UINT32 type; member in struct:ANTLR3_INT_STREAM_struct
H A Dantlr3recognizersharedstate.h159 /** The token type for the current token
161 ANTLR3_UINT32 type; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c84 antlr3BaseRecognizerNew(ANTLR3_UINT32 type, ANTLR3_UINT32 sizeHint, pANTLR3_RECOGNIZER_SHARED_STATE state) argument
192 recognizer->type = type;
263 recognizer->state->exception->type = ANTLR3_MISMATCHED_TOKEN_EXCEPTION;
289 switch (recognizer->type)
317 ANTLR3_FPRINTF(stderr, "Base recognizer function antlr3RecognitionExceptionNew called by unknown parser type - provide override for this function\n");
330 /* Rest of information depends on the base type of the
333 switch (is->type & ANTLR3_INPUT_MASK)
351 if (((pANTLR3_COMMON_TOKEN)(ex->token))->type == ANTLR3_TOKEN_EOF)
423 switch (recognizer->type)
[all...]
H A Dantlr3basetree.c43 (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 type);
95 getFirstChildWithType (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 type) argument
107 if (tree->getType(t) == type)
H A Dantlr3basetreeadaptor.c65 static void setType (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, ANTLR3_UINT32 type);
766 /* Set the type of the new token to that supplied
793 /* Set the type of the new token to that supplied
853 setType (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, ANTLR3_UINT32 type) argument
H A Dantlr3collections.c110 static ANTLR3_BOOLEAN intTrieAdd (pANTLR3_INT_TRIE trie, ANTLR3_INTKEY key, ANTLR3_UINT32 type, ANTLR3_INTKEY intType, void * data, void (ANTLR3_CDECL *freeptr)(void *));
238 if (entry->keybase.type == ANTLR3_HASH_TYPE_STR && entry->keybase.key.sKey != NULL)
578 entry->keybase.type = ANTLR3_HASH_TYPE_INT; /* Indicate the key type stored here for when we free */
649 entry->keybase.type = ANTLR3_HASH_TYPE_STR; /* Indicate the key type stored here for free() */
1913 intTrieAdd (pANTLR3_INT_TRIE trie, ANTLR3_INTKEY key, ANTLR3_UINT32 type, ANTLR3_INTKEY intVal, void * data, void (ANTLR3_CDECL *freeptr)(void *)) argument
1977 newEnt->type = type;
1979 if (type
[all...]
H A Dantlr3commontoken.c44 static void setType (pANTLR3_COMMON_TOKEN token, ANTLR3_UINT32 type);
387 if (token->type == ANTLR3_TOKEN_EOF)
466 return token->type;
469 static void setType (pANTLR3_COMMON_TOKEN token, ANTLR3_UINT32 type) argument
471 token->type = type;
557 * return "[@"+getTokenIndex()+","+start+":"+stop+"='"+txt+"',<"+type+">"+channelStr+","+line+":"+getCharPositionInLine()+"]";
567 outtext->append8(outtext, "', type<");
568 outtext->addi (outtext, token->type);
H A Dantlr3tokenstream.c49 static pANTLR3_LIST getTokensType (pANTLR3_COMMON_TOKEN_STREAM cts, ANTLR3_UINT32 start, ANTLR3_UINT32 stop, ANTLR3_UINT32 type);
276 stream->tstream->istream->type = ANTLR3_TOKENSTREAM;
660 * to force all tokens of type ttype to be on channel. For example,
674 * table for a particular token type.
688 * table for a particular token type. We could use bitsets for this I suppose too.
716 * the token type BitSet. Return null if no tokens were found. This
786 getTokensType (pANTLR3_COMMON_TOKEN_STREAM tokenStream, ANTLR3_UINT32 start, ANTLR3_UINT32 stop, ANTLR3_UINT32 type) argument
791 bitSet = antlr3BitsetOf(type, -1);
966 while (tok != NULL && tok->type != ANTLR3_TOKEN_EOF)
973 * we can distinguish "not being there" from "being channel or type
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DRewriteRuleXxxxStreamFixture.cs377 private IToken CreateToken(int type, string text) { argument
378 return new CommonToken(type, text);

Completed in 3441 milliseconds

1234567891011>>