Searched defs:Encode (Results 1 - 25 of 84) sorted by path

1234

/external/chromium_org/chrome/browser/net/
H A Dprobe_message.cc26 // Encode is used for decoding here.
27 std::string input_decoded = Encode(input);
104 std::string ProbeMessage::Encode(const std::string& input) const { function in class:chrome_browser_net::ProbeMessage
123 return Encode(output);
/external/chromium_org/chrome/common/custom_handlers/
H A Dprotocol_handler.cc61 base::DictionaryValue* ProtocolHandler::Encode() const { function in class:ProtocolHandler
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_codec.cc54 base::Value* BookmarkCodec::Encode(BookmarkModel* model) { function in class:bookmarks::BookmarkCodec
55 return Encode(model->bookmark_bar_node(),
62 base::Value* BookmarkCodec::Encode( function in class:bookmarks::BookmarkCodec
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc1233 std::string KeyPrefix::Encode() const { function in class:content::KeyPrefix
1311 std::string SchemaVersionKey::Encode() { function in class:content::SchemaVersionKey
1317 std::string MaxDatabaseIdKey::Encode() { function in class:content::MaxDatabaseIdKey
1323 std::string DataVersionKey::Encode() { function in class:content::DataVersionKey
1329 std::string BlobJournalKey::Encode() { function in class:content::BlobJournalKey
1335 std::string LiveBlobJournalKey::Encode() { function in class:content::LiveBlobJournalKey
1360 std::string DatabaseFreeListKey::Encode(int64 database_id) { function in class:content::DatabaseFreeListKey
1368 return Encode(std::numeric_limits<int64>::max());
1399 std::string DatabaseNameKey::Encode(const std::string& origin_identifier, function in class:content::DatabaseNameKey
1410 return Encode(origin_identifie
1433 std::string DatabaseMetaDataKey::Encode(int64 database_id, function in class:content::DatabaseMetaDataKey
1464 std::string ObjectStoreMetaDataKey::Encode(int64 database_id, function in class:content::ObjectStoreMetaDataKey
1524 std::string IndexMetaDataKey::Encode(int64 database_id, function in class:content::IndexMetaDataKey
1587 std::string ObjectStoreFreeListKey::Encode(int64 database_id, function in class:content::ObjectStoreFreeListKey
1633 std::string IndexFreeListKey::Encode(int64 database_id, function in class:content::IndexFreeListKey
1688 std::string ObjectStoreNamesKey::Encode( function in class:content::ObjectStoreNamesKey
1724 std::string IndexNamesKey::Encode(int64 database_id, function in class:content::IndexNamesKey
1758 std::string ObjectStoreDataKey::Encode(int64 database_id, function in class:content::ObjectStoreDataKey
1769 std::string ObjectStoreDataKey::Encode(int64 database_id, function in class:content::ObjectStoreDataKey
1803 std::string ExistsEntryKey::Encode(int64 database_id, function in class:content::ExistsEntryKey
1813 std::string ExistsEntryKey::Encode(int64 database_id, function in class:content::ExistsEntryKey
1888 std::string BlobEntryKey::Encode() const { function in class:content::BlobEntryKey
1893 std::string BlobEntryKey::Encode(int64 database_id, function in class:content::BlobEntryKey
1901 std::string BlobEntryKey::Encode(int64 database_id, function in class:content::BlobEntryKey
1950 std::string IndexDataKey::Encode(int64 database_id, function in class:content::IndexDataKey
1964 std::string IndexDataKey::Encode(int64 database_id, function in class:content::IndexDataKey
1974 std::string IndexDataKey::Encode(int64 database_id, function in class:content::IndexDataKey
[all...]
/external/chromium_org/content/browser/speech/
H A Daudio_encoder.cc28 virtual void Encode(const AudioChunk& raw_audio) OVERRIDE;
79 void FLACEncoder::Encode(const AudioChunk& raw_audio) { function in class:content::__anon7424::FLACEncoder
117 virtual void Encode(const AudioChunk& raw_audio) OVERRIDE;
151 void SpeexEncoder::Encode(const AudioChunk& raw_audio) { function in class:content::__anon7424::SpeexEncoder
161 // Encode the frame and place the size of the frame as the first byte. This
/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 Dandroid_video_encode_accelerator.cc192 void AndroidVideoEncodeAccelerator::Encode( function in class:content::AndroidVideoEncodeAccelerator
H A Dv4l2_video_encode_accelerator.cc188 void V4L2VideoEncodeAccelerator::Encode( function in class:content::V4L2VideoEncodeAccelerator
191 DVLOG(3) << "Encode(): force_keyframe=" << force_keyframe;
H A Dvaapi_video_encode_accelerator.cc580 void VaapiVideoEncodeAccelerator::Encode( function in class:content::VaapiVideoEncodeAccelerator
/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/chromium_org/courgette/
H A Dassembly_program.cc389 EncodedProgram* AssemblyProgram::Encode() const { function in class:courgette::AssemblyProgram
572 Status Encode(AssemblyProgram* program, EncodedProgram** output) { function in namespace:courgette
574 EncodedProgram *encoded = program->Encode();
/external/chromium_org/google_apis/gaia/
H A Doauth_request_signer.cc82 OAuthRequestSigner::Encode(
84 OAuthRequestSigner::Encode(
101 result += OAuthRequestSigner::Encode(cursor->first);
103 result += OAuthRequestSigner::Encode(cursor->second);
337 std::string OAuthRequestSigner::Encode(const std::string& text) { function in class:OAuthRequestSigner
453 OAuthRequestSigner::Encode(param->first).c_str(),
454 OAuthRequestSigner::Encode(param->second).c_str());
/external/chromium_org/media/cast/sender/
H A Dfake_software_video_encoder.cc29 bool FakeSoftwareVideoEncoder::Encode( function in class:media::cast::FakeSoftwareVideoEncoder
H A Dvp8_encoder.cc121 bool Vp8Encoder::Encode(const scoped_refptr<media::VideoFrame>& video_frame, function in class:media::cast::Vp8Encoder
/external/chromium_org/media/cast/test/
H A Dfake_video_encode_accelerator.cc63 void FakeVideoEncodeAccelerator::Encode(const scoped_refptr<VideoFrame>& frame, function in class:media::cast::test::FakeVideoEncodeAccelerator
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dbindings_serialization.h58 inline void Encode(T* obj, std::vector<Handle>* handles) { function in namespace:mojo::internal
/external/chromium_org/net/quic/
H A Dquic_socket_address_coder.cc30 string QuicSocketAddressCoder::Encode() const { function in class:net::QuicSocketAddressCoder
/external/chromium_org/net/tools/dump_cache/
H A Durl_to_filename_encoder.h97 static std::string Encode(const std::string& url, std::string base_path, function in class:net::UrlToFilenameEncoder
/external/chromium_org/remoting/codec/
H A Daudio_encoder_opus.cc137 scoped_ptr<AudioPacket> AudioEncoderOpus::Encode( function in class:remoting::AudioEncoderOpus
196 // Encode.
H A Daudio_encoder_verbatim.cc16 scoped_ptr<AudioPacket> AudioEncoderVerbatim::Encode( function in class:remoting::AudioEncoderVerbatim
H A Dvideo_encoder_verbatim.cc26 scoped_ptr<VideoPacket> VideoEncoderVerbatim::Encode( function in class:remoting::VideoEncoderVerbatim
48 // Encode pixel data for all changed rectangles into the packet.
H A Dvideo_encoder_vpx.cc242 scoped_ptr<VideoPacket> VideoEncoderVpx::Encode( function in class:remoting::VideoEncoderVpx
/external/chromium_org/remoting/host/
H A Dvideo_frame_recorder.cc43 virtual scoped_ptr<VideoPacket> Encode(
87 scoped_ptr<VideoPacket> VideoFrameRecorder::RecordingVideoEncoder::Encode( function in class:remoting::VideoFrameRecorder::RecordingVideoEncoder
89 // If this is the first Encode() then store the TaskRunner and inform the
116 return encoder_->Encode(frame);
H A Dvideo_scheduler_unittest.cc69 scoped_ptr<VideoPacket> Encode( function in class:remoting::MockVideoEncoder
/external/chromium_org/sdch/open-vcdiff/src/google/
H A Dvcencoder.h152 // This convention differs from the non-streaming Encode/Decode
222 // can be used before calling Encode(), to specify that interleaved format
228 // calling Encode(), to specify whether or not target matching should be
237 bool Encode(const char* target_data, function in class:open_vcdiff::VCDiffEncoder

Completed in 1441 milliseconds

1234