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

<<31323334353637383940>>

  /external/skia/tools/
skhello.cpp 40 SkAutoDataUnref data(image->encode());
  /external/v8/src/compiler/
instruction-codes.h 106 // for code generation. We encode the instruction, addressing mode, and flags
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 94 Emit(opcode | AddressingModeField::encode(kMode_MRI),
97 Emit(opcode | AddressingModeField::encode(kMode_MRI),
100 Emit(opcode | AddressingModeField::encode(kMode_MR1I),
163 Emit(opcode | AddressingModeField::encode(kMode_MRI), NULL,
166 Emit(opcode | AddressingModeField::encode(kMode_MRI), NULL,
169 Emit(opcode | AddressingModeField::encode(kMode_MR1I), NULL,
212 Instruction* instr = selector->Emit(cont->Encode(opcode), output_count,
585 opcode = cont->Encode(opcode);
707 opcode |= MiscField::encode(descriptor->flags());
  /external/valgrind/none/tests/ppc64/
std_reg_imm.c 31 because `std` can't encode that:
  /external/zopfli/src/zopfli/
blocksplitter.h 23 Huffman tree itself requires some bytes to encode, so by choosing certain
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
slice.cpp 330 /* 5. vlc encode */
414 /* encode mb_type, mb_pred, sub_mb_pred, CBP */
441 /* vlc encode level/run */
457 /* vlc encode level/run */
472 /* vlc encode level/run */
488 /* vlc encode level/run */
548 /* encode mb_type, mb_pred, sub_mb_pred, CBP */
748 /* encode mvd_l0 */
757 /* encode mvd_l1 */
  /frameworks/av/services/camera/libcameraservice/api1/client2/
BurstCapture.cpp 102 ALOGE("%s: JPEG encode timed out", __FUNCTION__);
  /frameworks/base/core/java/android/content/pm/
Signature.java 111 * Encode the Signature as ASCII text.
118 * Encode the Signature as ASCII text in to an existing array.
264 * decode/encode pass before doing the exact-byte check. To reduce attack
288 * Bounce the given {@link Signature} through a decode/encode cycle.
  /hardware/intel/common/wrs_omxil_core/core/inc/khronos/openmax/include/
OMX_IntelIndexExt.h 64 OMX_IndexExtSyncEncoding, /**<reference: Sync mode for encode*/
  /hardware/intel/img/psb_video/src/
tng_hostdefs.h 196 MTX_CMDID_ENCODE_FRAME, //!< (no data)\n Encode frame data\n
197 MTX_CMDID_START_FRAME, //!< (no data)\n Prepare to encode frame\n
198 MTX_CMDID_ENCODE_SLICE, //!< (no data)\n Encode slice data\n
518 BLK_SZ_DEFAULT = 3 //!< Driver picks the best possible block size for this encode session
536 ENC_PROFILE_DEFAULT = 0, //!< Sets features for default video encode
537 ENC_PROFILE_LOWCOMPLEXITY, //!< Sets features for low complexity video encode
538 ENC_PROFILE_HIGHCOMPLEXITY //!< Sets features for low delay video encode
552 * Description : Video encode context
615 IMG_UINT8 ui8MPEG2IntraDCPrecision; //!< Only used in MPEG2, 2 bit field (0 = 8 bit, 1 = 9 bit, 2 = 10 bit and 3=11 bit precision). Set to zero for other encode standards.
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
ISOCharsetEncoderTest.java 87 encoder.encode(CharBuffer.wrap("\ud800\udc00"));
  /libcore/luni/src/main/java/java/io/
OutputStreamWriter.java 181 CoderResult result = encoder.encode(chars, bytes, false);
195 // encode with endOfInput true before flushing. Our ICU-based implementations don't
197 // CharsetEncoder.encode doesn't actually pass the boolean through to encodeLoop anyway!
200 CoderResult result = encoder.encode(chars, bytes, true);
  /libcore/luni/src/main/java/java/util/logging/
ConsoleHandler.java 38 * handler will use to encode log messages, defaults to {@code null} if this
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
AlternativeName.java 57 encoding = GeneralNames.ASN1.encode(alternativeNames);
CRLNumber.java 60 encoding = ASN1.encode(number.toByteArray());
GeneralSubtrees.java 70 encoding = ASN1.encode(this);
InvalidityDate.java 65 encoding = ASN1.encode(date);
KeyUsage.java 78 encoding = ASN1.encode(keyUsage);
ORAddress.java 58 encoding = ASN1.encode(this);
SubjectKeyIdentifier.java 70 encoding = ASN1OctetString.getInstance().encode(keyIdentifier);
Validity.java 77 encoding = ASN1.encode(this);
  /libcore/support/src/test/java/libcore/tlswire/handshake/
HelloExtension.java 98 return "HelloExtension{type: " + name + ", data: " + HexEncoding.encode(data) + "}";
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoListingElement.java 151 // TODO: Encode with time-zone if MCE requests it
242 /* Encode the MapMessageListingElement into the StringBuilder reference.
245 public void encode(XmlSerializer xmlConvoElement) method in class:BluetoothMapConvoListingElement
273 contact.encode(xmlConvoElement);
BluetoothMapbMessageEmail.java 63 public byte[] encode() throws UnsupportedEncodingException method in class:BluetoothMapbMessageEmail
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
MediaRequest.java 21 * Keeps track of a media loading request. MediaResourceManager uses this interface to load, encode,

Completed in 877 milliseconds

<<31323334353637383940>>