HomeSort by relevance Sort by last modified time
    Searched refs:Encode (Results 126 - 150 of 257) sorted by null

1 2 3 4 56 7 8 91011

  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc 239 encoder_->Encode(data);
248 // UploadAudioChunk requires a non-empty final buffer. So we encode a packet
256 encoder_->Encode(*dummy_chunk.get());
  /external/chromium_org/remoting/webapp/
connection_stats.js 70 ', Encode: ' + formatStatNumber(stats.encodeLatency, 'ms') +
  /external/chromium_org/third_party/skia/dm/
DMWriteTask.cpp 12 DEFINE_bool(writePngOnly, false, "If true, don't encode raw bitmap after .png data. "
62 static bool Encode(SkBitmap bitmap, const char* path) {
71 SkDebugf("Can't encode a PNG.\n");
142 : PngAndRaw::Encode(fBitmap, path.c_str());
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
normal_test.cc 137 while (!Encode())
177 printf("Average encode time: %f s\n", avgEncTime);
180 (*_log) << "Average encode time: " << avgEncTime << " s" << std::endl;
190 NormalTest::Encode()
234 (*_log) << "Unable to encode frame: " << _framecnt << std::endl;
235 fprintf(stderr,"\n\nUnable to encode frame: %d\n\n", _framecnt);
243 (*_log) << encodingAttempts << " attempts required to encode frame: " <<
245 fprintf(stderr,"\n%d attempts required to encode frame: %d\n", encodingAttempts,
normal_async_test.cc 337 complete = Encode();
381 printf("Average encode time: %.1f ms\n", 1000 * avgEncTime);
383 printf("Average encode pipeline time: %.1f ms\n",
391 (*_log) << "Average encode time: " << avgEncTime << " s" << std::endl;
399 NormalAsyncTest::Encode()
458 int ret = _encoder->Encode(_inputVideoBuffer,
normal_async_test.h 101 virtual bool Encode();
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 40 // Note that this only makes sense if an encode has been completed
235 encoder_->Encode(input_frame_, NULL, NULL);
252 encoder_->Encode(input_frame_, NULL, NULL);
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_I420_codec.cc 118 int32_t TbI420Encoder::Encode(
123 _functionCalls.Encode++;
  /external/chromium_org/v8/src/
unicode-inl.h 87 // Encode encodes the UTF-16 code units c and previous into the given str
91 unsigned Utf8::Encode(char* str,
106 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/skia/dm/
DMWriteTask.cpp 12 DEFINE_bool(writePngOnly, false, "If true, don't encode raw bitmap after .png data. "
62 static bool Encode(SkBitmap bitmap, const char* path) {
71 SkDebugf("Can't encode a PNG.\n");
142 : PngAndRaw::Encode(fBitmap, path.c_str());
  /external/chromium_org/sdch/open-vcdiff/src/
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...]
vcdecoder_test.cc 81 VarintBE<int32_t>::Encode(static_cast<int32_t>(strlen(s)), varint_buf);
vcdiffengine.cc 108 // Create an ADD instruction to encode all target bytes
119 // this function creates an ADD instruction to encode all target bytes
140 VCD_DFATAL << "Internal error in VCDiffEngine::Encode: "
154 VCD_DFATAL << "Internal error: VCDiffEngine::Encode() "
234 void VCDiffEngine::Encode(const char* target_data,
  /external/chromium_org/remoting/codec/
codec_test.cc 256 scoped_ptr<VideoPacket> packet = encoder->Encode(*frame);
306 scoped_ptr<VideoPacket> packet = encoder->Encode(*frame);
366 scoped_ptr<VideoPacket> packet = encoder->Encode(*frame);
audio_encoder_opus_unittest.cc 141 encoder_->Encode(source_packet.Pass());
  /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
108 // Given an arc encode either input/ouptut labels or input/costs or both
109 Label Encode(const A &arc) {
123 // Given an encode arc Label decode back to input/output labels and costs
153 LOG(ERROR) << "EncodeTable::Read: Bad encode table header: " << source
    [all...]
  /external/chromium_org/content/common/gpu/media/
v4l2_video_encode_accelerator.h 35 // This class handles video encode acceleration by interfacing with a V4L2
54 virtual void Encode(const scoped_refptr<media::VideoFrame>& frame,
106 // Callback run by the image processor when a frame is ready for us to encode.
  /external/chromium_org/courgette/
courgette_tool.cc 86 const courgette::Status encode_status = Encode(program, &encoded);
91 Problem("Can't encode program.");
181 const courgette::Status encode_status = Encode(program, &encoded);
186 Problem("Can't encode program.");
240 Encode(program, &encoded_program);
243 Problem("Can't encode program.");
246 const courgette::Status encode_model_status = Encode(model, &encoded_model);
249 Problem("Can't encode model.");
  /external/chromium_org/media/cast/receiver/
video_decoder_unittest.cc 76 // Encode |frame| into |encoded_frame->data|.
80 vp8_encoder_.Encode(video_frame, encoded_frame.get());
  /external/chromium_org/printing/
image.cc 64 bool success = gfx::PNGCodec::Encode(&*data_.begin(),
  /external/chromium_org/remoting/host/
video_scheduler_unittest.cc 57 scoped_ptr<VideoPacket> Encode(
121 task_runner_, // Encode
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set_test.cc 38 return FindFile(cmp, files_, target.Encode());
  /external/chromium_org/third_party/skia/src/utils/
SkBase64.cpp 112 size_t SkBase64::Encode(const void* srcPtr, size_t length, void* dstPtr, const char* encodeMap) {
113 const char* encode;
115 encode = default_encode;
117 encode = encodeMap;
132 *dst++ = encode[a];
133 *dst++ = encode[b];
134 *dst++ = encode[c];
135 *dst++ = encode[d];
147 *dst++ = encode[a >> 2];
148 *dst++ = encode[(k1 | a << 4) & 0x3F]
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_generic_codec.h 57 // int16_t Encode()
70 // C) DTX is enabled; if the codec has internal VAD/DTX we just encode the
89 // there was not enough data to encode. or
100 // wide-band CN to encode.
103 // narrow-band CN to encode.
109 int16_t Encode(uint8_t* bitstream,
403 // decode. The reason for that is we would like to decode and encode with
551 // calling Encode() will return a payload.
763 // encode a frame of audio.
    [all...]

Completed in 4048 milliseconds

1 2 3 4 56 7 8 91011