Searched refs:param (Results 1 - 25 of 1538) sorted by path

1234567891011>>

/external/ImageMagick/MagickCore/
H A Dxwindow.c100 # include <machine/param.h>
/external/ImageMagick/coders/
H A Dsixel.c197 static unsigned char *get_params(unsigned char *p, int *param, int *len)
211 param[(*len)++] = n;
221 param[(*len)++] = 0;
244 int param[10];
297 p = get_params(++p, param, &n);
303 switch(param[0]) {
336 if (param[2] == 0) {
337 param[2] = 10;
339 attributed_pan = attributed_pan * param[2] / 10;
340 attributed_pad = attributed_pad * param[
195 get_params(unsigned char *p, int *param, int *len) argument
242 int param[10]; local
[all...]
/external/aac/libAACdec/include/
H A Daacdecoder_lib.h493 4. Setting this param with any value will disable the binaural processing of the MPEG
602 * \param self AAC decoder handle.
603 * \param buffer Pointer to (external) ancillary data buffer.
604 * \param size Size of the buffer pointed to by buffer.
615 * \param self AAC decoder handle.
616 * \param index Index of the ancillary data element to get.
617 * \param ptr Pointer to a buffer receiving a pointer to the requested ancillary data element.
618 * \param size Pointer to a buffer receiving the length of the requested ancillary data element.
630 * \param self AAC decoder handle.
631 * \param para
[all...]
/external/aac/libAACdec/src/
H A Daacdec_drc.cpp178 \param Parameter to be set.
185 AACDEC_DRC_PARAM param,
190 switch (param)
288 } /* switch(param) */
183 aacDecoder_drcSetParam( HANDLE_AAC_DRC self, AACDEC_DRC_PARAM param, INT value ) argument
H A Daacdec_drc.h130 AACDEC_DRC_PARAM param,
148 * \param self AAC decoder instance
149 * \param pSbrDec pointer to SBR decoder instance
150 * \param pAacDecoderChannelInfo AAC decoder channel instance to be processed
151 * \param pDrcDat DRC channel data
152 * \param extGain Pointer to a FIXP_DBL where a externally applyable gain will be stored into (independently on whether it will be apply internally or not).
154 * \param ch channel index
155 * \param aacFrameSize AAC frame size
156 * \param bSbrPresent flag indicating that SBR is present, in which case DRC is handed over to the SBR instance pSbrDec
178 * \param sel
[all...]
H A Daacdecoder_lib.cpp319 /* save the param value and set later
399 const AACDEC_PARAM param, /*!< Parameter to set */
419 switch (param)
633 } /* switch(param) */
398 aacDecoder_SetParam( const HANDLE_AACDECODER self, const AACDEC_PARAM param, const INT value) argument
/external/aac/libAACenc/include/
H A Daacenc_lib.h1070 * \param phAacEncoder A pointer to an encoder handle. Initialized on return.
1071 * \param encModules Specify encoder modules to be supported in this encoder instance:
1079 * \param maxChannels Number of channels to be allocated. This parameter can be used in different ways:
1100 * \param phAacEncoder Pointer to the encoder handle to be deallocated.
1130 * \param hAacEncoder A valid AAC encoder handle.
1131 * \param inBufDesc Input buffer descriptor, see AACENC_BufDesc:
1134 * \param outBufDesc Output buffer descriptor, see AACENC_BufDesc:
1136 * \param inargs Input arguments, see AACENC_InArgs.
1137 * \param outargs Output arguments, AACENC_OutArgs.
1164 * \param hAacEncode
[all...]
/external/aac/libAACenc/src/
H A Daacenc_lib.cpp286 * \param samplingRate Audio signal sampling rate.
287 * \param channelMode Channel configuration to be used.
288 * \param totalBitrate Overall bitrate.
289 * \param eldSbr Pointer to eldSbr parameter, filled on return.
290 * \param eldSbrRatio Pointer to eldSbrRatio parameter, filled on return.
515 * \param pBufDesc Pointer to buffer descriptor
516 * \param identifier Buffer identifier to look for.
736 * \param config User provided config (public struct)
1758 const AACENC_PARAM param,
1771 /* apply param valu
1756 aacEncoder_SetParam( const HANDLE_AACENCODER hAacEncoder, const AACENC_PARAM param, const UINT value ) argument
[all...]
/external/aac/libMpegTPDec/include/
H A Dtpdec_lib.h159 \param pPce Program Config Element structure.
166 \param pPce Program Config Element structure.
173 \param pPce Program Config Element structure.
182 \param pPce Program Config Element structure.
183 \param bs Bitstream buffer to read from.
184 \param alignAnchor Align bitstream to alignAnchor bits after all read operations.
193 \param pPce1 Pointer to first Program Config Element structure.
194 \param pPce2 Pointer to second Program Config Element structure.
205 \param pPce Program Config Element structure.
206 \param channelConfi
[all...]
/external/aac/libMpegTPDec/src/
H A Dtpdec_lib.cpp389 * \param hTp transport decoder handle.
466 * \param hTp transport decoder handle.
467 * \param bufferFullness the buffer fullness value of the first frame to be decoded.
468 * \param bitsAvail the amount of available bits at the end of the first frame to be decoded.
1183 const TPDEC_PARAM param,
1188 switch (param) {
1182 transportDec_SetParam( const HANDLE_TRANSPORTDEC hTp, const TPDEC_PARAM param, const INT value) argument
/external/aac/libPCMutils/include/
H A Dpcmutils_lib.h199 * @param [out] Pointer to a buffer receiving the handle of the new instance.
207 * @param [in] Handle of PCM downmix instance.
208 * @param [in] Parameter to be set.
209 * @param [in] Parameter value.
214 const PCMDMX_PARAM param,
219 * @param [in] Handle of PCM downmix module instance.
220 * @param [in] Parameter to be set.
221 * @param [out] Pointer to buffer receiving the parameter value.
226 const PCMDMX_PARAM param,
231 * @param [i
[all...]
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp438 * @param [in] The total number of channels of the given configuration.
439 * @param [in] Array holding the corresponding channel types for each channel.
440 * @param [in] Array holding the corresponding channel type indices for each channel.
441 * @param [out] Array where the buffer offsets for each channel are stored into.
442 * @param [out] The generated packed channel mode that represents the given input configuration.
664 * @param [in] The packed channel mode of the configuration to be processed.
665 * @param [in] Array containing the channel mapping to be used (From MPEG PCE ordering to whatever is required).
666 * @param [out] Array where corresponding channel types for each channels are stored into.
667 * @param [out] Array where corresponding channel type indices for each output channel are stored into.
668 * @param [ou
1487 pcmDmx_SetParam( HANDLE_PCM_DOWNMIX self, const PCMDMX_PARAM param, const INT value ) argument
1604 pcmDmx_GetParam( HANDLE_PCM_DOWNMIX self, const PCMDMX_PARAM param, INT * const pValue ) argument
[all...]
/external/aac/libSBRdec/include/
H A Dsbrdecoder.h164 * \param pSelf Pointer to where a SBR decoder handle is copied into.
172 * \param self Handle to a SBR decoder instance.
173 * \param sampleRateIn Input samplerate of the SBR decoder instance.
174 * \param sampleRateOut Output samplerate of the SBR decoder instance.
175 * \param samplesPerFrame Number of samples per frames.
176 * \param coreCodec Audio Object Type (AOT) of the core codec.
177 * \param elementID Table with MPEG-4 element Ids in canonical order.
178 * \param forceReset Flag that enforces a complete decoder reset.
195 * \param self Handle to a SBR decoder instance.
196 * \param hB
[all...]
/external/aac/libSBRdec/src/
H A Dsbrdecoder.cpp410 * \param coreCodec core codec audio object type.
602 * \param self SBR decoder instance handle
603 * \param hSbrHeader SBR header handle to be processed.
604 * \param hSbrChannel pointer array to the SBR element channels corresponding to the SBR header.
605 * \param headerStatus header status value returned from SBR header parser.
606 * \param numElementChannels amount of channels for the SBR element whos header is to be processed.
728 const SBRDEC_PARAM param,
734 switch (param)
816 } /* switch(param) */
1303 * \param sel
727 sbrDecoder_SetParam(HANDLE_SBRDECODER self, const SBRDEC_PARAM param, const INT value ) argument
[all...]
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl17580 $Target .= " param=\"$PName\"";
17581 $Desc=~s/parameter $PName /parameter \@param /;
17815 $Report .= " <param pos=\"$Pos\">\n";
17818 $Report .= " </param>\n";
/external/abi-compliance-checker/modules/Internals/
H A DRegTests.pm127 virtual int methodOld(int param) = 0;
133 int methodOld(int param);
137 int PureVirtualReplacement_Derived::methodOld(int param) { return 0; }";
142 virtual int methodNew(int param) = 0;
148 int methodNew(int param);
152 int PureVirtualReplacement_Derived::methodNew(int param) { return 0; }";
158 virtual int methodOld(int param);
161 int VirtualReplacement::methodOld(int param) { return 0; }";
166 virtual int methodNew(int param);
169 int VirtualReplacement::methodNew(int param) { retur
[all...]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DConfigurator.java139 * @param ctx
140 * @param value
187 * @param obj
188 * @param path Path through member hierarchy to the destination field.
232 for (Class param : params) {
233 if (Enum.class.isAssignableFrom(param)) {
234 out[i] = param.getMethod("valueOf", String.class).invoke(null, vals[i].toUpperCase());
235 } else if (param.equals(Float.TYPE)) {
237 } else if (param.equals(Integer.TYPE)) {
239 } else if (param
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas142 /// <param name="dict">Dictionary whose string representation will be returned</param>
154 /// <param name="coll">Collection whose string representation will be returned</param>
H A DAntlr.Runtime.Tree.pas467 /// <param name="t">Tree to add</param>
555 /// <param name="kids"></param>
1578 /// <param name="o">The to be processed object</param>
1585 /// <param name="ph">The delegate, which has the chosen function</param>
H A DAntlr.Runtime.pas424 /// <param name="FileName">File to load</param>
425 /// <param name="Encoding">Encoding to apply to file</param>
448 /// <param name="bit">element that must fit in set
449 /// </param>
1019 /// <param name="Input">Input stream</param>
1026 /// <param name="NVAE"></param>
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb173 init = params.names.map do | param |
174 "___[ #{ param.inspect } ] = #{ param }"
303 names = map { | param | param.name.to_s }
310 param =
316 default = options[ :default ] and param.default = default
317 param.splat = options.fetch( :splat, false )
318 param.block = options.fetch( :block, false )
320 block_given? and yield( param )
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb576 param = ANTLR3::Template::Parameter.new( name.text )
591 param.default = v.text
596 parameters.add( param )
H A Dparameter.rb26 names = map { | param | param.name.to_s }
33 param =
39 default = options[ :default ] and param.default = default
40 param.splat = options.fetch( :splat, false )
41 param.block = options.fetch( :block, false )
43 block_given? and yield( param )
44 push( param )
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DActionScriptTarget.java74 * @param v
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DStackTrace002Debuggee.java233 public void runBreakpointBoolean(boolean param) { argument
234 breakpointBoolean(param);
235 breakpointBoolean(param);
238 public void breakpointBoolean(boolean param) { argument
239 logWriter.println("breakpointBoolean(param=" + param + ")");
244 public void runBreakpointByte(byte param) { argument
245 breakpointByte(param);
246 breakpointByte(param);
249 public void breakpointByte(byte param) { argument
255 runBreakpointChar(char param) argument
260 breakpointChar(char param) argument
266 runBreakpointShort(short param) argument
271 breakpointShort(short param) argument
277 runBreakpointInt(int param) argument
282 breakpointInt(int param) argument
287 runBreakpointInt2(int param) argument
294 breakpointInt2(int param) argument
306 breakpointIntConstant(int param) argument
366 breakpointIntConstantWithCaughtException(int param) argument
373 breakpointIntConstantWithException(int param) argument
410 runBreakpointLong(long param) argument
415 breakpointLong(long param) argument
421 runBreakpointFloat(float param) argument
426 breakpointFloat(float param) argument
432 runBreakpointDouble(double param) argument
437 breakpointDouble(double param) argument
443 runBreakpointObject(Object param) argument
448 breakpointObject(Object param) argument
466 breakpointObjectWithException(Object param) argument
501 breakpointObjectWithCaughtException(Object param) argument
541 runBreakpointArray(int[] param) argument
546 breakpointArray(int[] param) argument
552 runBreakpointClass(Class<?> param) argument
557 breakpointClass(Class<?> param) argument
563 runBreakpointClassLoader(ClassLoader param) argument
568 breakpointClassLoader(ClassLoader param) argument
574 runBreakpointString(String param) argument
579 breakpointString(String param) argument
585 runBreakpointThread(Thread param) argument
590 breakpointThread(Thread param) argument
596 runBreakpointThreadGroup(ThreadGroup param) argument
601 breakpointThreadGroup(ThreadGroup param) argument
[all...]

Completed in 584 milliseconds

1234567891011>>