HomeSort by relevance Sort by last modified time
    Searched refs:PP_VideoCaptureDeviceInfo_Dev (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/ppapi/c/dev/
pp_video_capture_dev.h 25 * PP_VideoCaptureDeviceInfo_Dev is a structure that represent a video capture
28 struct PP_VideoCaptureDeviceInfo_Dev {
33 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_VideoCaptureDeviceInfo_Dev, 12);
ppp_video_capture_dev.h 39 * |info| is a pointer to the PP_VideoCaptureDeviceInfo_Dev structure
49 const struct PP_VideoCaptureDeviceInfo_Dev* info,
ppb_video_capture_dev.h 126 const struct PP_VideoCaptureDeviceInfo_Dev* requested_info,
172 const struct PP_VideoCaptureDeviceInfo_Dev* requested_info,
  /external/chromium_org/ppapi/api/dev/
pp_video_capture_dev.idl 11 * PP_VideoCaptureDeviceInfo_Dev is a structure that represent a video capture
15 struct PP_VideoCaptureDeviceInfo_Dev {
ppp_video_capture_dev.idl 23 * |info| is a pointer to the PP_VideoCaptureDeviceInfo_Dev structure
33 [in] PP_VideoCaptureDeviceInfo_Dev info,
ppb_video_capture_dev.idl 135 [in] PP_VideoCaptureDeviceInfo_Dev requested_info,
  /external/chromium_org/ppapi/cpp/dev/
video_capture_client_dev.h 25 const PP_VideoCaptureDeviceInfo_Dev& info,
video_capture_dev.h 35 const PP_VideoCaptureDeviceInfo_Dev& requested_info,
video_capture_client_dev.cc 20 const struct PP_VideoCaptureDeviceInfo_Dev* info,
video_capture_dev.cc 87 const PP_VideoCaptureDeviceInfo_Dev& requested_info,
  /external/chromium_org/ppapi/thunk/
ppb_video_capture_api.h 34 const PP_VideoCaptureDeviceInfo_Dev& requested_info,
ppb_video_capture_thunk.cc 66 const PP_VideoCaptureDeviceInfo_Dev* requested_info,
  /external/chromium_org/content/renderer/pepper/
pepper_video_capture_host.h 57 const PP_VideoCaptureDeviceInfo_Dev& requested_info,
70 void SetRequestedInfo(const PP_VideoCaptureDeviceInfo_Dev& device_info,
pepper_video_capture_host.cc 160 PP_VideoCaptureDeviceInfo_Dev info = {
252 const PP_VideoCaptureDeviceInfo_Dev& requested_info,
347 const PP_VideoCaptureDeviceInfo_Dev& device_info,
  /external/chromium_org/ppapi/proxy/
video_capture_resource.h 42 const PP_VideoCaptureDeviceInfo_Dev& requested_info,
67 const struct PP_VideoCaptureDeviceInfo_Dev& info,
video_capture_resource.cc 85 const PP_VideoCaptureDeviceInfo_Dev& requested_info,
149 const struct PP_VideoCaptureDeviceInfo_Dev& info,
ppapi_messages.h 156 IPC_STRUCT_TRAITS_BEGIN(PP_VideoCaptureDeviceInfo_Dev)
    [all...]
  /external/chromium_org/ppapi/examples/enumerate_devices/
enumerate_devices.cc 50 const PP_VideoCaptureDeviceInfo_Dev& info,
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 73 const PP_VideoCaptureDeviceInfo_Dev& info,
146 PP_VideoCaptureDeviceInfo_Dev capture_info_;
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 521 milliseconds