Home
last modified time | relevance | path

Searched defs:ReadBool (Results 1 – 5 of 5) sorted by relevance

/external/v4l2_codec2/vda/
Dvp8_bool_decoder.cc158 bool Vp8BoolDecoder::ReadBool(bool* out, uint8_t probability) { in ReadBool() function in media::Vp8BoolDecoder
163 bool Vp8BoolDecoder::ReadBool(bool* out) { in ReadBool() function in media::Vp8BoolDecoder
Dvp9_raw_bits_reader.cc24 bool Vp9RawBitsReader::ReadBool() { in ReadBool() function in media::Vp9RawBitsReader
Dvp9_bool_decoder.cc90 bool Vp9BoolDecoder::ReadBool(int prob) { in ReadBool() function in media::Vp9BoolDecoder
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs534 public bool ReadBool() in ReadBool() method in Google.Protobuf.CodedInputStream
/external/libchrome/base/
Dpickle.cc84 bool PickleIterator::ReadBool(bool* result) { in ReadBool() function in base::PickleIterator