Home
last modified time | relevance | path

Searched refs:create_camera_component (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiStillYUV.c467 static MMAL_STATUS_T create_camera_component(RASPISTILLYUV_STATE *state) in create_camera_component() function
750 if ((status = create_camera_component(&state)) != MMAL_SUCCESS) in main()
DRaspiStill.c646 static MMAL_STATUS_T create_camera_component(RASPISTILL_STATE *state) in create_camera_component() function
1206 if ((status = create_camera_component(&state)) != MMAL_SUCCESS) in main()
DRaspiCapture.c1038 static MMAL_STATUS_T create_camera_component(RASPIVID_STATE *state) in create_camera_component() function
1674 if ((status = create_camera_component(state)) != MMAL_SUCCESS) in raspi_capture_setup()