Searched refs:CODEC_VERBATIM (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/remoting/codec/
H A Daudio_decoder.cc19 if (audio_config.codec == protocol::ChannelConfig::CODEC_VERBATIM) {
/external/chromium_org/remoting/protocol/
H A Dvideo_reader.cc25 } else if (video_config.codec == ChannelConfig::CODEC_VERBATIM) {
H A Dsession_config.h32 CODEC_VERBATIM, enumerator in enum:remoting::protocol::ChannelConfig::Codec
H A Dsession_config.cc62 ChannelConfig::CODEC_VERBATIM));
224 ChannelConfig::CODEC_VERBATIM));
H A Dcontent_description.cc48 { ChannelConfig::CODEC_VERBATIM, "verbatim" },
/external/chromium_org/remoting/host/
H A Dclient_session.cc420 if (video_config.codec == protocol::ChannelConfig::CODEC_VERBATIM) {
435 if (audio_config.codec == protocol::ChannelConfig::CODEC_VERBATIM) {
/external/chromium_org/remoting/client/
H A Drectangle_update_decoder.cc48 if (codec == ChannelConfig::CODEC_VERBATIM) {

Completed in 90 milliseconds