Searched defs:Decode (Results 1 - 25 of 125) sorted by relevance

12345

/external/openfst/src/script/
H A Ddecode.cc25 void Decode(MutableFstClass *ofst, const string &coder_fname) { function in namespace:fst::script
28 Apply<Operation<DecodeArgs> >("Decode", ofst->ArcType(), &args);
31 REGISTER_FST_OPERATION(Decode, StdArc, DecodeArgs);
32 REGISTER_FST_OPERATION(Decode, LogArc, DecodeArgs);
33 REGISTER_FST_OPERATION(Decode, Log64Arc, DecodeArgs);
/external/chromium_org/remoting/codec/
H A Daudio_decoder_verbatim.cc18 scoped_ptr<AudioPacket> AudioDecoderVerbatim::Decode( function in class:remoting::AudioDecoderVerbatim
/external/chromium_org/tools/relocation_packer/src/
H A Ddelta_encoder.cc40 // Decode relative relocations with addends from a delta encoded (packed)
42 void RelocationDeltaCodec::Decode(const std::vector<ELF::Sxword>& packed, function in class:relocation_packer::RelocationDeltaCodec
/external/openfst/src/include/fst/script/
H A Ddecode.h32 void Decode(DecodeArgs *args) { function in namespace:fst::script
36 Decode(ofst, *decoder);
41 void Decode(MutableFstClass *fst, const string &coder_fname);
/external/chromium_org/content/child/
H A Dimage_decoder.cc22 return decoder.Decode(data, size);
35 SkBitmap ImageDecoder::Decode(const unsigned char* data, size_t size) const { function in class:content::ImageDecoder
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dbindings_serialization.h66 inline void Decode(T* obj, std::vector<Handle>* handles) { function in namespace:mojo::internal
/external/chromium_org/native_client_sdk/src/tools/
H A Ddecode_dump.py131 def Decode(self, text): member in class:CoreDecoder
/external/chromium_org/net/quic/
H A Dquic_socket_address_coder.cc51 bool QuicSocketAddressCoder::Decode(const char* data, size_t length) { function in class:net::QuicSocketAddressCoder
/external/chromium_org/ppapi/c/dev/
H A Dppb_video_decoder_dev.h38 * - Call Decode() to decode some video data.
88 int32_t (*Decode)(PP_Resource video_decoder, member in struct:PPB_VideoDecoder_Dev_0_16
138 * Decode() calls. |callback| will be called when the reset is done.
/external/chromium_org/ppapi/c/
H A Dppb_video_decoder.h41 * - Call Decode() continuously (waiting for each previous call to complete) to
106 * returning PP_OK or by running |callback| before calling Decode() again.
113 * If the call to Decode() eventually results in a picture, the |decode_id|
115 * associate decoded pictures with Decode() calls (e.g. to assign timestamps
122 * used to associate calls to Decode() with decoded pictures returned by
132 * Returns PP_ERROR_INPROGRESS if there is another Decode() call pending.
134 * Returns PP_ERROR_ABORTED when Reset() is called while Decode() is pending.
136 int32_t (*Decode)(PP_Resource video_decoder, member in struct:PPB_VideoDecoder_0_2
180 * pending Decode() call to completion. The plugin should make no further
201 * pending calls to Decode() an
230 int32_t (*Decode)(PP_Resource video_decoder, member in struct:PPB_VideoDecoder_0_1
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType0FunctionDictionary_autogen.cpp59 SkPdfArray* SkPdfType0FunctionDictionary::Decode(SkPdfNativeDoc* doc) { function in class:SkPdfType0FunctionDictionary
60 SkPdfNativeObject* ret = get("Decode", "");
68 return get("Decode", "") != NULL;
H A DSkPdfType4ShadingDictionary_autogen.cpp47 SkRect SkPdfType4ShadingDictionary::Decode(SkPdfNativeDoc* doc) { function in class:SkPdfType4ShadingDictionary
48 SkPdfNativeObject* ret = get("Decode", "");
56 return get("Decode", "") != NULL;
H A DSkPdfType5ShadingDictionary_autogen.cpp47 SkPdfArray* SkPdfType5ShadingDictionary::Decode(SkPdfNativeDoc* doc) { function in class:SkPdfType5ShadingDictionary
48 SkPdfNativeObject* ret = get("Decode", "");
56 return get("Decode", "") != NULL;
H A DSkPdfType6ShadingDictionary_autogen.cpp47 SkPdfArray* SkPdfType6ShadingDictionary::Decode(SkPdfNativeDoc* doc) { function in class:SkPdfType6ShadingDictionary
48 SkPdfNativeObject* ret = get("Decode", "");
56 return get("Decode", "") != NULL;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_external_decoder_pcm16b.h34 virtual int Decode(const uint8_t* encoded, size_t encoded_len, function in class:webrtc::ExternalPcm16B
58 ON_CALL(*this, Decode(_, _, _, _))
59 .WillByDefault(Invoke(&real_, &ExternalPcm16B::Decode));
76 MOCK_METHOD4(Decode,
/external/lzma/Java/SevenZip/Compression/RangeCoder/
H A DBitTreeDecoder.java19 public int Decode(Decoder rangeDecoder) throws java.io.IOException method in class:BitTreeDecoder
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType0FunctionDictionary_autogen.cpp59 SkPdfArray* SkPdfType0FunctionDictionary::Decode(SkPdfNativeDoc* doc) { function in class:SkPdfType0FunctionDictionary
60 SkPdfNativeObject* ret = get("Decode", "");
68 return get("Decode", "") != NULL;
H A DSkPdfType4ShadingDictionary_autogen.cpp47 SkRect SkPdfType4ShadingDictionary::Decode(SkPdfNativeDoc* doc) { function in class:SkPdfType4ShadingDictionary
48 SkPdfNativeObject* ret = get("Decode", "");
56 return get("Decode", "") != NULL;
H A DSkPdfType5ShadingDictionary_autogen.cpp47 SkPdfArray* SkPdfType5ShadingDictionary::Decode(SkPdfNativeDoc* doc) { function in class:SkPdfType5ShadingDictionary
48 SkPdfNativeObject* ret = get("Decode", "");
56 return get("Decode", "") != NULL;
H A DSkPdfType6ShadingDictionary_autogen.cpp47 SkPdfArray* SkPdfType6ShadingDictionary::Decode(SkPdfNativeDoc* doc) { function in class:SkPdfType6ShadingDictionary
48 SkPdfNativeObject* ret = get("Decode", "");
56 return get("Decode", "") != NULL;
/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_decoder_dev.cc48 int32_t VideoDecoder_Dev::Decode( function in class:pp::VideoDecoder_Dev
53 return get_interface<PPB_VideoDecoder_Dev>()->Decode(
/external/chromium_org/ppapi/cpp/
H A Dvideo_decoder.cc70 int32_t VideoDecoder::Decode(uint32_t decode_id, function in class:pp::VideoDecoder
75 return get_interface<PPB_VideoDecoder_0_2>()->Decode(
79 return get_interface<PPB_VideoDecoder_0_1>()->Decode(
/external/chromium_org/sdch/open-vcdiff/src/google/
H A Dvcdecoder.h74 // This convention differs from the non-streaming Encode/Decode
157 bool Decode(const char* dictionary_ptr, function in class:open_vcdiff::VCDiffDecoder
/external/chromium_org/third_party/webrtc/test/
H A Dfake_decoder.cc33 int32_t FakeDecoder::Decode(const EncodedImage& input, function in class:webrtc::test::FakeDecoder
60 int32_t FakeH264Decoder::Decode(const EncodedImage& input, function in class:webrtc::test::FakeH264Decoder
79 return FakeDecoder::Decode(input,
/external/chromium_org/v8/src/arm64/
H A Ddecoder-arm64-inl.h19 void Decoder<V>::Decode(Instruction *instr) { function in class:v8::internal::Decoder

Completed in 381 milliseconds

12345