Searched
full:encode (Results
826 -
850 of
3290) sorted by null
<<31323334353637383940>>
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AcceptLanguage.java | 71 /** Encode the value of this header to a string. 80 encoding.append(SEMICOLON).append(parameters.encode());
|
RetryAfter.java | 71 /** Encode body of this into cannonical form. 84 s.append(SEMICOLON + parameters.encode());
|
/external/okhttp/okio/ |
README.md | 15 treat binary data as a value. This class is ergonomic: it knows how to encode 24 memory. If you encode a UTF-8 string as a `ByteString`, it caches a reference to
|
/external/openfst/src/include/ |
Makefile.am | 31 fst/script/draw.h fst/script/encode.h fst/script/epsnormalize.h \ 49 fst/symbol-table.h fst/arcsort.h fst/encode.h fst/lock.h \
|
/external/openfst/src/include/fst/script/ |
fstscript.h | 42 #include <fst/script/encode.h> 103 REGISTER_FST_OPERATION(Encode, Arc, EncodeArgs);
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
tgt.h | 119 Encode the value of a leaf of the tag-tree up to a given threshold 122 @param leafno Number that identifies the leaf to encode
|
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
MessageMicro.java | 43 * Get the number of bytes required to encode this message. 52 * Computes the number of bytes required to encode this message.
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
codec.h | 122 * Encode the upper-band if the codec is in 0-16 kHz mode. 141 * Encode the upper-band if the codec is in 0-12 kHz mode.
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
avcenc_api.cpp | 306 /* Let's rate control decide whether to encode this frame or not */ 310 return AVCENC_SKIPPED_PICTURE; /* not time to encode, thus skipping */ 354 // need to free up some memory before proceeding with Encode 363 /* Purpose : To encode one NAL/slice. */ 389 /* encode SPS */ 412 /* encode PPS */ 444 after we encode this slice. We can run thru a second-pass to see if new ordering 453 /* when we have everything, we encode the slice header */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_Bitstream.h | 146 * Fixed bit length Encode 187 * Variable bit length Encode
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_Bitstream.h | 146 * Fixed bit length Encode 187 * Variable bit length Encode
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
armCOMM_Bitstream.h | 146 * Fixed bit length Encode 187 * Variable bit length Encode
|
/frameworks/base/core/java/android/content/pm/ |
VerifierDeviceIdentity.java | 94 private static final char ENCODE[] = { 104 final char[] alphabet = ENCODE;
|
/frameworks/base/core/java/android/net/ |
MailTo.java | 157 sb.append(Uri.encode(header.getKey())); 159 sb.append(Uri.encode(header.getValue()));
|
/frameworks/base/opengl/java/android/opengl/ |
ETC1.java | 55 * Encode a block of pixels. 89 * Encode an entire image.
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
Size.java | 62 * Encode List of this class as comma-separated list of integers. 64 * @param sizes List of this class to encode.
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoformatenc_preview.c | 78 video_formatenc_class->encode = mix_videofmtenc_preview_encode; 511 //which is useful to check before encode 609 "not Preview video encode Object\n"); 651 if (parent_class->encode) { 652 return parent_class->encode(mix, bufin, bufincnt, iovout, 667 //TODO: also we could move some encode Preparation work to here 689 "not Preview video encode Object\n"); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
vp8cx_set_ref.c | 44 // Use the `simple_encoder` example to encode a sample with a cut scene. 77 die_codec(codec, "Failed to encode frame");
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
encode_test_driver.cc | 61 // Encode the frame 135 ASSERT_TRUE(0) << "Encode/Decode mismatch found";
|
/hardware/intel/common/wrs_omxil_core/core/inc/khronos/openmax/include/ |
OMX_IntelVideoExt.h | 176 // Force K frame for VP8 encode 184 // max frame size for VP8 encode during WebRTC feature
|
/hardware/intel/img/psb_video/src/ |
tng_jpegES.h | 71 IMG_UINT32 ui32MCUCntAndResetFlag; //!< [32:2] Number of MCU's to encode or decode, [1] Reset predictors (1=Reset, 0=No Reset) 98 IMG_UINT16 ui16MaxPipes; //!< Maximum number of pipes to use in the encode
|
/hardware/qcom/power/ |
power.c | 127 /* Video encode started */ 131 /* Video encode stopped */
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
SubjectPublicKeyInfo.java | 100 encoding = ASN1.encode(this); 128 * Encode this as an X.509 public key since we didn't have any
|
/packages/apps/Browser/src/com/android/browser/search/ |
SearchEngineInfo.java | 161 // Encode the query terms in the requested encoding (and fallback to UTF-8 if not). 164 return templateUri.replace(PARAMETER_SEARCH_TERMS, URLEncoder.encode(query, enc));
|
/packages/apps/Camera2/src/com/android/camera/util/ |
Size.java | 168 * Encode List of this class as comma-separated list of integers. 170 * @param sizes List of this class to encode.
|
Completed in 687 milliseconds
<<31323334353637383940>>