HomeSort by relevance Sort by last modified time
    Searched refs:Encode (Results 101 - 125 of 233) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/remoting/codec/
audio_encoder_speex.cc 51 scoped_ptr<AudioPacket> AudioEncoderSpeex::Encode(
94 // Encode the frame, treating all samples as integers.
  /external/chromium_org/sdch/open-vcdiff/src/
vcdiff_main.cc 47 "Target file (default is stdin for encode, stdout for decode");
49 "Encoded delta file (default is stdout for encode, "
71 " {encode | delta | decode | patch }[ <options> ]\n"
72 "encode or delta: create delta file from dictionary and target file\n"
83 // will use the supplied options to carry out a file-based encode
85 bool Encode();
370 bool VCDiffFileBasedCoder::Encode() {
423 std::cerr << "Error trying to encode data chunk of length "
608 if ((strcmp(command_option, "encode") == 0) ||
611 if (!coder.Encode()) {
    [all...]
vcencoder.cc 132 engine_->Encode(data, len, look_for_target_matches_, out, coder_.get());
vcencoder_test.cc 229 EXPECT_TRUE(simple_encoder_.Encode(kTarget, strlen(kTarget), delta()));
241 EXPECT_TRUE(simple_encoder_.Encode(kTarget, strlen(kTarget), delta()));
253 EXPECT_TRUE(simple_encoder_.Encode(kTarget,
637 // Now perform the encode operation, which will cause a segmentation fault
669 // Now perform the encode operation, which will cause a segmentation fault
725 EXPECT_TRUE(simple_encoder_.Encode(kTarget, strlen(kTarget), delta()));
    [all...]
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 50 rem vcdiff with three arguments but without "encode" or "decode"
60 encode -dictionary %DICTIONARY_FILE% ^
63 || ( echo Encode with three arguments failed ^
82 encode -dictionary %DICTIONARY_FILE% ^
85 || ( echo Encode using stdin/stdout failed ^
102 encode -dictionary %DICTIONARY_FILE% ^
105 || ( echo Encode with mixed arguments failed ^
121 encode -dictionary %DICTIONARY_FILE% ^
124 || ( echo Encode with mixed arguments failed ^
165 encode -dictionary %TEMP%\nonexistent_file
    [all...]
  /external/chromium_org/ui/snapshot/
snapshot_win.cc 90 // encode it into a useful format for posting to the bug report
92 gfx::PNGCodec::Encode(bit_ptr, gfx::PNGCodec::FORMAT_BGRA,
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
Encoder.java 102 public void Encode(short []probs, int index, int symbol) throws IOException
  /external/open-vcdiff/src/
vcdiff_main.cc 47 "Target file (default is stdin for encode, stdout for decode");
49 "Encoded delta file (default is stdout for encode, "
71 " {encode | delta | decode | patch }[ <options> ]\n"
72 "encode or delta: create delta file from dictionary and target file\n"
83 // will use the supplied options to carry out a file-based encode
85 bool Encode();
370 bool VCDiffFileBasedCoder::Encode() {
423 std::cerr << "Error trying to encode data chunk of length "
608 if ((strcmp(command_option, "encode") == 0) ||
611 if (!coder.Encode()) {
    [all...]
vcencoder.cc 132 engine_->Encode(data, len, look_for_target_matches_, out, coder_.get());
vcencoder_test.cc 229 EXPECT_TRUE(simple_encoder_.Encode(kTarget, strlen(kTarget), delta()));
241 EXPECT_TRUE(simple_encoder_.Encode(kTarget, strlen(kTarget), delta()));
253 EXPECT_TRUE(simple_encoder_.Encode(kTarget,
637 // Now perform the encode operation, which will cause a segmentation fault
669 // Now perform the encode operation, which will cause a segmentation fault
725 EXPECT_TRUE(simple_encoder_.Encode(kTarget, strlen(kTarget), delta()));
    [all...]
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 50 rem vcdiff with three arguments but without "encode" or "decode"
60 encode -dictionary %DICTIONARY_FILE% ^
63 || ( echo Encode with three arguments failed ^
82 encode -dictionary %DICTIONARY_FILE% ^
85 || ( echo Encode using stdin/stdout failed ^
102 encode -dictionary %DICTIONARY_FILE% ^
105 || ( echo Encode with mixed arguments failed ^
121 encode -dictionary %DICTIONARY_FILE% ^
124 || ( echo Encode with mixed arguments failed ^
165 encode -dictionary %TEMP%\nonexistent_file
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
cvei.h 31 by PV and encode it to an MPEG4 bitstream. It will also return a reconstructed
117 /** Targeted profile and level to encode. */
249 /** Specifies the profile and level used to encode the bitstream. When present,
356 virtual TCVEI_RETVAL Encode(TPVVideoInputData *aVidIn) = 0;
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 231 encoded = gfx::PNGCodec::Encode(
238 encoded = gfx::JPEGCodec::Encode(
251 command->InternalErrorResponse("Unable to encode screenshot")->
262 command->InternalErrorResponse("Unable to base64 encode screenshot")->
  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc 235 encoder_->Encode(data);
244 // UploadAudioChunk requires a non-empty final buffer. So we encode a packet
252 encoder_->Encode(*dummy_chunk.get());
  /external/chromium_org/remoting/webapp/
connection_stats.js 70 ', Encode: ' + formatStatNumber(stats.encodeLatency, 'ms') +
  /external/chromium_org/v8/src/
unicode-inl.h 111 unsigned Utf8::Encode(char* str, uchar c, int previous) {
124 return Encode(str - kUnmatchedSize,
  /external/lzma/C/Util/Lzma/
LzmaUtil.c 29 " e: encode file\n"
134 static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UInt64 fileSize, char *rs)
222 res = Encode(&outStream.s, &inStream.s, fileSize, rs);
  /external/v8/src/
unicode-inl.h 81 unsigned Utf8::Encode(char* str, uchar c, int previous) {
94 return Encode(str - kUnmatchedSize,
  /external/chromium/sdch/open-vcdiff/src/
vcencoder_test.cc 203 EXPECT_TRUE(simple_encoder_.Encode(kTarget, strlen(kTarget), delta()));
215 EXPECT_TRUE(simple_encoder_.Encode(kTarget, strlen(kTarget), delta()));
227 EXPECT_TRUE(simple_encoder_.Encode(kTarget,
572 // Now perform the encode operation, which will cause a segmentation fault
604 // Now perform the encode operation, which will cause a segmentation fault
682 EXPECT_TRUE(simple_encoder_.Encode(kTarget, strlen(kTarget), delta()));
777 EXPECT_TRUE(simple_encoder_.Encode(kRedundantTarget,
    [all...]
vcdecoder_test.cc 81 VarintBE<int32_t>::Encode(static_cast<int32_t>(strlen(s)), varint_buf);
vcdiffengine.cc 111 // Create an ADD instruction to encode all target bytes
122 // this function creates an ADD instruction to encode all target bytes
143 LOG(DFATAL) << "Internal error in VCDiffEngine::Encode: "
157 LOG(DFATAL) << "Internal error: VCDiffEngine::Encode() "
237 void VCDiffEngine::Encode(const char* target_data,
  /external/chromium/chrome/browser/policy/
device_management_backend_impl.cc 84 std::string Encode();
98 std::string URLQueryParameters::Encode() {
260 return GURL(server_url + '?' + query_params_.Encode());
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.cc 48 Value* BookmarkCodec::Encode(BookmarkModel* model) {
49 return Encode(model->bookmark_bar_node(),
55 Value* BookmarkCodec::Encode(const BookmarkNode* bookmark_bar_node,
bookmark_codec_unittest.cc 101 scoped_ptr<Value> value(encoder.Encode(model));
187 // Encode two identical models and make sure the check-sums are same as long
267 scoped_ptr<Value> model_value(encoder.Encode(model_to_encode.get()));
288 scoped_ptr<Value> model_value2(encoder2.Encode(&decoded_model));
341 // Add meta info and encode.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 0 // encode.h
17 // Class to encode and decoder an fst.
30 enum EncodeType { ENCODE = 1, DECODE = 2 };
32 // Identifies stream data as an encode table (and its endianity)
39 // stores both the Tuple of encode labels and weights to a unique
69 // Hash function for EncodeTabe Tuples. Based on the encode flags
111 // Given an arc encode either input/ouptut labels or input/costs or both
112 Label Encode(const A &arc) {
126 // Given an encode arc Label decode back to input/output labels and costs
154 LOG(ERROR) << "EncodeTable::Read: Bad encode table header: " << source
    [all...]

Completed in 809 milliseconds

1 2 3 45 6 7 8 910