Searched refs:Encode (Results 176 - 200 of 270) sorted by relevance

1234567891011

/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_storage.cc187 scoped_ptr<base::Value> value(codec.Encode(model_));
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_encode_accelerator_host.cc113 void GpuVideoEncodeAcceleratorHost::Encode( function in class:content::GpuVideoEncodeAcceleratorHost
122 << "Encode(): cannot encode frame not backed by shared memory";
129 << "Encode(): failed to duplicate buffer handle for GPU process";
/external/chromium_org/content/common/gpu/media/
H A Dgpu_video_encode_accelerator.cc251 encoder_->Encode(frame, force_keyframe);
/external/chromium_org/content/test/
H A Dmock_webclipboard_impl.cc103 gfx::PNGCodec::Encode(static_cast<unsigned char*>(bitmap.getPixels()),
/external/chromium_org/courgette/
H A Dencoded_program_fuzz_unittest.cc49 const courgette::Status encode_status = Encode(program, &encoded);
/external/chromium_org/media/cast/logging/
H A Dstats_event_subscriber.h55 FRIEND_TEST_ALL_PREFIXES(StatsEventSubscriberTest, Encode);
112 // Encode frame rate.
127 // Encode bitrate in kbps.
/external/chromium_org/net/tools/dump_cache/
H A Dcache_dumper.cc85 net::UrlToFilenameEncoder::Encode(url, base_path, false);
/external/chromium_org/remoting/codec/
H A Daudio_encoder_opus.cc137 scoped_ptr<AudioPacket> AudioEncoderOpus::Encode( function in class:remoting::AudioEncoderOpus
196 // Encode.
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_generic_codec.h57 // int16_t Encode()
109 int16_t Encode(uint8_t* bitstream,
547 // calling Encode() will return a payload.
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
H A Di420.cc74 int I420Encoder::Encode(const I420VideoFrame& inputImage, function in class:webrtc::I420Encoder
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dbenchmark.cc187 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/
H A Dvp8_sequence_coder.cc153 // Read->Encode->Decode sequence.
167 encoder->Encode(input_frame, NULL, NULL);
195 std::string usage = "Encode and decodes a video sequence, and writes"
/external/chromium_org/third_party/webrtc/test/
H A Dfake_encoder.cc47 int32_t FakeEncoder::Encode( function in class:webrtc::test::FakeEncoder
/external/chromium_org/tools/grit/grit/node/
H A Dmessage.py218 accepted by util.Encode. This is used to generate the data pack data file.
225 return id, util.Encode(message, encoding)
/external/chromium_org/v8/src/
H A Dunicode.h129 static inline unsigned Encode(char* out,
H A Dserialize.h96 uint32_t Encode(Address key) const;
471 return external_reference_encoder_->Encode(addr);
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp500 HRESULT Encode();
512 HRESULT res = encoder->Encode();
609 HRESULT CEncoderInfo::Encode() function in class:CEncoderInfo
746 RINOK(encoder.Encode());
/external/openfst/src/include/fst/script/
H A Dfstscript.h103 REGISTER_FST_OPERATION(Encode, Arc, EncodeArgs);
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_fax.cpp899 void Encode(FX_LPBYTE& dest_buf, FX_DWORD& dest_size);
932 void CCodec_FaxEncoder::Encode(FX_LPBYTE& dest_buf, FX_DWORD& dest_size) function in class:CCodec_FaxEncoder
953 FX_BOOL CCodec_FaxModule::Encode(FX_LPCBYTE src_buf, int width, int height, int pitch, FX_LPBYTE& dest_buf, FX_DWORD& dest_size) function in class:CCodec_FaxModule
956 encoder.Encode(dest_buf, dest_size);
H A Dfx_codec_flate.cpp911 FX_BOOL CCodec_FlateModule::Encode(const FX_BYTE* src_buf, FX_DWORD src_size,
916 return Encode(src_buf, src_size, dest_buf, dest_size);
930 ret = Encode(pSrcBuf, src_size, dest_buf, dest_size);
934 FX_BOOL CCodec_FlateModule::Encode(FX_LPCBYTE src_buf, FX_DWORD src_size, FX_LPBYTE& dest_buf, FX_DWORD& dest_size)
/external/chromium_org/content/browser/speech/
H A Dgoogle_streaming_remote_engine.cc371 encoder_->Encode(audio);
480 encoder_->Encode(*dummy_chunk.get());
/external/chromium_org/content/renderer/media/
H A Drtc_video_encoder.cc159 // webrtc::VideoEncoder expects InitEncode() and Encode() to be synchronous.
184 // Input buffers ready to be filled with input from Encode(). As a LIFO since
258 // unblock Encode(). If there are no free input buffers but there is a free
260 // Encode().
262 // The caller of Encode() holds a webrtc lock. The deadlock happens when:
263 // (1) Encode() is waiting for the frame to be encoded in EncodeOneFrame().
268 // for the same webrtc lock held by the caller of Encode().
271 // buffers. Returning an error in Encode() is not fatal and WebRTC will just
273 // Besides, webrtc will drop a frame if Encode() blocks too long.
458 // EncodeOneFrame() may re-enter EncodeFrameFinished() if VEA::Encode() fail
597 int32_t RTCVideoEncoder::Encode( function in class:content::RTCVideoEncoder
[all...]
/external/openfst/src/include/fst/
H A Dminimize.h551 Encode(&gfst, &encoder);
574 Encode(fst, &encoder);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dminimize.h529 Encode(&gfst, &encoder);
548 Encode(fst, &encoder);
/external/chromium_org/chrome/browser/search/suggestions/
H A Dimage_manager_impl.cc272 return gfx::JPEGCodec::Encode(

Completed in 520 milliseconds

1234567891011