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

/external/chromium_org/content/renderer/pepper/
H A Dpepper_platform_video_capture.cc20 PepperPlatformVideoCapture::PepperPlatformVideoCapture( function in class:content::PepperPlatformVideoCapture
40 base::Bind(&PepperPlatformVideoCapture::OnDeviceOpened,
46 void PepperPlatformVideoCapture::StartCapture(
57 &PepperPlatformVideoCapture::OnStateUpdate,
60 &PepperPlatformVideoCapture::OnFrameReady,
64 void PepperPlatformVideoCapture::StopCapture() {
72 void PepperPlatformVideoCapture::DetachEventHandler() {
94 PepperPlatformVideoCapture::~PepperPlatformVideoCapture() {
[all...]
H A Dpepper_platform_video_capture.h27 class PepperPlatformVideoCapture { class in namespace:content
29 PepperPlatformVideoCapture(int render_frame_id,
33 virtual ~PepperPlatformVideoCapture();
69 base::WeakPtrFactory<PepperPlatformVideoCapture> weak_factory_;
71 DISALLOW_COPY_AND_ASSIGN(PepperPlatformVideoCapture);

Completed in 47 milliseconds