Home
last modified time | relevance | path

Searched refs:screen_update_thread_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_render/ios/
Dvideo_render_ios_gles20.mm27 screen_update_thread_(0), function
38 screen_update_thread_ = ThreadWrapper::CreateThread(
46 ThreadWrapper* thread_wrapper = screen_update_thread_;
47 screen_update_thread_ = NULL;
83 if (!screen_update_thread_) {
96 screen_update_thread_->Start(thread_id);
184 if (!screen_update_thread_) {
Dvideo_render_ios_gles20.h68 ThreadWrapper* screen_update_thread_; variable