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

1 2 3 4 5 6 78 91011

  /external/chromium_org/content/common/gpu/media/
gpu_video_encode_accelerator.cc 236 encoder_->Encode(frame, force_keyframe);
android_video_encode_accelerator.cc 193 void AndroidVideoEncodeAccelerator::Encode(
  /external/chromium_org/content/test/
mock_webclipboard_impl.cc 98 gfx::PNGCodec::Encode(static_cast<unsigned char*>(bitmap.getPixels()),
  /external/chromium_org/courgette/
encoded_program_fuzz_unittest.cc 49 const courgette::Status encode_status = Encode(program, &encoded);
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.cc 85 net::UrlToFilenameEncoder::Encode(url, base_path, false);
  /external/chromium_org/remoting/codec/
audio_encoder_opus.cc 137 scoped_ptr<AudioPacket> AudioEncoderOpus::Encode(
196 // Encode.
  /external/chromium_org/remoting/host/
video_scheduler.cc 84 // Even when |frame| is NULL we still need to post it to the encode thread
247 // end of an encode operation.
348 scoped_ptr<VideoPacket> packet = encoder_->Encode(*frame);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
i420.cc 74 int I420Encoder::Encode(const I420VideoFrame& inputImage,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
benchmark.cc 187 std::cout << std::endl << "Encode Time[ms]:";
188 _results << std::endl << "Encode Time[ms]";
255 complete = Encode();
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 120 // Get range of frames: will encode num_frames following start_frame).
153 // Read->Encode->Decode sequence.
167 encoder->Encode(input_frame, NULL, NULL);
195 std::string usage = "Encode and decodes a video sequence, and writes"
202 " - input_file(string): The YUV file to encode."
  /external/chromium_org/tools/grit/grit/node/
message.py 218 accepted by util.Encode. This is used to generate the data pack data file.
225 return id, util.Encode(message, encoding)
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 500 HRESULT Encode();
512 HRESULT res = encoder->Encode();
609 HRESULT CEncoderInfo::Encode()
746 RINOK(encoder.Encode());
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp 899 void Encode(FX_LPBYTE& dest_buf, FX_DWORD& dest_size);
932 void CCodec_FaxEncoder::Encode(FX_LPBYTE& dest_buf, FX_DWORD& dest_size)
953 FX_BOOL CCodec_FaxModule::Encode(FX_LPCBYTE src_buf, int width, int height, int pitch, FX_LPBYTE& dest_buf, FX_DWORD& dest_size)
956 encoder.Encode(dest_buf, dest_size);
fx_codec_flate.cpp     [all...]
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc 371 encoder_->Encode(audio);
472 // The encoder requires a non-empty final buffer. So we encode a packet
480 encoder_->Encode(*dummy_chunk.get());
  /external/chromium_org/content/renderer/media/
rtc_video_encoder.cc 122 // webrtc::VideoEncoder expects InitEncode() and Encode() to be synchronous.
136 // Whether to encode a keyframe next.
147 // Input buffers ready to be filled with input from Encode(). As a LIFO since
221 // unblock Encode(). If there are no free input buffers but there is a free
223 // Encode().
225 // The caller of Encode() holds a webrtc lock. The deadlock happens when:
226 // (1) Encode() is waiting for the frame to be encoded in EncodeOneFrame().
231 // for the same webrtc lock held by the caller of Encode().
234 // buffers. Returning an error in Encode() is not fatal and WebRTC will just
236 // Besides, webrtc will drop a frame if Encode() blocks too long
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 29 #include "fst/lib/encode.h"
528 encoder(kEncodeLabels | kEncodeWeights, ENCODE);
529 Encode(&gfst, &encoder);
547 EncodeMapper<A> encoder(kEncodeLabels | kEncodeWeights, ENCODE);
548 Encode(fst, &encoder);
  /external/chromium_org/content/common/gpu/client/
gl_helper_benchmark.cc 94 ASSERT_TRUE(gfx::PNGCodec::Encode(
  /external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.cc 73 // pointer will be set during encode. Setting align to 1, as it is
137 bool Vp8Encoder::Encode(const scoped_refptr<media::VideoFrame>& video_frame,
195 LOG(ERROR) << "Failed to encode for once.";
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor.cc 95 fprintf(stderr, "Failed to register encode complete callback, return code: "
213 int32_t encode_result = encoder_->Encode(source_frame_, NULL, &frame_types);
216 fprintf(stderr, "Failed to encode frame %d, return code: %d\n",
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_sender.cc 222 // Get encode bitrate
233 // Get encode frame rate
367 _encoder->Encode(videoFrame, codecSpecificInfo, _nextFrameTypes);
370 LOG(LS_ERROR) << "Failed to encode frame. Error code: " << ret;
  /external/llvm/include/llvm/MC/
MCDwarf.h 260 /// Utility function to encode a Dwarf pair of LineDelta and AddrDeltas.
261 static void Encode(MCContext &Context, int64_t LineDelta, uint64_t AddrDelta,
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 270 if (width * height > 128 && pEncoders && pEncoders->GetFaxModule()->Encode(src_buf, width, height, (width + 7) / 8, dest_buf, dest_size)) {
290 if (pEncoders && pEncoders->GetFlateModule()->Encode(src_buf, src_size, dest_buf, dest_size)) {
420 if (pEncoders && pEncoders->GetJpegModule()->Encode(pConverted, output_buf, output_size)) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.cc 294 if (encoder->Encode(stream, &len_bytes, &rtp_timestamp, &encoding_type) < 0) {
348 // Secondary payload will be the ONLY bit-stream. Encode by secondary
352 if (secondary_encoder_->Encode(red_buffer_, &len_bytes,
490 // ACMGenericCodec::Encode() & ACMGenericCodec::GetRedPayload() allows.
509 status = codecs_[current_send_codec_idx_]->Encode(stream, &length_bytes,
513 // Encode failed.
563 // Redundancy encode is done here. The two bitstreams packetized into
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.cc 441 new Writer(codec.Encode(BookmarkModelFactory::GetForProfile(

Completed in 1777 milliseconds

1 2 3 4 5 6 78 91011