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

<<11121314151617

  /external/chromium_org/chrome/test/chromedriver/net/
websocket.cc 237 CHECK(parser_.Decode(data, len, &frame_chunks));
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 281 scoped_ptr<SkBitmap> decoded_image(gfx::JPEGCodec::Decode(
  /external/chromium_org/components/bookmarks/browser/
bookmark_storage.cc 68 codec.Decode(details->bb_node(), details->other_folder_node(),
  /external/chromium_org/components/favicon_base/
favicon_util.cc 204 if (gfx::PNGCodec::Decode(png_data[i].bitmap_data->front(),
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.cc 107 void GpuVideoDecodeAcceleratorHost::Decode(
  /external/chromium_org/content/renderer/
image_loading_helper.cc 183 // Decode the image using WebKit's image decoder.
188 return decoder.Decode(src_data, data.size());
  /external/chromium_org/media/filters/
decrypting_video_decoder.cc 70 void DecryptingVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer,
72 DVLOG(3) << "Decode()";
113 // Reset() cannot complete if the decode callback is still pending.
115 // after the decode callback is fired - see DecryptAndDecodeBuffer() and
186 DCHECK(decode_cb_.is_null()); // No Decode() before initialization finished.
fake_video_decoder.cc 54 << "No reinitialization during pending decode.";
61 // RunDecodeCallback() which is posted from Decode().
73 void FakeVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer,
113 // Defer the reset if a decode is pending.
218 // all pending decode callbacks, except the current one.
  /external/chromium_org/mojo/examples/png_viewer/
png_viewer.cc 123 gfx::PNGCodec::Decode(static_cast<const unsigned char*>(data.get()),
  /external/chromium_org/native_client_sdk/src/tools/
decode_dump.py 6 """Utility to decode a crash dump generated by untrusted_crash_dump.[ch]
94 """Use addr2line to decode a code address.
131 def Decode(self, text):
  /external/chromium_org/net/quic/crypto/
crypto_handshake_message.cc 282 if (decoder.Decode(it->second.data(), it->second.size())) {
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder.cc 169 bool UrlToFilenameEncoder::Decode(const string& encoded_filename,
247 // inability to represent both /a/b/c and /a/b/c/d, and inability to decode
  /external/chromium_org/net/websockets/
websocket_frame_parser.cc 47 bool WebSocketFrameParser::Decode(
66 // data to the next round of Decode().
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vp9_thread_test.cc 153 // Multi-threaded decode tests
238 TEST(VP9DecodeMultiThreadedTest, Decode) {
  /external/chromium_org/third_party/skia/platform_tools/nacl/
httpd.py 160 self.wfile('Could not find NACL_SDK_ROOT to decode trace.')
169 info = decoder.Decode(data)
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
i420.cc 166 int I420Decoder::Decode(const EncodedImage& inputImage, bool /*missingFrames*/,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
benchmark.cc 196 std::cout << std::endl << "Decode Time[ms]:";
197 _results << std::endl << "Decode Time[ms]";
262 int ret = Decode();
276 fprintf(stderr, "\n\nPositive return value from decode!\n\n");
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 153 // Read->Encode->Decode sequence.
168 decoder->Decode(encoder_callback.encoded_image(), false, NULL);
  /external/chromium_org/ui/gfx/image/
image_unittest_util.cc 130 !PNGCodec::Decode(bytes->front(), bytes->size(), &decoded)) {
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 222 HRESULT result = decoder.Decode(
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 501 HRESULT Decode(UInt32 decoderIndex);
526 encoder->Results[decoder->DecoderIndex] = encoder->Decode(decoder->DecoderIndex);
622 HRESULT CEncoderInfo::Decode(UInt32 decoderIndex)
804 RINOK(encoder.Decode(0));
  /external/openfst/src/include/fst/script/
fstscript.h 38 #include <fst/script/decode.h>
98 REGISTER_FST_OPERATION(Decode, Arc, DecodeArgs);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 80 FX_BOOL Decode(FX_LPBYTE output, FX_DWORD& outlen, const FX_BYTE* input, FX_DWORD& size, FX_BOOL bEarlyChange);
128 int CLZWDecoder::Decode(FX_LPBYTE dest_buf, FX_DWORD& dest_size, const FX_BYTE* src_buf, FX_DWORD& src_size, FX_BOOL bEarlyChange)
    [all...]
  /external/skia/platform_tools/nacl/
httpd.py 160 self.wfile('Could not find NACL_SDK_ROOT to decode trace.')
169 info = decoder.Decode(data)
  /art/runtime/
class_linker_test.cc 628 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("Nested"))));
    [all...]

Completed in 1402 milliseconds

<<11121314151617