| /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/ |
| acm_isac.h | 67 virtual int Decode(const uint8_t* encoded,
|
| /external/chromium_org/tools/relocation_packer/src/ |
| run_length_encoder.cc | 118 // Decode R_ARM_RELATIVE reloctions from a run-length encoded (packed) 120 void RelocationRunLengthCodec::Decode(const std::vector<Elf32_Word>& packed,
|
| /external/chromium_org/v8/src/arm64/ |
| decoder-arm64.h | 84 // Decode() will call the corresponding visitor method from all registered 86 // decode tree. 98 // d.Decode(i); 130 virtual void Decode(Instruction *instr); 133 // Decode the PC relative addressing instruction, and call the corresponding 138 // Decode the add/subtract immediate instruction, and call the corresponding 143 // Decode the branch, system command, and exception generation parts of 148 // Decode the load and store parts of the instruction tree, and call 153 // Decode the logical immediate and move wide immediate parts of the 158 // Decode the bitfield and extraction parts of the instruction tree [all...] |
| /external/chromium_org/v8/src/ |
| disassembler.cc | 114 // First decode instruction so that we know its length. 308 int Disassembler::Decode(Isolate* isolate, FILE* f, byte* begin, byte* end) { 315 void Disassembler::Decode(FILE* f, Code* code) { 335 int Disassembler::Decode(Isolate* isolate, FILE* f, byte* begin, byte* end) { 340 void Disassembler::Decode(FILE* f, Code* code) {}
|
| /external/vixl/src/a64/ |
| decoder-a64.h | 110 void Decode(Instruction *instr); 113 // Decode() will call the corresponding visitor method from all registered 115 // decode tree. 127 // d.Decode(i); 146 // Decode the PC relative addressing instruction, and call the corresponding 151 // Decode the add/subtract immediate instruction, and call the correspoding 156 // Decode the branch, system command, and exception generation parts of 161 // Decode the load and store parts of the instruction tree, and call 166 // Decode the logical immediate and move wide immediate parts of the 171 // Decode the bitfield and extraction parts of the instruction tree [all...] |
| /art/runtime/ |
| exception_test.cc | 44 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("ExceptionHandle")))); 222 soa.Decode<mirror::ObjectArray<mirror::StackTraceElement>*>(ste_array);
|
| /external/chromium_org/content/renderer/pepper/ |
| ppb_video_decoder_impl.cc | 144 int32_t PPB_VideoDecoder_Impl::Decode( 163 decoder_->Decode(decode_buffer);
|
| video_decoder_shim.cc | 86 void Decode(uint32_t decode_id, scoped_refptr<media::DecoderBuffer> buffer); 106 // VideoDecoder returns pictures without information about the decode buffer 107 // that generated it. Save the decode_id from the last decode that completed, 108 // which is close for most decoders, which only decode one buffer at a time. 150 void VideoDecoderShim::DecoderImpl::Decode( 162 const PendingDecode& decode = pending_decodes_.front(); local 163 scoped_ptr<PendingFrame> pending_frame(new PendingFrame(decode.decode_id)); 168 decode.decode_id)); 215 const PendingDecode& decode = pending_decodes_.front(); local 216 decoder_->Decode( [all...] |
| /external/chromium_org/media/base/ |
| mock_filters.h | 83 MOCK_METHOD2(Decode, void(const scoped_refptr<DecoderBuffer>& buffer, 103 MOCK_METHOD2(Decode,
|
| /external/chromium_org/remoting/webapp/ |
| connection_stats.js | 71 ', Decode: ' + formatStatNumber(stats.decodeLatency, 'ms') +
|
| /external/chromium_org/sdch/open-vcdiff/src/ |
| vcencoder_test.cc | 232 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, 244 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, 258 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, 728 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, [all...] |
| vcdiff_main.cc | 47 "Target file (default is stdin for encode, stdout for decode"); 50 "stdin for decode"); 71 " {encode | delta | decode | patch }[ <options> ]\n" 73 "decode or patch: reconstruct target file from dictionary and delta file"; 84 // or decode operation. 86 bool Decode(); 444 bool VCDiffFileBasedCoder::Decode() { 478 std::cerr << "Error trying to decode data chunk of length " 490 std::cerr << "Decode error; '" << FLAGS_delta 542 std::cerr << "Error trying to decode data chunk of length [all...] |
| /external/chromium_org/third_party/skia/dm/ |
| DMWriteTask.cpp | 89 static bool Decode(const char* path, SkImageInfo info, SkBitmap* bitmap) { 188 if (!PngAndRaw::Decode(path.c_str(), bitmap.info(), &expected)) {
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
| video_coding_impl.h | 154 int32_t Decode(uint16_t maxWaitTimeMs); 188 int32_t Decode(const webrtc::VCMEncodedFrame& frame);
|
| video_receiver.cc | 191 // By default, do not decode with errors. 363 // Decode next frame, blocking. 365 int32_t VideoReceiver::Decode(uint16_t maxWaitTimeMs) { 428 const int32_t ret = Decode(*frame); 480 // decode with errors. Make sure that the dual decoder does not introduce 486 // Decode dualFrame and try to catch up 488 _dualDecoder->Decode(*dualFrame, clock_->TimeInMilliseconds()); 490 LOG(LS_ERROR) << "Failed to decode frame with dual decoder. Error code: " 509 int32_t VideoReceiver::Decode(const VCMEncodedFrame& frame) { 513 "Decode", [all...] |
| /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
| plotTimingTest.m | 62 legend('Decode time', 'Max wait time', 'Render time diff')
|
| /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/ |
| tb_I420_codec.cc | 238 int32_t TbI420Decoder::Decode( 245 _functionCalls.Decode++;
|
| /external/lldb/include/lldb/Core/ |
| Disassembler.h | 91 Decode (const Disassembler &disassembler, 220 Decode (const Disassembler &disassembler,
|
| /external/lzma/C/Util/Lzma/ |
| LzmaUtil.c | 30 " d: decode file\n");
108 static SRes Decode(ISeqOutStream *outStream, ISeqInStream *inStream)
226 res = Decode(&outStream.s, useOutFile ? &inStream.s : NULL);
|
| /external/skia/dm/ |
| DMWriteTask.cpp | 89 static bool Decode(const char* path, SkImageInfo info, SkBitmap* bitmap) { 188 if (!PngAndRaw::Decode(path.c_str(), bitmap.info(), &expected)) {
|
| /external/chromium_org/third_party/libwebp/dec/ |
| webp.c | 470 // Decode bitstream header, update io->width/io->height. 477 if (status == VP8_STATUS_OK) { // Decode 499 if (status == VP8_STATUS_OK) { // Decode 599 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* const data, 617 // Decode 630 return Decode(MODE_RGB, data, data_size, width, height, NULL); 635 return Decode(MODE_RGBA, data, data_size, width, height, NULL); 640 return Decode(MODE_ARGB, data, data_size, width, height, NULL); 645 return Decode(MODE_BGR, data, data_size, width, height, NULL); 650 return Decode(MODE_BGRA, data, data_size, width, height, NULL) [all...] |
| /external/webp/src/dec/ |
| webp.c | 482 // Decode bitstream header, update io->width/io->height. 489 if (status == VP8_STATUS_OK) { // Decode 511 if (status == VP8_STATUS_OK) { // Decode 611 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* const data, 629 // Decode 642 return Decode(MODE_RGB, data, data_size, width, height, NULL); 647 return Decode(MODE_RGBA, data, data_size, width, height, NULL); 652 return Decode(MODE_ARGB, data, data_size, width, height, NULL); 657 return Decode(MODE_BGR, data, data_size, width, height, NULL); 662 return Decode(MODE_BGRA, data, data_size, width, height, NULL) [all...] |
| /external/chromium_org/media/filters/ |
| decrypting_audio_decoder_unittest.cc | 136 // Decode |buffer| and expect DecodeDone to get called with |status|. 140 decoder_->Decode(buffer, 186 // Make the audio decode callback pending by saving and not firing it. 192 decoder_->Decode(encrypted_buffer_, 196 // Make sure the Decode() on the decoder triggers a DecryptAndDecode() on 205 decoder_->Decode(encrypted_buffer_, 314 // Test normal decrypt and decode case. 321 // decode. 367 // Test reinitializing decode with a new config 411 // The audio decode callback is returned after the correct decryption key i [all...] |
| decrypting_video_decoder_unittest.cc | 112 // Decode |buffer| and expect DecodeDone to get called with |status|. 116 decoder_->Decode(buffer, 162 // Make the video decode callback pending by saving and not firing it. 168 decoder_->Decode(encrypted_buffer_, 172 // Make sure the Decode() on the decoder triggers a DecryptAndDecode() on 180 decoder_->Decode(encrypted_buffer_, 288 // Test normal decrypt and decode case. 295 // decode. 305 // After a decode error occurred, all following decode returns kDecodeError [all...] |
| /external/chromium_org/third_party/skia/src/images/ |
| SkMovie_gif.cpp | 36 static int Decode(GifFileType* fileType, GifByteType* out, int size) { 44 fGIF = DGifOpen( stream, Decode ); 46 fGIF = DGifOpen( stream, Decode, NULL );
|