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

  /external/chromium_org/third_party/webrtc/video_engine/
vie_sync_module.cc 54 ViESyncModule::ViESyncModule(VideoCodingModule* vcm,
67 ViESyncModule::~ViESyncModule() {
70 int ViESyncModule::ConfigureSync(int voe_channel_id,
92 int ViESyncModule::VoiceChannel() {
96 int32_t ViESyncModule::TimeUntilNextProcess() {
101 int32_t ViESyncModule::Process() {
171 int ViESyncModule::SetTargetBufferingDelay(int target_delay_ms) {
vie_sync_module.h 11 // ViESyncModule is responsible for synchronization audio and video for a given
31 class ViESyncModule : public Module {
33 ViESyncModule(VideoCodingModule* vcm,
35 ~ViESyncModule();

Completed in 58 milliseconds