/external/sonivox/arm-fm-22k/lib_src/ |
eas_ima_tables.c | 7 * Contains the constant tables for IMA encode/decode
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_ima_tables.c | 7 * Contains the constant tables for IMA encode/decode
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_ima_tables.c | 7 * Contains the constant tables for IMA encode/decode
|
/external/v8/src/ |
bignum.h | 14 // This bignum can encode much bigger numbers, since it contains an
|
/external/webp/src/ |
Android.mk | 72 LOCAL_MODULE := libwebp-encode
|
/external/webp/src/enc/ |
vp8li.h | 20 #include "webp/encode.h"
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
Android.mk | 30 encode.c \
|
arith_routins.h | 87 * Encode the histogram interval
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
bitenc.c | 38 * description: encode spectral data 129 * description: encode section data (common Huffman codebooks for adjacent 176 * description: encode DPCM coded scale factors 263 * description: encode TNS data (filter order, coeffs, ..)
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
avcenc_api.h | 144 AVCFlag bidir_pred; /* enable bi-directional for B-slice, this flag forces the encoder to encode 217 calling PVAVCEncodeSlice. The encoder library will encode them according to the frame_num order. 232 This function is called to encode a NAL unit which can be an SPS NAL, a PPS NAL or 262 whether the overrun buffer has been used to encode the current NAL.
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
cvei.h | 31 by PV and encode it to an MPEG4 bitstream. It will also return a reconstructed 117 /** Targeted profile and level to encode. */ 249 /** Specifies the profile and level used to encode the bitstream. When present, 356 virtual TCVEI_RETVAL Encode(TPVVideoInputData *aVidIn) = 0;
|
/frameworks/av/media/libstagefright/webm/ |
EbmlUtil.cpp | 61 // Encode the id and/or size of an EBML element bytes by setting a leading length descriptor bit:
|
/frameworks/base/core/java/android/net/ |
Uri.java | 1813 public static String encode(String s) { method in class:Uri 1830 public static String encode(String s, String allow) { method in class:Uri [all...] |
/frameworks/base/media/java/android/media/ |
AmrInputStream.java | 90 // encode it
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/ |
MediaEncoderFilter.java | 112 /** Stream framerate to encode the frames at. 117 /** The output format to encode the frames in. 123 /** The videoencoder to encode the frames with. 339 // first frame- encode. Don't skip
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoformatenc.h | 113 MixVideoFmtEncodeFunc encode; member in struct:_MixVideoFormatEncClass
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
tile_independence_test.cc | 82 // run an encode with 2 or 4 tiles, and do the decode both in normal and
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 143 // amount of time it takes to encode the output. (speed setting 150 // amount of time to encode. (speed setting ignored) 165 // longer amount of time to encode. (speed setting ignored) 421 // segment threashold for encode breakout
|
/hardware/intel/img/psb_video/src/mrst/ |
lnc_cmdbuf.c | 483 * then for the next encode surface N+1 (ctx->src_surface) frameskip flag is cleared in vaBeginPicuture 486 * The caller should ensure the surface pertains to an encode context 496 * bit31 is cleared when the surface is used as encode render target or reference/reconstrucure target 512 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Detected a skipped frame for encode\n");
|
/hardware/intel/img/psb_video/src/ |
psb_surface.h | 69 * extra_info[5]: surface skippeded or not for encode, rotate info for decode
|
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs8/ |
PrivateKeyInfo.java | 96 encoding = ASN1.encode(this);
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
AccessDescription.java | 59 encoding = ASN1.encode(this);
|
BasicConstraints.java | 74 encoding = ASN1.encode(new Object[]{ca, BigInteger.valueOf(pathLenConstraint) });
|
CRLDistributionPoints.java | 81 encoding = ASN1.encode(this);
|
Certificate.java | 107 encoding = Certificate.ASN1.encode(this);
|