/external/open-vcdiff/ |
ChangeLog | 37 * Issue #23: Add an option for the encoder to produce simple JSON output 123 * Change the VCDIFF block size to 16, but have the encoder discard all matches 125 encoder, but finds better string matches, producing a more efficient 129 * Add an interface SetTargetMatching() to the simple encoder class 184 the most efficient version of memcmp is used in the encoder's inner loop. 191 The open-vcdiff package provides an encoder and decoder for the VCDIFF format
|
/external/openfst/src/include/fst/ |
minimize.h | 550 encoder(kEncodeLabels | kEncodeWeights, ENCODE); 551 Encode(&gfst, &encoder); 553 Decode(&gfst, encoder); 573 EncodeMapper<A> encoder(kEncodeLabels | kEncodeWeights, ENCODE); 574 Encode(fst, &encoder); 576 Decode(fst, encoder);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
minimize.h | 528 encoder(kEncodeLabels | kEncodeWeights, ENCODE); 529 Encode(&gfst, &encoder); 531 Decode(&gfst, encoder); 547 EncodeMapper<A> encoder(kEncodeLabels | kEncodeWeights, ENCODE); 548 Encode(fst, &encoder); 550 Decode(fst, encoder);
|
/frameworks/av/include/media/ |
MediaProfiles.h | 55 * queue up to 6 YUV frames in the video encoder source. 57 * engine when the encoder consumes YUV frames at a lower speed 94 * vid.codec - video encoder. see mediarecorder.h for details. 95 * aud.codec - audio encoder. see mediarecorder.h for details. 124 * Returns the value for the given param name for the given video encoder 171 * Returns the value for the given param name for the given audio encoder
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
gsmamr_enc.h | 63 unique to the encoder. 77 GSM AMR encoder library. 147 /* AMREncodeInit initializes the GSM AMR Encoder library by calling 156 /* AMREncodeReset resets the state memory used by the Encoder and SID sync 164 /* AMREncodeExit frees up the state memory used by the Encoder and SID 172 * AMREncode is the entry point to the ETS Encoder library that encodes the raw
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
BitStringTest.java | 59 // decoder/encoder for testing 237 ASN1NamedBitList encoder = new ASN1NamedBitList(); local 240 DerOutputStream out = new DerOutputStream(encoder,
|
/external/chromium_org/media/cast/audio_sender/ |
audio_encoder.cc | 139 // Note: As of 2013-10-31, the encoder in "auto bitrate" mode would use a 189 // third_party/opus/src/include/opus.h, so that the Opus encoder does not 258 NOTREACHED() << "Unsupported or unspecified codec for audio encoder";
|
audio_sender.h | 48 // The callback is called from the main cast thread as soon as the encoder is
|
/external/chromium_org/sdch/open-vcdiff/src/ |
vcencoder_test.cc | 128 void TestWithFixedChunkSize(VCDiffStreamingEncoder *encoder, 333 void VCDiffEncoderTest::TestWithFixedChunkSize(VCDiffStreamingEncoder *encoder, 337 EXPECT_TRUE(encoder->StartEncoding(delta())); 346 EXPECT_TRUE(encoder->EncodeChunk(&kTarget[chunk_start_index], 350 EXPECT_TRUE(encoder->FinishEncoding(delta())); 478 // affect an encoder that uses that HashedDictionary. 502 // When the encoder is used on the same target text after overwriting 614 // Bug 1220602: Make sure the encoder doesn't read past the end of the input 747 ExpectByte(0x00); // Simple encoder never uses interleaved format [all...] |
/external/javasqlite/src/main/java/SQLite/ |
StringEncoder.java | 4 * String encoder/decoder for SQLite. 8 * This encoder was implemented based on an original idea from an anonymous 101 * a valid encoded string for this encoder.
|
/external/libvorbis/doc/ |
vorbis-clip.txt | 62 *(For best results, the encoder should use extra samples that preserve 69 The encoder indicates to the decoder that the file is actually shorter 97 marking an arbitrary ending point. If the encoder wishes sample zero
|
/external/open-vcdiff/src/ |
vcencoder_test.cc | 128 void TestWithFixedChunkSize(VCDiffStreamingEncoder *encoder, 333 void VCDiffEncoderTest::TestWithFixedChunkSize(VCDiffStreamingEncoder *encoder, 337 EXPECT_TRUE(encoder->StartEncoding(delta())); 346 EXPECT_TRUE(encoder->EncodeChunk(&kTarget[chunk_start_index], 350 EXPECT_TRUE(encoder->FinishEncoding(delta())); 478 // affect an encoder that uses that HashedDictionary. 502 // When the encoder is used on the same target text after overwriting 614 // Bug 1220602: Make sure the encoder doesn't read past the end of the input 747 ExpectByte(0x00); // Simple encoder never uses interleaved format [all...] |
/hardware/qcom/media/mm-core/inc/ |
OMX_QCOMExtns.h | 91 * OMX_QCOM_INDEX_CONFIG_VIDEO_LTRUSE to the encoder, if the specified 92 * LTR frame can not be located by the encoder in its LTR list, the encoder 468 ** the encoder the LTR count and manually 473 ** the encoder the LTR count and LTR 474 ** period. The encoder marks LTR frames 491 * eLTRMode : Specifies the LTR mode used in encoder 510 * encoder component 575 * Enumeration used to define the video encoder modes 579 * All encoder settings made throug [all...] |
/external/aac/libAACenc/src/ |
bitenc.h | 84 /******************************** MPEG Audio Encoder ************************** 87 contents/description: Bitstream encoder 123 * \param hTpEnc Transport encoder handle. If NULL, the number of static bits will be returned into 152 * \param hTpEnc transport encoder handle. If NULL, the function will
|
/external/aac/libSBRenc/src/ |
ps_main.h | 84 /***************************** MPEG Audio Encoder *************************** 171 * \brief Create a parametric stereo encoder instance. 185 * \brief Initialize a parametric stereo encoder instance. 207 * \brief Destroy parametric stereo encoder instance.
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
StreamHandlerTest.java | 61 private static CharsetEncoder encoder; field in class:StreamHandlerTest 64 encoder = Charset.forName("iso-8859-1").newEncoder(); 65 encoder.onMalformedInput(CodingErrorAction.REPLACE); 66 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); 624 byte[] bytes = encoder.encode( 642 assertTrue(Arrays.equals(aos.toByteArray(), encoder.encode( 651 assertFalse(Arrays.equals(aos.toByteArray(), encoder.encode( 655 byte[] b1 = encoder.encode( 658 byte[] b2 = encoder.encode(CharBuffer.wrap("\u6881\u884D\u8F69"))
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509NameEntryConverter.java | 17 * An example of an encoder look like below:
|
/external/chromium/chrome/browser/ui/webui/ |
theme_source_unittest.cc | 66 // We used to PNGEncode the images ourselves, but encoder differences
|
/external/chromium/sdch/open-vcdiff/man/ |
vcdiff.1 | 17 vcdiff \- encoder/decoder for VCDIFF (RFC 3284) format
|
/external/chromium/third_party/libjingle/source/talk/base/ |
base64.h | 3 //* C_Base64 - a simple base64 encoder and decoder.
|
/external/chromium_org/chrome/browser/ui/webui/ |
theme_source_unittest.cc | 68 // We used to PNGEncode the images ourselves, but encoder differences
|
/external/chromium_org/media/webm/chromeos/ |
webm_encoder.h | 31 // WebM encoder using libvpx. Currently only supports one-pass, constant bitrate
|
/external/chromium_org/remoting/codec/ |
video_encoder_vpx.cc | 29 // map for the encoder. 35 // Configure the encoder. 101 CHECK(ret) << "Initialization of encoder failed"; 111 // Apply active map to the encoder.
|
/external/chromium_org/remoting/host/ |
audio_scheduler.cc | 92 // The audio encoder returns a NULL audio packet if there's no audio to send.
|
video_scheduler.cc | 39 scoped_ptr<VideoEncoder> encoder, 46 encoder_(encoder.Pass()), 184 // This doesn't deleted already captured frames, so encoder can keep using the 276 // Encoder thread --------------------------------------------------------------
|