| /external/chromium_org/media/base/android/ |
| media_source_player.cc | 406 // It is possible that all streams have finished decode, yet starvation 407 // occurred during the last stream's EOS decode. In this case, prefetch is a 455 // Let tests hook the completion of this decode cycle. 465 DVLOG(1) << __FUNCTION__ << " : decode error"; 537 if (audio_decoder_job_->Decode( 556 if (video_decoder_job_->Decode(
|
| /external/chromium_org/media/filters/ |
| gpu_video_decoder.cc | 31 // Maximum number of concurrent VDA::Decode() operations GVD will maintain. 229 void GpuVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, 282 vda_->Decode(bitstream_buffer); 325 next_picture_buffer_id_ == 0 || // Decode() will ProvidePictureBuffers().
|
| decrypting_audio_decoder.cc | 85 void DecryptingAudioDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, 87 DVLOG(3) << "Decode()"; 211 DCHECK(decode_cb_.is_null()); // No Decode() before initialization finished.
|
| ffmpeg_audio_decoder.cc | 22 // Returns true if the decode result was end of stream. 165 void FFmpegAudioDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, 282 << "Dropping audio frame which failed decode with timestamp: "
|
| ffmpeg_video_decoder.cc | 177 void FFmpegVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, 198 // During decode, because reads are issued asynchronously, it is possible to 199 // receive multiple end of stream buffers since each decode is acked. When the 201 // up in the decoder so we need to go through the decode loop until it stops 205 // kNormal: This is the starting state. Buffers are decoded. Decode errors 285 // Log the problem if we can't decode a video frame and exit early.
|
| /external/chromium_org/printing/ |
| emf_win.cc | 398 bitmap.reset(gfx::JPEGCodec::Decode(bits, bmih->biSizeImage)); 405 gfx::PNGCodec::Decode(bits, bmih->biSizeImage, bitmap.get());
|
| /external/chromium_org/tools/imagediff/ |
| image_diff_png.cc | 103 // An intermediary buffer for decode output. 276 // Mark the image as complete, this will tell the Decode function that we 320 bool Decode(const unsigned char* input, size_t input_size, 613 // Decode a PNG into an RGBA pixel array. 617 return Decode(input, input_size, FORMAT_RGBA, output, width, height);
|
| /external/chromium_org/ui/gfx/codec/ |
| png_codec.cc | 120 // The other way to decode output, where we write into an intermediary buffer 315 // Mark the image as complete, this will tell the Decode function that we 379 DLOG(ERROR) << "libpng decode error: " << error_msg; 384 DLOG(ERROR) << "libpng decode warning: " << warning_msg; 399 bool PNGCodec::Decode(const unsigned char* input, size_t input_size, 438 bool PNGCodec::Decode(const unsigned char* input, size_t input_size,
|
| /external/lldb/source/Plugins/Disassembler/llvm/ |
| DisassemblerLLVMC.cpp | 121 Decode (const lldb_private::Disassembler &disassembler, 721 uint32_t inst_size = inst_sp->Decode(*this, data, data_cursor);
|
| /external/srec/tools/thirdparty/OpenFst/fst/lib/ |
| minimize.h | 531 Decode(&gfst, encoder); 550 Decode(fst, encoder);
|
| /art/runtime/native/ |
| dalvik_system_VMDebug.cc | 254 mirror::Class* c = soa.Decode<mirror::Class*>(javaClass);
|
| /external/chromium_org/chrome/browser/extensions/ |
| extension_action_icon_factory_unittest.cc | 77 gfx::PNGCodec::Decode(data, file_contents.length(), &bitmap);
|
| /external/chromium_org/chrome/browser/ui/pdf/ |
| pdf_browsertest.cc | 143 ASSERT_TRUE(gfx::PNGCodec::Decode(
|
| /external/chromium_org/chrome/browser/ui/webui/extensions/ |
| extension_icon_source.cc | 57 bool success = gfx::PNGCodec::Decode(data, size, decoded);
|
| /external/chromium_org/content/common/gpu/client/ |
| gl_helper_benchmark.cc | 86 ASSERT_TRUE(gfx::PNGCodec::Decode(
|
| /external/chromium_org/content/common/gpu/media/ |
| vaapi_h264_decoder_unittest.cc | 46 // input and output file paths, then call Run() to decode the whole stream and 59 // Run the decode loop. The decoded data is written to the file specified by 164 switch (decoder_->Decode()) { 166 LOG(ERROR) << "Decode Error";
|
| /external/chromium_org/extensions/browser/ |
| image_loader.cc | 94 gfx::PNGCodec::Decode(data, file_contents.length(), bitmap);
|
| /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/webrtc/modules/audio_coding/neteq/ |
| neteq_impl.h | 162 // Enables post-decode VAD. When enabled, GetAudio() will return 166 // Disables post-decode VAD. 231 // do is written to |operation|. Packets to decode are written to 246 int Decode(PacketList* packet_list, 252 // Sub-method to Decode(). Performs the actual decoding. 392 // a missing packet. Occasionally, NetEq might decide to decode more
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/ |
| videoprocessor.cc | 101 fprintf(stderr, "Failed to register decode complete callback, return code: " 284 int32_t decode_result = decoder_->Decode(*encoded_image, last_frame_missing_,
|
| /external/lzma/CPP/7zip/Archive/7z/ |
| 7zDecode.cpp | 89 HRESULT CDecoder::Decode(
|
| /external/lzma/CPP/7zip/Compress/ |
| Bcj2Coder.cpp | 348 if (_statusDecoder[index].Decode(&_rangeDecoder) == 1)
|
| /external/pdfium/core/src/fxcodec/codec/ |
| fx_codec_jpx_opj.cpp | 559 FX_BOOL Decode(FX_LPBYTE dest_buf, int pitch, FX_BOOL bTranslateColor, FX_LPBYTE offsets);
672 FX_BOOL CJPX_Decoder::Decode(FX_LPBYTE dest_buf, int pitch, FX_BOOL bTranslateColor, FX_LPBYTE offsets)
790 FX_BOOL CCodec_JpxModule::Decode(void* ctx, FX_LPBYTE dest_data, int pitch, FX_BOOL bTranslateColor, FX_LPBYTE offsets)
793 return pDecoder->Decode(dest_data, pitch, bTranslateColor, offsets);
|
| /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/chromium_org/v8/src/arm64/ |
| simulator-arm64.h | 306 virtual void Decode(Instruction* instr) { 307 decoder_->Decode(instr); 313 Decode(pc_);
|