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

<<31323334353637383940>>

  /frameworks/opt/telephony/src/java/android/telephony/gsm/
SmsMessage.java 181 * Calculates the number of SMS's required to encode the message body and
185 * @param messageBody the message to encode
210 * Calculates the number of SMS's required to encode the message body and
214 * @param messageBody the message to encode
236 * Returns null on encode error.
265 * Returns null on encode error.
295 * Returns null on encode error.
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 136 * where a scan encode should begin (calculated from the total count of MCUs)
144 IMG_UINT32 ui32MCUCntAndResetFlag; //!< [32:2] Number of MCU's to encode or decode, [1] Reset predictors (1=Reset, 0=No Reset)
218 /* Number of buffers for encode coded data*/
356 // [15:0] Number of MCU's to encode or decode */
495 * @details Struct describing essential information required by firmware to encode a scan.
526 /* These are used by by encode */
594 IMG_UINT32 ui32NumberMCUsToEncode; /*Total number of MCUs to encode*/
psb_drv_video.c 1070 int cmdbuf_num, encode = 0, proc = 0; local
1624 int encode, i; local
2417 int decode = 0, encode = 0, rc_enable = 0, proc = 0; local
2517 int frame_skip = 0, encode = 0, decode = 0, rc_enable = 0, proc = 0; local
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /cts/tests/tests/keystore/src/android/keystore/cts/
SignatureTest.java     [all...]
  /external/libvorbis/lib/
mapping0.c 505 broken the encode setup lib. Guard it anyway. */
590 1) encode actual mode being used
591 2) encode the floor for each channel, compute coded mask curve/res
593 4) encode residue
610 /* Encode the packet type */
612 /* Encode the modenumber */
613 /* Encode frame mode, pre,post windowsize, then dispatch */
620 /* encode floor, compute masking curve, sep out residue */
667 /* classify and encode by submap */
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 398 // Encode the immediate and shift the opcode into place.
423 // These values don't encode the low two bits since they're always zero.
463 // The value doesn't encode the low bit (always zero) and is offset by
490 // The value doesn't encode the low two bits (always zero) and is offset by
521 // Offset by 4, and don't encode the low two bits. Two bytes of that
526 // Offset by 4 and don't encode the lower bit, which is always 0.
531 // Offset by 4 and don't encode the lower bit, which is always 0.
534 // Offset by 4 and don't encode the lower bit, which is always 0.
562 // These values don't encode the low two bits since they're always zero.
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMime.java 78 public void encode(StringBuilder sb, String boundaryTag, boolean last) method in class:BluetoothMapbMessageMime.MimePart
323 * Encode an address header, and perform folding if needed.
326 * @param addresses the reformatted address substrings to encode.
330 /* TODO: Do we need to encode the addresses if they contain illegal characters?
433 * including Base64 and Quoted Printables - hence it is possible to encode non-us-ascii
441 * Encode the bMessage as a Mime message(MMS/IM)
458 /* We call encode on all parts, to include a tag,
465 part.encode(sb, getBoundary(), (count == parts.size()));
741 public byte[] encode() throws UnsupportedEncodingException { method in class:BluetoothMapbMessageMime
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 56 * {@link #encode}
68 * {@link #encode}
119 public void encode(DexFile file) { method in class:CatchStructs
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 53 * {@link #encode}
65 * {@link #encode}
116 public void encode(DexFile file) { method in class:CatchStructs
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 93 CDBG_ERROR("%s:%d] Encode error", __func__, __LINE__);
95 CDBG_ERROR("%s:%d] Encode success file%s addr %p len %d",
204 /* set encode parameters */
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 92 CDBG_ERROR("%s:%d] Encode error", __func__, __LINE__);
94 CDBG_ERROR("%s:%d] Encode success file%s addr %p len %d",
202 /* set encode parameters */
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 266 mm_jpeg_encode_params_t params; /* encode params */
267 mm_jpeg_decode_params_t dec_params; /* encode params */
270 pthread_t encode_pid; /* encode thread handler*/
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 310 return indent + type + " ApplicationSpecific[" + app.getApplicationTag() + "] (" + new String(Hex.encode(app.getContents())) + ")" + nl;
367 buf.append(new String(Hex.encode(bytes, i, SAMPLE_SIZE)));
375 buf.append(new String(Hex.encode(bytes, i, bytes.length - i)));
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_fileapp.py 105 content = content.encode('utf8')
186 content = content.encode('utf8')
197 content = content.encode('utf8')