HomeSort by relevance Sort by last modified time
    Searched full:encode (Results 576 - 600 of 3290) sorted by null

<<21222324252627282930>>

  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
MinSE.java 54 retval += SEMICOLON + parameters.encode();
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
JoinParser.java 71 System.out.print("encoded = " + t.encode() + "==> ");
MinSEParser.java 76 System.out.println("encoded = " + t.encode());
ReferredByParser.java 53 System.out.println("encoded = " + t.encode());
SessionExpiresParser.java 74 System.out.println("encoded = " + t.encode());
  /external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/hpackjson/
Story.java 22 * Representation of one story, a set of request headers to encode or decode.
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
HuffmanTest.java 49 Huffman.get().encode(buf, dos);
  /external/parameter-framework/xmlserializer/
XmlStreamDocSink.cpp 50 serializingContext.setError("Unable to encode XML document in memory");
  /external/pcre/dist/
perltest.pl 7 # also used this method to supply "require Encode" for the UTF-8 tests, so that
8 # the main test will still run where Encode is not installed.
11 #require Encode;
233 $xx = Encode::decode_utf8($xx) if $utf8;
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 122 FX_BOOL Encode(FX_LPCBYTE src_buf, int width, int height, int pitch, FX_LPBYTE& dest_buf, FX_DWORD& dest_size);
132 virtual FX_BOOL Encode(const FX_BYTE* src_buf, FX_DWORD src_size,
135 virtual FX_BOOL Encode(FX_LPCBYTE src_buf, FX_DWORD src_size, FX_LPBYTE& dest_buf, FX_DWORD& dest_size);
150 FX_BOOL Encode(const CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_size, int quality, FX_LPCBYTE icc_buf, FX_DWORD icc_length);
  /external/skia/src/image/
SkImage_Base.h 52 // but only inspect them (or encode them).
  /external/v8/test/webkit/
constant-encoding-expected.txt 24 Test that we correctly encode patterned immediate values
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
isacfix.gypi 35 'encode.c',
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Android.mk 27 encode.c \
isac.gypi 34 'encode.c',
  /external/zopfli/
README.zopflipng 5 - chooses a suitable color type to losslessly encode the image,
  /frameworks/av/media/libstagefright/webm/
EbmlUtil.h 24 // Encode the id and/or size of an EBML element bytes by setting a leading length descriptor bit:
  /frameworks/opt/net/voip/src/jni/rtp/
AmrCodec.cpp 54 int encode(void *payload, int16_t *samples);
100 int AmrCodec::encode(void *payload, int16_t *samples) function in class:__anon23191::AmrCodec
215 int encode(void *payload, int16_t *samples);
224 int GsmEfrCodec::encode(void *payload, int16_t *samples) function in class:__anon23191::GsmEfrCodec
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.h 40 virtual Encode_Status encode(VideoEncRawBuffer *inBuffer, uint32_t timeout);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderVP8.cpp 130 // encode and setConfig need to be thread safe
132 ret = mVideoEncoder->encode(&inBuf);
135 CHECK_ENCODE_STATUS("encode");
158 LOGV("VP8 encode output data size = %d", outBuf.dataSize);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.h 97 // Post encode update of the rate control parameters for 2-pass
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
Makefile 42 COMPONENT_LIB=libOMX.TI.AMR.encode.so
  /libcore/luni/src/main/java/java/security/cert/
Extension.java 64 void encode(OutputStream out) throws IOException; method in interface:Extension
  /libcore/luni/src/main/java/libcore/icu/
NativeConverter.java 21 public static native int encode(long converterHandle, char[] input, int inEnd, method in class:NativeConverter
  /libcore/luni/src/main/java/libcore/io/
DropBox.java 57 System.out.println(tag + ": " + Base64.encode(data));

Completed in 441 milliseconds

<<21222324252627282930>>