Searched refs:vcm_capturer (Results 1 – 3 of 3) sorted by relevance
61 VcmCapturer* vcm_capturer = new VcmCapturer(input); in Create() local62 if (!vcm_capturer->Init(width, height, target_fps)) { in Create()64 delete vcm_capturer; in Create()67 return vcm_capturer; in Create()
37 VcmCapturer* vcm_capturer = VcmCapturer::Create(input, width, height, fps); in Create() local39 if (vcm_capturer != NULL) { in Create()40 return vcm_capturer; in Create()
49 'vcm_capturer.cc',50 'vcm_capturer.h',