HomeSort by relevance Sort by last modified time
    Searched refs:set_encoding (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/remoting/host/
audio_capturer_linux.cc 74 packet->set_encoding(AudioPacket::ENCODING_RAW);
audio_capturer_win.cc 251 packet->set_encoding(AudioPacket::ENCODING_RAW);
  /external/chromium_org/remoting/codec/
audio_decoder_opus.cc 97 decoded_packet->set_encoding(AudioPacket::ENCODING_RAW);
video_encoder_verbatim.cc 27 format->set_encoding(VideoPacketFormat::ENCODING_VERBATIM);
audio_encoder_opus_unittest.cc 80 packet->set_encoding(AudioPacket::ENCODING_RAW);
audio_encoder_opus.cc 154 encoded_packet->set_encoding(AudioPacket::ENCODING_OPUS);
video_encoder_vpx.cc 157 packet->mutable_format()->set_encoding(VideoPacketFormat::ENCODING_VP8);
  /external/chromium_org/remoting/client/
audio_player_unittest.cc 95 packet->set_encoding(AudioPacket::ENCODING_RAW);
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 725 db.set_encoding(charsetNames[i]);
733 db.set_encoding("UTF-16");
738 db.set_encoding("US-ASCII");
749 db.set_encoding("");
    [all...]
  /external/chromium_org/third_party/re2/re2/
re2.h 568 void set_encoding(Encoding encoding) { encoding_ = encoding; } function in class:re2::RE2::Options
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 557 public void set_encoding(String enc) throws SQLite.Exception { method in class:Database
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 115 dbx.set_encoding(enc);
  /external/regex-re2/re2/
re2.h 580 void set_encoding(Encoding encoding) { encoding_ = encoding; } function in class:re2::RE2::Options
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 306 void set_encoding(const std::string& encoding);
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
tester.cc 230 options.set_encoding(RE2::Options::EncodingLatin1);
  /external/regex-re2/re2/testing/
tester.cc 230 options.set_encoding(RE2::Options::EncodingLatin1);
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php 1763 function set_encoding($encoding) { function
    [all...]

Completed in 3637 milliseconds