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

  /external/webrtc/webrtc/modules/audio_coding/test/
TestVADDTX.h 27 int32_t InFrameType(FrameType frame_type);
utility.h 124 int32_t InFrameType(FrameType frame_type);
TestVADDTX.cc 40 int32_t ActivityMonitor::InFrameType(FrameType frame_type) {
utility.cc 298 int32_t VADCallback::InFrameType(FrameType frame_type) {
  /external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h 55 virtual int32_t InFrameType(FrameType frame_type) = 0;
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc 187 vad_callback_->InFrameType(frame_type);
  /external/webrtc/webrtc/voice_engine/
channel.h 369 int32_t InFrameType(FrameType frame_type) override;
channel.cc 296 Channel::InFrameType(FrameType frame_type)
299 "Channel::InFrameType(frame_type=%d)", frame_type);
    [all...]

Completed in 204 milliseconds