Home | Sort by relevance Sort by last modified time |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ | |
capturemanager.cc | 61 int format_ref_count; member in struct:cricket::VideoCapturerState::CaptureResolutionInfo 93 ++(iter->format_ref_count); 105 --(iter->format_ref_count); 106 if (iter->format_ref_count == 0) { |