| /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
| normal_async_test.cc | 353 int ret = Decode(lost); 368 "\n\nPositive return value from decode!\n\n"); 382 printf("Average decode time: %.1f ms\n", 1000 * avgDecTime); 385 printf("Average decode pipeline time: %.1f ms\n", 392 (*_log) << "Average decode time: " << avgDecTime << " s" << std::endl; 481 NormalAsyncTest::Decode(int lossValue) 494 ret = _decoder->Decode(encodedImage, _missingFrames, NULL,
|
| normal_async_test.h | 102 virtual int Decode(int lossValue = 0);
|
| /external/chromium_org/ui/gfx/codec/ |
| jpeg_codec.cc | 435 // scope. It simplifies the error handling in Decode (and even applies to the 460 bool JPEGCodec::Decode(const unsigned char* input, size_t input_size, 615 SkBitmap* JPEGCodec::Decode(const unsigned char* input, size_t input_size) { 618 if (!Decode(input, input_size, FORMAT_SkBitmap, &data_vector, &w, &h))
|
| /external/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 );
|
| /external/srec/tools/thirdparty/OpenFst/fst/lib/ |
| encode.h | 30 enum EncodeType { ENCODE = 1, DECODE = 2 }; 123 // Given an encode arc Label decode back to input/output labels and costs 124 const Tuple* Decode(Label key) { 188 // A mapper to encode/decode weighted transducers. Encoding of an 198 // EncodeTable is generated the same table may by used to decode the machine 201 // Encode -> Determinize -> Decode 204 // decode, even though the encoding is not complete. 220 // Copy constructor but setting the type, typically to DECODE 249 table_->Decode(arc.ilabel); 327 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) [all...] |
| /external/chromium_org/chrome/browser/android/ |
| shortcut_helper.cc | 150 if (gfx::PNGCodec::Decode(bitmap_result.bitmap_data->front(),
|
| /external/chromium_org/content/common/gpu/media/ |
| v4l2_video_decode_accelerator.h | 91 virtual void Decode(const media::BitstreamBuffer& bitstream_buffer) OVERRIDE; 134 // Decode() to DecodeTask(). 151 int32 input_id; // triggering input_id as given to Decode(). 171 // Enqueue a BitstreamBuffer to decode. This will enqueue a buffer to the 172 // decoder_input_queue_, then queue a DecodeBufferTask() to actually decode 176 // Decode from the buffers queued in decoder_input_queue_. Calls 189 // Accumulate data for the next frame to decode. May return false in 348 // We track the number of buffer decode tasks we have scheduled, since each 363 // For H264 decode, hardware requires that we send it frame-sized chunks. 378 // Completed decode buffers [all...] |
| /external/chromium_org/google_apis/gaia/ |
| oauth_request_signer_unittest.cc | 69 ASSERT_TRUE(OAuthRequestSigner::Decode(encoded, &decoded));
|
| /external/chromium_org/media/filters/ |
| decoder_stream.cc | 33 return "DecoderStream<VIDEO>::Decode"; 38 return "DecoderStream<AUDIO>::Decode"; 285 void DecoderStream<StreamType>::Decode( 298 decoder_->Decode(buffer, 307 Decode(DecoderBuffer::CreateEOSBuffer()); 350 // Any successful decode counts! 486 Decode(buffer);
|
| gpu_video_decoder.h | 49 virtual void Decode(const scoped_refptr<DecoderBuffer>& buffer, 182 // frames that have been decoded but haven't been requested by a Decode() yet.
|
| /external/chromium_org/ppapi/proxy/ |
| video_decoder_resource.h | 50 virtual int32_t Decode(uint32_t decode_id, 154 // Number of Decode calls made, mod 2^31, to serve as a uid for each decode. 156 // The maximum delay (in Decode calls) before we receive a picture. If we 157 // haven't received a picture from a Decode call after this many successive 158 // calls to Decode, then we will never receive a picture from the call.
|
| /external/chromium_org/printing/ |
| image.cc | 143 bool success = gfx::PNGCodec::Decode(
|
| /external/chromium_org/remoting/client/ |
| audio_decode_scheduler.cc | 85 scoped_ptr<AudioPacket> decoded_packet = decoder_->Decode(packet.Pass());
|
| /external/chromium_org/remoting/codec/ |
| audio_encoder_opus_unittest.cc | 143 scoped_ptr<AudioPacket> decoded = decoder_->Decode(encoded.Pass());
|
| /external/chromium_org/third_party/libjingle/source/talk/base/ |
| sslidentity.cc | 77 *der = Base64::Decode(inner, Base64::DO_PARSE_WHITE |
|
| /external/chromium_org/third_party/webrtc/base/ |
| sslidentity.cc | 60 *der = Base64::Decode(inner, Base64::DO_PARSE_WHITE |
|
| /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
| audio_decoder.cc | 23 return Decode(encoded, encoded_len, decoded, speech_type);
|
| neteq_external_decoder_unittest.cc | 131 EXPECT_CALL(*external_decoder_, Decode(_, payload_size_bytes_, _, _))
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/ |
| video_coding.h | 45 // Used to indicate which decode with errors mode should be used. 47 kNoErrors, // Never decode with errors. Video will freeze 380 // VCM, for instance the current and maximum frame decode latency. 420 virtual int32_t Decode(uint16_t maxWaitTimeMs = 200) = 0; 567 // Set the decode error mode. The mode decides which errors (if any) are
|
| /external/lzma/C/ |
| Ppmd7.h | 98 /* ---------- Decode ---------- */
103 void (*Decode)(void *p, UInt32 start, UInt32 size);
|
| /external/lzma/CPP/7zip/Compress/ |
| RangeCoder.h | 143 void Decode(UInt32 start, UInt32 size)
|
| /art/runtime/ |
| proxy_test.cc | 114 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(jclass_loader))); 148 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(jclass_loader)));
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
| video_coding_impl.cc | 285 virtual int32_t Decode(uint16_t maxWaitTimeMs) OVERRIDE { 286 return receiver_->Decode(maxWaitTimeMs);
|
| /external/lzma/CS/7zip/Compress/RangeCoder/ |
| RangeCoderBit.cs | 89 public uint Decode(RangeCoder.Decoder rangeDecoder)
|
| /external/pdfium/core/src/fxcodec/codec/ |
| fx_codec_jbig.cpp | 28 FX_BOOL CCodec_Jbig2Module::Decode(FX_DWORD width, FX_DWORD height, FX_LPCBYTE src_buf, FX_DWORD src_size,
49 FX_BOOL CCodec_Jbig2Module::Decode(IFX_FileRead* file_ptr,
|