Searched defs:mode (Results 1 - 25 of 2363) sorted by path

1234567891011>>

/external/aac/libAACenc/src/
H A Dchannel_map.cpp160 /* Channel mode configuration tab provides,
196 AAC_ENCODER_ERROR FDKaacEnc_DetermineEncoderMode(CHANNEL_MODE* mode, INT nChannels) argument
201 if (*mode==MODE_UNKNOWN) {
208 *mode = encMode;
212 if (FDKaacEnc_GetChannelModeConfiguration(*mode)->nChannels==nChannels) {
213 encMode = *mode;
224 static INT FDKaacEnc_initElement (ELEMENT_INFO* elInfo, MP4_ELEMENT_ID elType, INT* cnt, CHANNEL_MODE mode, CHANNEL_ORDER co, INT* it_cnt, const FIXP_DBL relBits) { argument
229 const INT *assign = FDKaacEnc_getChannelAssignment(mode, co);
260 AAC_ENCODER_ERROR FDKaacEnc_InitChannelMapping(CHANNEL_MODE mode, CHANNEL_ORDER co, CHANNEL_MAPPING* cm) argument
273 if (channelModeConfig[i].encMode==mode)
512 FDKaacEnc_GetMonoStereoMode(const CHANNEL_MODE mode) argument
538 FDKaacEnc_GetChannelModeConfiguration(const CHANNEL_MODE mode) argument
[all...]
H A Dqc_main.cpp182 FRAME_LEN_RESULT_MODE mode)
189 switch(mode) {
540 * In hyperframing mode the difference between grantedDynBits and usedDynBits of all sub frames
889 /* for CBR and VBR mode */
179 FDKaacEnc_calcFrameLen(INT bitRate, INT sampleRate, INT granuleLength, FRAME_LEN_RESULT_MODE mode) argument
/external/aac/libFDK/src/
H A DFDK_hybrid.cpp205 const FDK_HYBRID_MODE mode,
216 switch (mode) {
384 const FDK_HYBRID_MODE mode,
392 switch (mode) {
203 FDKhybridAnalysisInit( HANDLE_FDK_ANA_HYB_FILTER hAnalysisHybFilter, const FDK_HYBRID_MODE mode, const INT qmfBands, const INT cplxBands, const INT initStatesFlag ) argument
382 FDKhybridSynthesisInit( HANDLE_FDK_SYN_HYB_FILTER hSynthesisHybFilter, const FDK_HYBRID_MODE mode, const INT qmfBands, const INT cplxBands ) argument
/external/aac/libSBRdec/src/
H A Dlpp_tran.cpp130 mapInvfMode (INVF_MODE mode, argument
134 switch (mode) {
/external/aac/libSBRenc/src/
H A Dbit_sbr.cpp432 static int encodeFreqs (int mode) { argument
433 return ((mode & MODE_FREQ_TANS) ? 1 : 0);
H A Dps_bitenc.cpp270 static INT getNoBands(PS_RESOLUTION mode) argument
272 if(mode>=6)
275 if(mode>=3)
276 mode = (PS_RESOLUTION)(mode-3);
278 return psBands[mode];
347 const PS_DELTA mode,
356 switch(mode) {
411 const PS_DELTA mode,
418 switch(mode) {
342 FDKsbrEnc_EncodeIid(HANDLE_FDK_BITSTREAM hBitBuf, const INT *iidVal, const INT *iidValLast, const INT nBands, const PS_IID_RESOLUTION res, const PS_DELTA mode, INT *error) argument
407 FDKsbrEnc_EncodeIcc(HANDLE_FDK_BITSTREAM hBitBuf, const INT *iccVal, const INT *iccValLast, const INT nBands, const PS_DELTA mode, INT *error) argument
441 FDKsbrEnc_EncodeIpd(HANDLE_FDK_BITSTREAM hBitBuf, const INT *ipdVal, const INT *ipdValLast, const INT nBands, const PS_DELTA mode, INT *error) argument
475 FDKsbrEnc_EncodeOpd(HANDLE_FDK_BITSTREAM hBitBuf, const INT *opdVal, const INT *opdValLast, const INT nBands, const PS_DELTA mode, INT *error) argument
[all...]
H A Dps_encode.cpp241 INT mode = 0; local
245 mode = PS_RES_COARSE;
248 mode = PS_RES_MID;
251 mode = 0;
254 mode += 3;
257 return mode;
264 INT mode = 0; local
268 mode = PS_RES_COARSE;
271 mode = PS_RES_MID;
274 mode
[all...]
H A Dtran_det.h105 INT mode; member in struct:__anon271
/external/aac/libSYS/src/
H A DgenericStds.cpp373 FDKFILE *FDKfopen(const char *filename, const char *mode) { return fopen(filename, mode); } argument
/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/C/src/
H A Dantlr3filestream.c358 /* Open the OS file in read binary mode
404 antlr3Fopen(pANTLR3_UINT8 filename, const char * mode) argument
406 return (ANTLR3_FDSC)fopen((const char *)filename, mode);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs79 internal HashListEnumerator(HashList hashList, EnumerationMode mode) argument
82 _mode = mode;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRHashMap.h46 NSInteger mode; variable
H A DANTLRHashRule.h43 NSInteger mode; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRHashMap.h46 NSInteger mode; variable
H A DANTLRHashRule.h43 NSInteger mode; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRHashMap.h46 NSInteger mode; variable
H A DANTLRHashRule.h43 NSInteger mode; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRHashMap.h48 NSInteger mode; variable
104 @property (getter=getMode,setter=setMode:) NSInteger mode; variable
H A DANTLRHashRule.h42 NSInteger mode; variable
69 @property (getter=getMode,setter=setMode:) NSInteger mode; variable
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DCipherSpiTest.java230 protected void engineSetMode(String mode) throws NoSuchAlgorithmException { argument
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
H A DMyCipher.java47 protected void engineSetMode(String mode) throws NoSuchAlgorithmException { argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DTestOptions.java55 * - debuggee suspend mode ("y"|"n")
223 * address (only for debugger in listening mode). It just calls
279 * Returns debuggee suspend mode ("y"|"n").
288 * Returns debuggee suspend mode ("y"|"n").
290 * @param mode
291 * suspend mode
293 public void setDebuggeeSuspend(String mode) { argument
294 setProperty("jpda.settings.debuggeeSuspend", mode);
298 * Checks if debuggee is launched in suspend mode.
300 * @return true if debuggee is launched in suspend mode
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyPairGenerator2Test.java85 private void checkResult(KeyPairGenerator keyPairGen, int mode) argument
88 switch (mode) {
180 private void GetInstance01(int mode) throws NoSuchAlgorithmException, argument
201 .toUpperCase(), (mode <= 2 ? resAlg : alg).toUpperCase());
203 checkResult(kpG, mode);
218 public void GetInstance02(int mode) throws NoSuchAlgorithmException, argument
262 .toUpperCase(), (mode <= 2 ? resAlg : alg).toUpperCase());
265 checkResult(kpG, mode);
278 private void GetInstance03(int mode) throws NoSuchAlgorithmException, argument
309 .toUpperCase(), (mode <
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertificateFactory2Test.java93 private void checkResult(CertificateFactory certFactory, boolean mode) argument
95 MyCertificateFactorySpi.putMode(mode);
106 if (!mode) {
110 if (mode) {
121 if (mode) {
125 if (!mode) {
165 if (mode) {
171 if (!mode) {
176 if (mode) {
190 public void GetInstance01(boolean mode) throw argument
223 GetInstance02(boolean mode) argument
287 GetInstance03(boolean mode) argument
[all...]

Completed in 562 milliseconds

1234567891011>>