Home | History | Annotate | Download | only in source

Lines Matching refs:VideoEngine

19 // BEGIN: VideoEngine 3.0 Sample Code
55 // Create a VideoEngine instance
57 webrtc::VideoEngine* ptrViE = NULL;
58 ptrViE = webrtc::VideoEngine::Create();
61 printf("ERROR in VideoEngine::Create\n");
68 printf("ERROR in VideoEngine::SetTraceFilter\n");
77 printf("ERROR in VideoEngine::SetTraceFile\n");
82 // Init VideoEngine and create a channel
720 bool deleted = webrtc::VideoEngine::Delete(ptrViE);
723 printf("ERROR in VideoEngine::Delete\n");
730 // END: VideoEngine 3.0 Sample Code