Searched refs:ReuseBuffer (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_capture_dev.h39 int32_t ReuseBuffer(uint32_t buffer);
H A Dvideo_capture_dev.cc85 int32_t VideoCapture_Dev::ReuseBuffer(uint32_t buffer) { function in class:pp::VideoCapture_Dev
87 return get_interface<PPB_VideoCapture_Dev_0_3>()->ReuseBuffer(pp_resource(),
/external/chromium_org/ppapi/thunk/
H A Dppb_video_capture_thunk.cc83 int32_t ReuseBuffer(PP_Resource video_capture, function in namespace:ppapi::thunk::__anon10320
88 return enter.object()->ReuseBuffer(buffer);
111 &ReuseBuffer,
H A Dppb_video_capture_api.h35 virtual int32_t ReuseBuffer(uint32_t buffer) = 0;
/external/chromium_org/ppapi/c/dev/
H A Dppb_video_capture_dev.h51 * browser won't reuse it until ReuseBuffer is called.
52 * 7- When the plugin is done with the buffer, call ReuseBuffer.
144 int32_t (*ReuseBuffer)(PP_Resource video_capture, uint32_t buffer); member in struct:PPB_VideoCapture_Dev_0_3
/external/chromium_org/ppapi/api/dev/
H A Dppb_video_capture_dev.idl30 * browser won't reuse it until ReuseBuffer is called.
31 * 7- When the plugin is done with the buffer, call ReuseBuffer.
137 int32_t ReuseBuffer(
/external/chromium_org/ppapi/proxy/
H A Dvideo_capture_resource.h43 virtual int32_t ReuseBuffer(uint32_t buffer) OVERRIDE;
H A Dvideo_capture_resource.cc105 int32_t VideoCaptureResource::ReuseBuffer(uint32_t buffer) { function in class:ppapi::proxy::VideoCaptureResource
/external/chromium_org/ppapi/examples/video_capture/
H A Dvideo_capture.cc110 video_capture_.ReuseBuffer(buffer);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2630 return iface->ReuseBuffer(video_capture, buffer);
5216 .ReuseBuffer = (int32_t (*)(PP_Resource video_capture, uint32_t buffer))&Pnacl_M25_PPB_VideoCapture_Dev_ReuseBuffer,

Completed in 8156 milliseconds