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

  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
audio_processing_unittest.pb.h 289 // optional int32 numReverseChannels = 1;
293 inline ::google::protobuf::int32 numreversechannels() const;
665 // optional int32 numReverseChannels = 1;
679 inline ::google::protobuf::int32 Test::numreversechannels() const { function in class:audio_processing_unittest::Test
audio_processing_unittest.pb.cc 670 // optional int32 numReverseChannels = 1;
796 // optional int32 numReverseChannels = 1;
798 ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->numreversechannels(), output);
838 // optional int32 numReverseChannels = 1;
842 this->numreversechannels());
903 set_numreversechannels(from.numreversechannels());
    [all...]
unit_test.cc 424 revframe_->_audioChannel = test->numreversechannels();

Completed in 104 milliseconds