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

  /external/webrtc/webrtc/modules/video_coding/test/
rtp_player.h 32 codec_type_(codec_type) {}
36 VideoCodecType codec_type() const { return codec_type_; }
41 VideoCodecType codec_type_; member in class:webrtc::rtpplayer::PayloadCodecTuple
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.h 362 string codec_type_; member in class:google::protobuf::compiler::CommandLineInterface
command_line_interface.cc 851 if (codec_type_.empty()) {
858 codec_type_ = "EmptyMessage";
898 codec_type_.clear();
995 bool decoding_raw = (mode_ == MODE_DECODE) && codec_type_.empty();
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h 325 string codec_type_; member in class:google::protobuf::compiler::CommandLineInterface
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h 325 string codec_type_; member in class:google::protobuf::compiler::CommandLineInterface
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h 325 string codec_type_; member in class:google::protobuf::compiler::CommandLineInterface
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
command_line_interface.h 362 string codec_type_; member in class:google::protobuf::compiler::CommandLineInterface
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
command_line_interface.h 325 string codec_type_; member in class:google::protobuf::compiler::CommandLineInterface
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc 140 VideoCodecType codec_type_; member in class:webrtc::VideoProcessorIntegrationTest
153 if (codec_type_ == kVideoCodecVP8) {
157 } else if (codec_type_ == kVideoCodecVP9) {
423 codec_type_ = process.codec_type;
    [all...]

Completed in 2380 milliseconds