HomeSort by relevance Sort by last modified time
    Searched refs:decoding (Results 1 - 25 of 32) sorted by null

1 2

  /external/strace/linux/
arch_sigreturn.c 1 #warning sigreturn/rt_sigreturn signal mask decoding is not implemented for this architecture
  /external/libopus/tests/
run_vectors.sh 66 echo Decoding with $OPUS_DEMO
87 echo ERROR: decoding failed
116 echo ERROR: decoding failed
  /external/libogg/doc/libogg/
Makefile.am 5 doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html\
  /external/libvorbis/doc/vorbisfile/
Makefile.am 6 chainingexample.html crosslap.html datastructures.html decoding.html\
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpURI.java 561 boolean decoding=false;
569 if (!decoding)
573 decoding=true;
601 else if (decoding)
607 if (!decoding)
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QCameraMjpegDecode.cpp 105 uint8_t decoding; member in struct:__anon3616
314 ALOGI("%s: *** Starting back-to-back decoding of %d frame(s)***\n",
317 // Loop to perform n back-to-back decoding (to the same output file)
343 // main image decoding:
433 // Start decoding
434 p_thread_arg->decoding = true;
450 while (p_thread_arg->decoding)
466 if (p_thread_arg->decoding)
469 // Wait until decoding is done or stopped due to error
471 while (p_thread_arg->decoding)
    [all...]
  /external/javasqlite/src/main/java/SQLite/
StringEncoder.java 99 * @return the byte array obtained from the decoding.
  /external/chromium-trace/trace-viewer/tracing/examples/
string_convert.js 11 /* Array of bytes to base64 string decoding */
  /external/libvorbis/doc/
01-introduction.tex 43 codebooks used in the first stage of decoding from the bitstream are
175 encoding and decoding. These submaps are not references to external
183 the proper floor and residue instance number to use for decoding that
213 encoding/decoding. However, floor type 1 provides more stable
227 codebooks when coding/decoding.
244 decoding and, optionally, use the entropy-decoded integer value as an
264 Before decoding can begin, a decoder must initialize using the
291 The decoding and synthesis procedure for all audio packets is
328 must ignore the packet and not attempt decoding it to
a1-encapsulation-ogg.tex 153 decoding; this technique is used to allow sample-granularity
182 indicates how many trailing samples to discard from the decoding
03-codebook.tex 10 decoding configuration, VQ and Huffman, into the bitstream itself in
13 Huffman-equivalent representation for decoding compressed codewords as
202 tree used for entropy decoding.
297 Decoding (unpacking) a specific vector in the vector lookup table
374 codeword from the bitstream, decoding it into an entry number, and then
390 reading and decoding the next codeword in the bitstream. The decoder
06-floor0.tex 21 VQ codebooks for use in coding/decoding the LSP filter coefficient
51 decoding the curve amplitude and \varname{[floor0_order]} LSP
07-floor1.tex 178 frame. (A return status of 'unused' is different from decoding a
250 in serious decoding errors.
04-codec.tex 22 end-of-packet condition during decoding the first or third header
23 packet renders the stream undecodable. End-of-packet decoding the
229 \item for each submap \varname{[j]} of \varname{[vorbis_mapping_submaps]} submaps, read the floor and residue numbers for use in decoding that submap:
283 must ignore the packet and not attempt decoding it to audio}.
02-bitpacking.tex 85 Decoding follows the same process as encoding, but by reading bits
173 \subsubsection{decoding example}
  /external/lzma/CS/7zip/
ICoder.cs 8 /// The exception that is thrown when an error in input stream occurs during decoding.
  /external/elfutils/src/
elfutils.spec 378 - libdw: Fix CFI decoding.
381 - readelf: Fix CFI decoding.
408 - libdw: Add support for decoding DWARF CFI into location description form.
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/
test_utils.js 130 disableEntitiesDecoding: !!descr['#disable-html-entities-decoding'],
  /external/v8/test/mjsunit/
uri.js 28 // Tests of URI encoding and decoding.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 141 decode_with_drops.DESCRIPTION = Drops frames while decoding
146 decode_with_partial_drops.DESCRIPTION = Drops parts of frames while decoding
  /external/libvpx/libvpx/
examples.mk 168 decode_with_drops.DESCRIPTION = Drops frames while decoding
  /external/strace/
time.c 647 # warning unfamiliar struct sigevent => incomplete SIGEV_THREAD_ID decoding
  /external/zlib/src/contrib/masmx86/
inffas32.asm 1 ;/* inffas32.asm is a hand tuned assembler version of inffast.c -- fast decoding
80 db 'Fast decoding Code from Chris Anderson'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 47 Decoding JSON::
60 Specializing JSON object decoding::
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 47 Decoding JSON::
60 Specializing JSON object decoding::

Completed in 1131 milliseconds

1 2