HomeSort by relevance Sort by last modified time
    Searched refs:Decode (Results 201 - 225 of 420) sorted by null

1 2 3 4 5 6 7 891011>>

  /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 426 // scope. It simplifies the error handling in Decode (and even applies to the
451 bool JPEGCodec::Decode(const unsigned char* input, size_t input_size,
606 SkBitmap* JPEGCodec::Decode(const unsigned char* input, size_t input_size) {
609 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/ui/pdf/
pdf_browsertest_base.cc 129 ASSERT_TRUE(gfx::PNGCodec::Decode(
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler_browsertest.cc 125 gfx::PNGCodec::Decode(reinterpret_cast<const unsigned char*>(png.data()),
  /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/content/renderer/media/
rtc_video_decoder.h 38 // This class uses hardware accelerated video decoder to decode video for
42 // |vda_message_loop_|. Decode() is non-blocking and queues the buffers. Decoded
61 virtual int32_t Decode(
122 // Saves a WebRTC buffer in |decode_buffers_| for decode.
132 // Gets SHM and moves pending buffers to decode buffers.
206 // Metadata of the buffers that have been sent for decode.
251 // decode. The queue owns SHM buffers. Guarded by |lock_|.
  /external/chromium_org/google_apis/gaia/
oauth_request_signer_unittest.cc 69 ASSERT_TRUE(OAuthRequestSigner::Decode(encoded, &decoded));
  /external/chromium_org/media/cast/logging/
stats_event_subscriber.h 56 FRIEND_TEST_ALL_PREFIXES(StatsEventSubscriberTest, Decode);
114 // Decode frame rate.
  /external/chromium_org/media/filters/
gpu_video_decoder.h 49 virtual void Decode(const scoped_refptr<DecoderBuffer>& buffer,
179 // frames that have been decoded but haven't been requested by a Decode() yet.
  /external/chromium_org/ppapi/proxy/
video_decoder_resource.h 55 virtual int32_t Decode(uint32_t decode_id,
159 // Number of Decode calls made, mod 2^31, to serve as a uid for each decode.
161 // The maximum delay (in Decode calls) before we receive a picture. If we
162 // haven't received a picture from a Decode call after this many successive
163 // 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/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);
  /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/chromium_org/tools/relocation_packer/src/
run_length_encoder.cc 123 // Decode relative relocations from a run-length encoded (packed)
125 void RelocationRunLengthCodec::Decode(const std::vector<ELF::Xword>& packed,
  /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)

Completed in 2173 milliseconds

1 2 3 4 5 6 7 891011>>