Searched refs:Encode (Results 51 - 75 of 270) sorted by relevance

1234567891011

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dtb_I420_codec.h31 virtual int32_t Encode(
53 int32_t Encode; member in struct:TbI420Encoder::FunctionCalls
/external/chromium_org/tools/relocation_packer/src/
H A Dpacker.cc26 codec.Encode(relocations, &packed_words);
76 codec.Encode(relocations, &packed_words);
H A Ddelta_encoder.cc14 // Encode relative relocations with addends into a delta encoded (packed)
17 void RelocationDeltaCodec::Encode(const std::vector<ELF::Rela>& relocations, function in class:relocation_packer::RelocationDeltaCodec
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiffengine_test.cc322 engine_.Encode("", 0, target_matching, &diff_output_string_, &coder);
331 engine_.Encode(text,
338 void Encode(bool interleaved, bool target_matching) { function in class:open_vcdiff::__anon10660::VCDiffEngineTest
416 Encode(/* interleaved = */ false, /* target matching = */ false);
447 Encode(/* interleaved = */ true, /* target matching = */ false);
482 Encode(/* interleaved = */ false, /* target matching = */ true);
513 Encode(/* interleaved = */ true, /* target matching = */ true);
619 engine_.Encode(text,
626 void Encode(bool interleaved, bool target_matching) { function in class:open_vcdiff::__anon10660::WeaselsToMoonpiesTest
876 Encode(/* interleave
[all...]
H A Dvcdiffengine.h32 // code table writer object which is passed as an argument to Encode().
62 // can call Encode() at once for the same VCDiffEngine object.
71 void Encode(const char* target_data,
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client_unittest.cc22 if (!gfx::JPEGCodec::Encode(
/external/chromium_org/components/user_manager/user_image/
H A Duser_image.cc26 return gfx::JPEGCodec::Encode(
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_encode_accelerator.h45 virtual void Encode(const scoped_refptr<media::VideoFrame>& frame,
/external/chromium_org/google_apis/gaia/
H A Doauth_request_signer.h52 static std::string Encode(const std::string& text);
/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.h34 // Initialize the encoder before Encode() can be called. This method
35 // must be called on the thread that Encode() is called.
38 // Encode a raw image (as a part of a video stream).
39 virtual bool Encode(const scoped_refptr<media::VideoFrame>& video_frame,
/external/chromium_org/media/cast/test/
H A Dfake_video_encode_accelerator.h39 virtual void Encode(const scoped_refptr<VideoFrame>& frame,
/external/chromium_org/media/video/
H A Dvideo_encode_accelerator.h63 // input VideoFrame to Encode() should be padded appropriately.
102 // reported by VideoFrame::format() for frames passed to Encode()).
105 // Encode()).
122 virtual void Encode(const scoped_refptr<VideoFrame>& frame,
/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/remoting/codec/
H A Dvideo_encoder_vpx.h34 virtual scoped_ptr<VideoPacket> Encode(
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType3FunctionDictionary_autogen.cpp35 SkPdfArray* SkPdfType3FunctionDictionary::Encode(SkPdfNativeDoc* doc) { function in class:SkPdfType3FunctionDictionary
36 SkPdfNativeObject* ret = get("Encode", "");
44 return get("Encode", "") != NULL;
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dcoder.h41 int32_t Encode(const AudioFrame& audio, int8_t* encodedData,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/interface/
H A Di420.h43 // "Encode" an I420 image (as a part of a video stream). The encoded image
53 virtual int Encode(
/external/chromium_org/third_party/webrtc/test/
H A Dconfigurable_frame_size_encoder.h31 virtual int32_t Encode(const I420VideoFrame& input_image,
H A Dfake_encoder.h34 virtual int32_t Encode(
/external/chromium_org/third_party/webrtc/
H A Dvideo_encoder.h60 virtual int32_t Encode(const I420VideoFrame& frame,
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.h40 // SkBitmap format. For Encode() kARGB_8888_Config (4 bytes per pixel) and
73 static bool Encode(const unsigned char* input,
81 // Call PNGCodec::Encode on the supplied SkBitmap |input|, which is assumed
83 // |discard_transparency| and |output| are passed directly to Encode; refer to
84 // Encode for more information. During the call, an SkAutoLockPixels lock
90 // Call PNGCodec::Encode on the supplied SkBitmap |input|. The difference
97 // Call PNGCodec::Encode on the supplied SkBitmap |input|, which is assumed
100 // directly to Encode; refer to Encode for more information. During the call,
112 // really designed to be able to read in something written by Encode() abov
[all...]
/external/openfst/src/bin/
H A Dfstencode.cc20 // Encode transducer labels and/or weights.
27 DEFINE_bool(encode_labels, false, "Encode output labels");
28 DEFINE_bool(encode_weights, false, "Encode weights");
59 s::Encode(fst, flags, FLAGS_encode_reuse, codex_name);
/external/pdfium/core/include/fxcodec/
H A Dfx_codec_provider.h33 virtual FX_BOOL Encode(const class CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_size, int quality = 75,

Completed in 541 milliseconds

1234567891011