HomeSort by relevance Sort by last modified time
    Searched full:decoding (Results 276 - 300 of 1004) sorted by null

<<11121314151617181920>>

  /external/skia/src/views/
SkWidgetViews.cpp 59 SkDEBUGF(("init_skin_anim: decoding skin failed <%s>\n", path));
89 SkDEBUGF(("inflate_paint: decoding dom failed\n"));
  /external/speex/include/speex/
speex_bits.h 39 * This is the structure that holds the bit-stream when encoding or decoding
67 /** Sets the bits in a SpeexBits struct to use data from an existing buffer (for decoding without copying data) */
  /external/zlib/contrib/masmx64/
inffas8664.c 1 /* inffas8664.c is a hand tuned assembler version of inffast.c - fast decoding
71 checking for available input while decoding.
  /frameworks/base/include/media/stagefright/
OMXCodec.h 57 // Secure decoding mode
215 // Used to record the decoding time for an output picture from
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_dequant.cpp 101 /* enter the zero run decoding loop */
105 /* perform only VLC decoding */
106 /* We cannot do DCACrecon before VLC decoding. 10/17/2000 */
414 /* enter the zero run decoding loop */
548 /* perform only VLC decoding */
869 /* enter the zero run decoding loop */
928 /* perform only VLC decoding */
1094 /* enter the zero run decoding loop */
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h 65 /* Huffman decoding operation terminated early. */
66 OMX_StsICJP_JPEGMarker = -181, /* JPEG marker encountered; Huffman decoding */
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h 65 /* Huffman decoding operation terminated early. */
66 OMX_StsICJP_JPEGMarker = -181, /* JPEG marker encountered; Huffman decoding */
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h 65 /* Huffman decoding operation terminated early. */
66 OMX_StsICJP_JPEGMarker = -181, /* JPEG marker encountered; Huffman decoding */
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 128 DEBUG(("\t-Nn forces decoding to stop after n pictures\n"));
219 /* main decoding loop */
222 /* Picture ID is the picture number in decoding order */
225 /* call API function to perform decoding */
301 /* If enough pictures decoded -> force decoding to end
306 /* Increment decoding number for every decoded picture */
366 /* keep decoding until all data from input stream buffer consumed */
423 DEBUG(("DECODING DONE\n"));
h264bsd_storage.h 98 /* store information needed for handling of slice decoding */
129 * decoding slice header, first one stores last successfully decoded
H264SwDecApi.c 306 Decode stream data. Calls h264bsdDecode to do the actual decoding.
322 H264SWDEC_PIC_RDY decoding of a picture finished
323 H264SWDEC_PIC_RDY_BUFF_NOT_EMPTY decoding of a picture finished,
325 H264SWDEC_STRM_ERR serious error in decoding, no
395 else /* Continue decoding normally */
  /hardware/msm7k/librpc/rpc/
clnt.h 143 xdr_results - function pointer for decoding the RPC response
184 xdr_results - function pointer for decoding the RPC response
  /libcore/luni/src/main/java/java/security/cert/
X509CRL.java 109 * if encoding or decoding fails.
134 * if encoding decoding fails.
X509CertSelector.java 72 // needed to avoid needless encoding/decoding work
198 * if decoding the issuer fail.
265 * if decoding the subject fails.
301 * if decoding the subject fails.
524 * if decoding the the public key fails.
659 * if the decoding of a name fails.
710 * if the decoding of the name fails.
796 * if decoding the name constraints fail.
926 * if decoding fails.
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/decoder/
DecoderUtil.java 34 * Static methods for decoding strings, byte arrays and encoded words.
236 log.warn("Current JDK doesn't support decoding of charset '"
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Base64InputStream.java 21 * Modified for Exchange attachment decoding 5/12/11. Changes are bracketed with START EAS CHANGES
38 * Performs Base-64 decoding on an underlying stream.
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
header.cpp 452 SP decoding process for non-switching pictures in 8.6.1 */
453 /* else, P macroblocks in SP slice is decoded using SP and SI decoding
646 /* see subclause 8.2.1 Decoding process for picture order count.
673 /* decoding part */
817 /* decoding order must be the same as display order */
818 /* we don't check for that. The decoder will just output in decoding order. */
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
pvmp4audiodecoderframe.cpp 168 floating point version of aac+ decoding
231 | Huffman Decoding | | Huffman Decoding |
632 * read when decoding raw bitstream
    [all...]
  /external/libvpx/vpx/
vpx_decoder_compat.h 65 * There was a problem decoding the current frame. This return code
68 * stream or \ref MAY be treated as fatal to the current GOP. If decoding
289 * Returns information about the stream that has been parsed during decoding.
379 /*!\defgroup cap_put_frame Frame-Based Decoding Functions
419 /*!\defgroup cap_put_slice Slice-Based Decoding Functions
  /external/protobuf/python/google/protobuf/internal/
decoder.py 31 """Code for decoding protocol buffer primitives.
117 raise _DecodeError('Too many bytes when decoding varint.')
141 raise _DecodeError('Too many bytes when decoding varint.')
156 We return the raw bytes of the tag rather than decoding them. The raw
158 us to trade some work that would be done in pure-python (decoding a varint)
  /external/zlib/contrib/blast/
blast.c 91 * Huffman code decoding tables. count[1..MAXBITS] is the number of symbols of
94 * entries is the sum of the counts in count[]. The decoding process can be
114 * permit simple integer comparisons for decoding.
120 * this ordering, the bits pulled during decoding are inverted to apply the
309 /* set up decoding tables (once--might not be thread-safe) */
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 89 // We allow a certain degree of discrepancy between the tile-based decoding
90 // result and the regular decoding result, because the two decoders may have
95 // MSE margin for WebP Region-Decoding for 'Config.RGB_565' is little bigger.
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 151 // Incremental WebP image decoding. Reads input buffer of 64K size iteratively
336 // Decode the WebP image data stream using WebP incremental decoding for
376 // Decode the WebP image data stream using WebP incremental decoding.
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
MVS.uudecode 52 X error message on the Amiga port, to fix a bug that prevented decoding
211 X * Copy from in to out, decoding as you go.
306 X fprintf(stderr, "ERROR: checksum mismatch decoding %s, line %d.\
  /external/webp/src/dec/
webp.c 8 // Main decoding functions for WEBP images.
76 // "Into" decoding variants
306 // Advance decoding API

Completed in 3702 milliseconds

<<11121314151617181920>>