HomeSort by relevance Sort by last modified time
    Searched defs:Decode (Results 76 - 100 of 130) sorted by null

1 2 34 5 6

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfImageDictionary_autogen.cpp 171 SkPdfArray* SkPdfImageDictionary::Decode(SkPdfNativeDoc* doc) {
172 SkPdfNativeObject* ret = get("Decode", "");
180 return get("Decode", "") != NULL;
  /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 );
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.cc 43 int AudioDecoderPcmU::Decode(const uint8_t* encoded, size_t encoded_len,
60 int AudioDecoderPcmA::Decode(const uint8_t* encoded, size_t encoded_len,
86 int AudioDecoderPcm16B::Decode(const uint8_t* encoded, size_t encoded_len,
132 int AudioDecoderIlbc::Decode(const uint8_t* encoded, size_t encoded_len,
164 int AudioDecoderIsac::Decode(const uint8_t* encoded, size_t encoded_len,
235 int AudioDecoderIsacFix::Decode(const uint8_t* encoded, size_t encoded_len,
277 int AudioDecoderG722::Decode(const uint8_t* encoded, size_t encoded_len,
312 int AudioDecoderG722Stereo::Decode(const uint8_t* encoded, size_t encoded_len,
318 // Decode left and right.
401 int AudioDecoderCelt::Decode(const uint8_t* encoded, size_t encoded_len
    [all...]
neteq_impl_unittest.cc 429 virtual int Decode(const uint8_t* encoded,
  /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,
unit_test.cc 281 ASSERT_TRUE(_decoder->Decode(encodedImage, 0, NULL)
326 int ret = _decoder->Decode(encodedImage, 0, NULL);
333 UnitTest::Decode()
345 int ret = _decoder->Decode(encodedImage, 0, NULL);
498 EXPECT_TRUE(_decoder->Decode(encodedImage, false, NULL) ==
505 //-- Decode() errors --
510 EXPECT_EQ(_decoder->Decode(encodedImage, false, NULL),
529 int ret = _decoder->Decode(encodedImage, false, NULL);
543 ret = _decoder->Decode(encodedImage, false, NULL);
555 // Init then decode
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_receiver.cc 191 // By default, do not decode with errors.
368 // Decode next frame, blocking.
370 int32_t VideoReceiver::Decode(uint16_t maxWaitTimeMs) {
433 const int32_t ret = Decode(*frame);
485 // decode with errors. Make sure that the dual decoder does not introduce
491 // Decode dualFrame and try to catch up
493 _dualDecoder->Decode(*dualFrame, clock_->TimeInMilliseconds());
495 LOG(LS_ERROR) << "Failed to decode frame with dual decoder. Error code: "
514 int32_t VideoReceiver::Decode(const VCMEncodedFrame& frame) {
518 "Decode",
    [all...]
  /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/chromium_org/v8/src/
disassembler.cc 113 // First decode instruction so that we know its length.
300 int Disassembler::Decode(Isolate* isolate, FILE* f, byte* begin, byte* end) {
307 void Disassembler::Decode(FILE* f, Code* code) {
327 int Disassembler::Decode(Isolate* isolate, FILE* f, byte* begin, byte* end) {
332 void Disassembler::Decode(FILE* f, Code* code) {}
  /external/lzma/C/
Ppmd7.h 98 /* ---------- Decode ---------- */
103 void (*Decode)(void *p, UInt32 start, UInt32 size);
  /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/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp 89 HRESULT CDecoder::Decode(
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 42 public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState)
44 if (m_Choice.Decode(rangeDecoder) == 0)
45 return m_LowCoder[posState].Decode(rangeDecoder);
49 if (m_Choice2.Decode(rangeDecoder) == 0)
50 symbol += m_MidCoder[posState].Decode(rangeDecoder);
54 symbol += m_HighCoder.Decode(rangeDecoder);
73 symbol = (symbol << 1) | m_Decoders[symbol].Decode(rangeDecoder);
85 uint bit = m_Decoders[((1 + matchBit) << 8) + symbol].Decode(rangeDecoder);
90 symbol = (symbol << 1) | m_Decoders[symbol].Decode(rangeDecoder);
243 if (m_IsMatchDecoders[state.Index << Base.kNumPosStatesBitsMax].Decode(m_RangeDecoder) != 0)
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfImageDictionary_autogen.cpp 171 SkPdfArray* SkPdfImageDictionary::Decode(SkPdfNativeDoc* doc) {
172 SkPdfNativeObject* ret = get("Decode", "");
180 return get("Decode", "") != NULL;
  /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/components/bookmarks/browser/
bookmark_codec.cc 92 bool BookmarkCodec::Decode(BookmarkNode* bb_node,
bookmark_codec_unittest.cc 162 bool Decode(BookmarkCodec* codec,
166 bool result = codec->Decode(AsMutable(model->bookmark_bar_node()),
189 EXPECT_TRUE(Decode(&decoder, model.get(), value));
330 ASSERT_TRUE(Decode(&decoder, decoded_model.get(), *model_value.get()));
351 ASSERT_TRUE(Decode(&decoder2, decoded_model2.get(), *model_value2.get()));
367 ASSERT_TRUE(Decode(&decoder, decoded_model.get(), *root.get()));
407 // Decode and check for meta info.
432 // Decode and verify.
441 // Verifies that we can still decode the old codec format after changing the
454 ASSERT_TRUE(Decode(&decoder, model.get(), *root.get()))
    [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.cc 67 // at the end of decode (or when a new set of PictureBuffers is required).
442 // be queued from the client via Decode(). The state can change during wait.
525 // Main decode task.
526 DVLOG(4) << "Decode task";
528 // Try to decode what stream data is (still) in the decoder until we run out
537 // This is the main decode function of the decoder and while keeping
541 res = decoder_->Decode();
636 void VaapiVideoDecodeAccelerator::Decode(
640 TRACE_EVENT1("Video Decoder", "VAVDA::Decode", "Buffer id",
665 "Decode request from client in invalid state: " << state_
    [all...]
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.cc 31 // Maximum number of concurrent VDA::Decode() operations RVD will maintain.
174 int32_t RTCVideoDecoder::Decode(
180 DVLOG(3) << "Decode";
237 // this isn't a mid-stream resolution change, then send the buffer for decode
238 // immediately. Otherwise, save the buffer in the queue for later decode.
397 // Invoke decode callback. WebRTC expects no callback after Reset or Release.
529 // Do not request decode if VDA is resetting.
543 // Create a BitstreamBuffer and send to VDA to decode.
551 vda_->Decode(bitstream_buffer);
601 // TODO(wuchengli): avoid memcpy. Extend webrtc::VideoDecoder::Decode()
    [all...]
  /external/chromium_org/media/filters/
audio_decoder_unittest.cc 30 // The number of packets to read and then decode from each file.
122 decoder_->Decode(
176 void Decode() {
317 // Verifies decode audio as well as the Decode() -> Reset() sequence.
326 Decode();
329 // Decode() step to extract the desired number of output buffers.
354 TEST_P(AudioDecoderTest, Decode) {
356 Decode();
gpu_video_decoder.cc 30 // Maximum number of concurrent VDA::Decode() operations GVD will maintain.
220 void GpuVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer,
273 vda_->Decode(bitstream_buffer);
316 next_picture_buffer_id_ == 0 || // Decode() will ProvidePictureBuffers().
  /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/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeTokenizer.cpp     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_isac.cc 727 int ACMISAC::Decode(const uint8_t* encoded,

Completed in 2245 milliseconds

1 2 34 5 6