Searched refs:vcos_log_error (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/ |
D | RaspiStill.c | 562 vcos_log_error("Received unexpected camera control callback event, 0x%08x", buffer->cmd); in camera_control_callback() 600 vcos_log_error("Unable to write buffer to file - aborting"); in encoder_buffer_callback() 610 vcos_log_error("Received a encoder buffer callback with no state"); in encoder_buffer_callback() 629 vcos_log_error("Unable to return a buffer to the encoder port"); in encoder_buffer_callback() 658 vcos_log_error("Failed to create camera component"); in create_camera_component() 665 vcos_log_error("Camera doesn't have output ports"); in create_camera_component() 678 vcos_log_error("Unable to enable control port : error %d", status); in create_camera_component() 747 vcos_log_error("camera viewfinder format couldn't be set"); in create_camera_component() 757 vcos_log_error("camera video format couldn't be set"); in create_camera_component() 783 vcos_log_error("camera still format couldn't be set"); in create_camera_component() [all …]
|
D | RaspiStillYUV.c | 382 vcos_log_error("Received unexpected camera control callback event, 0x%08x", buffer->cmd); in camera_control_callback() 420 vcos_log_error("Unable to write buffer to file - aborting"); in camera_buffer_callback() 430 vcos_log_error("Received a camera still buffer callback with no state"); in camera_buffer_callback() 449 vcos_log_error("Unable to return the buffer to the camera still port"); in camera_buffer_callback() 480 vcos_log_error("Failed to create camera component"); in create_camera_component() 486 vcos_log_error("Camera doesn't have output ports"); in create_camera_component() 499 vcos_log_error("Unable to enable control port : error %d", status); in create_camera_component() 544 vcos_log_error("camera viewfinder format couldn't be set"); in create_camera_component() 554 vcos_log_error("camera video format couldn't be set"); in create_camera_component() 593 vcos_log_error("camera still format couldn't be set"); in create_camera_component() [all …]
|
D | RaspiCapture.c | 744 vcos_log_error("Exposure now %u, analog gain %u/%u, digital gain %u/%u", in camera_control_callback() 748 vcos_log_error("AWB R=%u/%u, B=%u/%u", in camera_control_callback() 757 vcos_log_error("Camera control callback got an error"); in camera_control_callback() 759 vcos_log_error("Received unexpected camera control callback event, 0x%08x", buffer->cmd); in camera_control_callback() 909 vcos_log_error("Received a encoder buffer callback with no state"); in encoder_buffer_callback() 1022 vcos_log_error("Unable to return a buffer to the encoder port"); in raspi_capture_fill_buffer() 1049 vcos_log_error("Failed to create camera component"); in create_camera_component() 1060 vcos_log_error("Could not select camera : error %d", status); in create_camera_component() 1067 vcos_log_error("Camera doesn't have output ports"); in create_camera_component() 1075 vcos_log_error("Could not set sensor mode : error %d", status); in create_camera_component() [all …]
|
D | RaspiCamControl.c | 766 case MMAL_ENOMEM : vcos_log_error("Out of memory"); break; in mmal_status_to_int() 767 case MMAL_ENOSPC : vcos_log_error("Out of resources (other than memory)"); break; in mmal_status_to_int() 768 case MMAL_EINVAL: vcos_log_error("Argument is invalid"); break; in mmal_status_to_int() 769 case MMAL_ENOSYS : vcos_log_error("Function not implemented"); break; in mmal_status_to_int() 770 case MMAL_ENOENT : vcos_log_error("No such file or directory"); break; in mmal_status_to_int() 771 case MMAL_ENXIO : vcos_log_error("No such device or address"); break; in mmal_status_to_int() 772 case MMAL_EIO : vcos_log_error("I/O error"); break; in mmal_status_to_int() 773 case MMAL_ESPIPE : vcos_log_error("Illegal seek"); break; in mmal_status_to_int() 774 case MMAL_ECORRUPT : vcos_log_error("Data is corrupt \attention FIXME: not POSIX"); break; in mmal_status_to_int() 775 … case MMAL_ENOTREADY :vcos_log_error("Component is not ready \attention FIXME: not POSIX"); break; in mmal_status_to_int() [all …]
|
D | RaspiPreview.c | 91 vcos_log_error("Unable to create null sink component"); in raspipreview_create() 103 vcos_log_error("Unable to create preview component"); in raspipreview_create() 110 vcos_log_error("No input ports found on component"); in raspipreview_create() 119 vcos_log_error("unable to set preview port parameters (%u)", status); in raspipreview_create() 128 vcos_log_error("Unable to enable preview/null sink component (%u)", status); in raspipreview_create()
|
D | RaspiCapture.h | 64 #undef vcos_log_error 65 #define vcos_log_error GST_ERROR macro
|