Searched defs:ViESharedData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_shared_data.cc22 ViESharedData::ViESharedData(const Config& config) function in class:webrtc::ViESharedData
35 ViESharedData::~ViESharedData() {
46 void ViESharedData::SetLastError(const int error) const {
50 int ViESharedData::LastErrorInternal() const {
56 int ViESharedData::NumberOfCores() const {
H A Dvie_shared_data.h11 // ViESharedData contains data and instances common to all interface
30 class ViESharedData { class in namespace:webrtc
32 explicit ViESharedData(const Config& config);
33 ~ViESharedData();

Completed in 694 milliseconds