OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decode
(Results
1126 - 1150
of
3619
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/chromium_org/media/cast/video_receiver/
video_receiver.cc
157
// Called when we have a frame to
decode
.
163
// Hand the ownership of the encoded frame to the
decode
thread.
179
// This will happen if we decide to
decode
but not show a frame.
257
//
decode
.
video_receiver_unittest.cc
155
//
Decode
error - requires legal input.
/external/chromium_org/media/filters/
decrypting_audio_decoder_unittest.cc
177
// Make the audio
decode
callback pending by saving and not firing it.
288
// Test normal decrypt and
decode
case.
295
//
decode
.
442
// The audio
decode
callback is returned after the correct decryption key is
gpu_video_decoder.cc
26
// Maximum number of concurrent VDA::
Decode
() operations GVD will maintain.
224
void GpuVideoDecoder::
Decode
(const scoped_refptr<DecoderBuffer>& buffer,
287
vda_->
Decode
(bitstream_buffer);
347
next_picture_buffer_id_ == 0 || //
Decode
() will ProvidePictureBuffers().
/external/chromium_org/net/android/javatests/src/org/chromium/net/
X509UtilTest.java
54
return Base64.
decode
(builder.toString(), Base64.DEFAULT);
/external/chromium_org/net/cert/
pem_tokenizer.cc
68
// The most likely cause for a
decode
failure is a datatype that
test_root_certs_nss.cc
79
LOG(ERROR) << "Cannot
decode
certificate trust string.";
x509_cert_types_win.cc
22
// A list of OIDs to
decode
. Any OID not on this list will be ignored for
x509_certificate_mac.cc
146
// Parses |data| of length |length|, attempting to
decode
it as the specified
184
// encoded, attempting to
decode
data based on internal rules for PEM
189
// CreateCertificateListfromBytes will use PEMTokenizer to
decode
the
191
// |input_format|, causing
decode
to succeed. On OS X 10.6, the data
/external/chromium_org/net/ftp/
ftp_directory_listing_parser.cc
104
// Use first encoding that can be used to
decode
the text.
/external/chromium_org/remoting/base/
compound_buffer.h
12
// to be used by protobuf to
decode
data stored in CompoundBuffer into
rsa_key_pair.cc
43
LOG(ERROR) << "Failed to
decode
private key.";
/external/chromium_org/remoting/client/
audio_decode_scheduler.cc
85
scoped_ptr<AudioPacket> decoded_packet = decoder_->
Decode
(packet.Pass());
/external/chromium_org/remoting/client/jni/
android_keymap.cc
208
LOG(WARNING) << "Attempted to
decode
out-of-range Android keycode";
/external/chromium_org/remoting/codec/
audio_decoder_opus.cc
79
scoped_ptr<AudioPacket> AudioDecoderOpus::
Decode
(
/external/chromium_org/remoting/protocol/
message_decoder_unittest.cc
55
// Then simulate using MessageDecoder to
decode
variable
/external/chromium_org/remoting/tools/
native_messaging_host_test.py
146
reply = child.stdout.read(reply_length).
decode
('utf-8')
/external/chromium_org/sandbox/win/src/sidestep/
ia32_modrm_map.cpp
5
// Table of relevant information about how to
decode
the ModR/M byte.
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/backportPP/
Compat5005.pm
27
sub utf8::
decode
{
Compat5006.pm
61
sub utf8::
decode
($) { # UTF8 flag on
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/backportPP/
Compat5005.pm
27
sub utf8::
decode
{
Compat5006.pm
61
sub utf8::
decode
($) { # UTF8 flag on
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/backportPP/
Compat5005.pm
27
sub utf8::
decode
{
Compat5006.pm
61
sub utf8::
decode
($) { # UTF8 flag on
/external/chromium_org/third_party/WebKit/Source/core/dom/
DecodedDataDocumentParser.cpp
71
String decoded = m_decoder->
decode
(data, length);
Completed in 1059 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>