HomeSort by relevance Sort by last modified time
    Searched defs:ViESyncModule (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/video/
vie_sync_module.cc 51 ViESyncModule::ViESyncModule(VideoCodingModule* vcm)
62 ViESyncModule::~ViESyncModule() {
65 int ViESyncModule::ConfigureSync(int voe_channel_id,
95 int ViESyncModule::VoiceChannel() {
99 int64_t ViESyncModule::TimeUntilNextProcess() {
104 int32_t ViESyncModule::Process() {
vie_sync_module.h 11 // ViESyncModule is responsible for synchronization audio and video for a given
31 class ViESyncModule : public Module {
33 explicit ViESyncModule(VideoCodingModule* vcm);
34 ~ViESyncModule();

Completed in 2561 milliseconds