Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cedricve/raspicam
/ functions
Functions
1,413 in github.com/cedricve/raspicam
⨍
Functions
1,413
◇
Types & classes
358
Function
mmal_graph_component_topology
/
dependencies/mmal/util/mmal_graph.c:218
Function
mmal_graph_find_port
dependencies/mmal/util/mmal_graph.c:1440
Function
mmal_list_pop_back
Remove the last element in the list. */
dependencies/mmal/util/mmal_list.c:88
Function
mmal_log_lock_event
Get the next event and hold the lock. Should only be * accessed by the macros below. */
dependencies/mmal/vc/mmal_vc_dbglog.h:103
Function
mmal_log_unlock_event
Release the lock. Should only be accessed by the macros below. */
dependencies/mmal/vc/mmal_vc_dbglog.h:115
Function
mmal_parse_geometry
dependencies/mmal/util/mmal_param_convert.c:156
Function
mmal_parse_int
dependencies/mmal/util/mmal_param_convert.c:107
Function
mmal_parse_rational
dependencies/mmal/util/mmal_param_convert.c:79
Function
mmal_parse_uint
dependencies/mmal/util/mmal_param_convert.c:122
Function
mmal_parse_video_codec
dependencies/mmal/util/mmal_param_convert.c:137
Function
mmal_parse_video_size
dependencies/mmal/util/mmal_param_convert.c:52
Function
mmal_pool_allocator_default_alloc
dependencies/mmal/core/mmal_pool.c:57
Function
mmal_pool_allocator_default_free
dependencies/mmal/core/mmal_pool.c:63
Function
mmal_pool_buffer_header_release
Buffer header release callback. * Call out to a further client callback and put the buffer back in the queue * so it can be reused, unless the clien
dependencies/mmal/core/mmal_pool.c:269
Function
mmal_pool_pre_release_callback_set
Set a pre-release callback for all buffer headers in the pool */
dependencies/mmal/core/mmal_pool.c:291
Function
mmal_port_clock_active_get
Get the clock port's active state */
dependencies/mmal/core/mmal_port_clock.c:671
Function
mmal_port_clock_alloc
* Public functions *****************************************************************************/ Allocate a clock port */
dependencies/mmal/core/mmal_port_clock.c:563
Function
mmal_port_clock_connect
dependencies/mmal/core/mmal_port_clock.c:367
Function
mmal_port_clock_disable
dependencies/mmal/core/mmal_port_clock.c:349
Function
mmal_port_clock_enable
dependencies/mmal/core/mmal_port_clock.c:342
Function
mmal_port_clock_output_buffer_info
Provide output buffer information */
dependencies/mmal/core/mmal_port_clock.c:798
Function
mmal_port_clock_parameter_get
dependencies/mmal/core/mmal_port_clock.c:279
Function
mmal_port_clock_parameter_set
dependencies/mmal/core/mmal_port_clock.c:198
Function
mmal_port_clock_payload_alloc
FIXME: mmal_buffer_header_mem_lock() assumes that payload memory is on the * relocatable heap when on VC. However that is not always the case. The MM
dependencies/mmal/core/mmal_port_clock.c:61
Function
mmal_port_clock_payload_free
dependencies/mmal/core/mmal_port_clock.c:79
Function
mmal_port_clock_reference_get
Get the clock port's reference state */
dependencies/mmal/core/mmal_port_clock.c:650
Function
mmal_port_clock_request_cb
Callback invoked by the clock module in response to a client request */
dependencies/mmal/core/mmal_port_clock.c:88
Function
mmal_port_clock_send
dependencies/mmal/core/mmal_port_clock.c:170
Function
mmal_port_clock_set_format
dependencies/mmal/core/mmal_port_clock.c:361
Function
mmal_port_connect
Connect an output port to an input port. * * When connected and enabled, buffers will automatically progress from the * output port to the input po
src/private/fake_mmal_dependencies.cpp:181
Function
mmal_port_connect_default
Default behaviour when setting up or tearing down a connection to another port */
dependencies/mmal/core/mmal_port.c:1272
Function
mmal_port_connected_input_cb
Connected input port buffer callback */
dependencies/mmal/core/mmal_port.c:1282
Function
mmal_port_connected_output_cb
Connected output port buffer callback */
dependencies/mmal/core/mmal_port.c:1302
Function
mmal_port_connected_pool_cb
Callback for when a buffer from a connected input port is finally released */
dependencies/mmal/core/mmal_port.c:1363
Function
mmal_port_disconnect
Disconnect a connected port. * * If the port is not connected, an error will be returned. Otherwise, if the * ports are enabled, they will be disab
src/private/fake_mmal_dependencies.cpp:192
Function
mmal_port_event_get
Get an empty event buffer header from a port * * @param port The port from which to get the event buffer header. * @param buffer The address of a b
src/private/fake_mmal_dependencies.cpp:225
Function
mmal_port_flush
Ask a port to release all the buffer headers it currently has. * * Flushing a port will ask the port to send all the buffer headers it currently has
src/private/fake_mmal_dependencies.cpp:129
Function
mmal_port_is_connected
dependencies/mmal/core/mmal_port.c:1505
Function
mmal_port_parameter_free
dependencies/mmal/util/mmal_util.c:186
Function
mmal_port_parameter_get
Get a parameter from a port. * The size field must be set on input to the maximum size of the parameter * (including the header) and will be set on
src/private/fake_mmal_dependencies.cpp:154
Function
mmal_port_parameter_get_boolean
Helper function to get the value of a boolean parameter */
dependencies/mmal/util/mmal_util_params.c:38
Function
mmal_port_parameter_get_int32
Helper function to get the value of a 32 bits signed integer parameter */
dependencies/mmal/util/mmal_util_params.c:110
Function
mmal_port_parameter_get_int64
Helper function to get the value of a 64 bits signed integer parameter */
dependencies/mmal/util/mmal_util_params.c:74
Function
mmal_port_parameter_get_rational
Helper function to get the value of a rational parameter */
dependencies/mmal/util/mmal_util_params.c:128
Function
mmal_port_parameter_get_uint64
Helper function to get the value of a 64 bits unsigned integer parameter */
dependencies/mmal/util/mmal_util_params.c:56
Function
mmal_port_parameter_set_bytes
Helper function to set the value of an array of bytes parameter */
dependencies/mmal/util/mmal_util_params.c:164
Function
mmal_port_parameter_set_int32
Helper function to set the value of a 32 bits signed integer parameter */
dependencies/mmal/util/mmal_util_params.c:103
Function
mmal_port_parameter_set_int64
Helper function to set the value of a 64 bits signed integer parameter */
dependencies/mmal/util/mmal_util_params.c:67
Function
mmal_port_parameter_set_rational
Helper function to set the value of a rational parameter */
dependencies/mmal/util/mmal_util_params.c:121
Function
mmal_port_parameter_set_uint64
Helper function to set the value of a 64 bits unsigned integer parameter */
dependencies/mmal/util/mmal_util_params.c:49
Function
mmal_port_payload_alloc
Allocate a payload buffer. * This allows a client to allocate memory for a payload buffer based on the preferences * of a port. This for instance wi
src/private/fake_mmal_dependencies.cpp:206
Function
mmal_port_payload_free
Free a payload buffer. * This allows a client to free memory allocated by a previous call to \ref mmal_port_payload_alloc. * * See \ref mmal_pool_c
src/private/fake_mmal_dependencies.cpp:216
Function
mmal_port_pool_destroy
Destroy a pool of MMAL_BUFFER_HEADER_T */
dependencies/mmal/util/mmal_util.c:220
Function
mmal_queue_timedwait
dependencies/mmal/core/mmal_queue.c:136
Function
mmal_queue_wait
Wait for a MMAL_BUFFER_HEADER_T from a QUEUE. */
dependencies/mmal/core/mmal_queue.c:127
Function
mmal_rational_divide
Calculate a / b */
dependencies/mmal/util/mmal_util_rational.c:99
Function
mmal_rational_multiply
Calculate a * b */
dependencies/mmal/util/mmal_util_rational.c:87
Function
mmal_rational_subtract
Calculate a - b. */
dependencies/mmal/util/mmal_util_rational.c:80
Function
mmal_register_component_aaf_audio
dependencies/mmal/components/aaf_audio_render.cpp:501
Function
mmal_register_component_aggregator
dependencies/mmal/components/aggregator.c:185
Function
mmal_register_component_android_media_codec
dependencies/mmal/components/android_media_codec.cpp:858
Function
mmal_register_component_artificial_camera
dependencies/mmal/components/artificial_camera.c:284
Function
mmal_register_component_avcodec
dependencies/mmal/components/avcodec_video_decoder.c:580
Function
mmal_register_component_avcodec_audio
dependencies/mmal/components/avcodec_audio_decoder.c:601
Function
mmal_register_component_clock
dependencies/mmal/components/clock.c:897
Function
mmal_register_component_container_reader
dependencies/mmal/components/container_reader.c:991
Function
mmal_register_component_container_writer
dependencies/mmal/components/container_reader.c:997
Function
mmal_register_component_copy
dependencies/mmal/components/copy.c:324
Function
mmal_register_component_null_sink
dependencies/mmal/components/null_sink.c:122
Function
mmal_register_component_passthrough
dependencies/mmal/components/passthrough.c:281
Function
mmal_register_component_scheduler
dependencies/mmal/components/scheduler.c:481
Function
mmal_register_component_sdl
dependencies/mmal/components/sdl_video_render.c:391
Function
mmal_register_component_sdl_audio
dependencies/mmal/components/sdl_audio_render.c:275
Function
mmal_register_component_spdif
dependencies/mmal/components/spdif.c:493
Function
mmal_register_component_splitter
dependencies/mmal/components/splitter.c:342
Function
mmal_register_component_videocore
dependencies/mmal/vc/mmal_vc_api.c:1476
Function
mmal_util_camera_use_stc_timestamp
dependencies/mmal/util/mmal_util_params.c:198
Function
mmal_util_get_core_port_stats
dependencies/mmal/util/mmal_util_params.c:205
Function
mmal_util_get_port
dependencies/mmal/util/mmal_util.c:298
Function
mmal_util_set_display_region
dependencies/mmal/util/mmal_util_params.c:190
Function
mmal_vc_component_create
Create a component given its name. */
dependencies/mmal/vc/mmal_vc_api.c:1284
Function
mmal_vc_component_disable
dependencies/mmal/vc/mmal_vc_api.c:701
Function
mmal_vc_component_enable
dependencies/mmal/vc/mmal_vc_api.c:733
Function
mmal_vc_consume_mem
dependencies/mmal/vc/mmal_vc_api.c:807
Function
mmal_vc_do_callback_loop
dependencies/mmal/vc/mmal_vc_api.c:514
Function
mmal_vc_drm_get_lhs32
dependencies/mmal/vc/mmal_vc_api_drm.c:61
Function
mmal_vc_drm_get_time
dependencies/mmal/vc/mmal_vc_api_drm.c:43
Function
mmal_vc_lmk
dependencies/mmal/vc/mmal_vc_api.c:829
Function
mmal_vc_opaque_acquire
dependencies/mmal/vc/mmal_vc_opaque_alloc.c:56
Function
mmal_vc_opaque_alloc
dependencies/mmal/vc/mmal_vc_opaque_alloc.c:51
Function
mmal_vc_port_connect
Connect 2 ports together */
dependencies/mmal/vc/mmal_vc_api.c:431
Function
mmal_vc_port_disable
Disable processing on a port */
dependencies/mmal/vc/mmal_vc_api.c:285
Function
mmal_vc_port_enable
Enable processing on a port */
dependencies/mmal/vc/mmal_vc_api.c:205
Function
mmal_vc_port_flush
Flush a port */
dependencies/mmal/vc/mmal_vc_api.c:390
Function
mmal_vc_port_parameter_get
Get parameter on a port */
dependencies/mmal/vc/mmal_vc_api.c:1142
Function
mmal_vc_port_parameter_set
Set parameter on a port */
dependencies/mmal/vc/mmal_vc_api.c:1083
Function
mmal_vc_port_payload_alloc
dependencies/mmal/vc/mmal_vc_api.c:1205
Function
mmal_vc_port_payload_free
dependencies/mmal/vc/mmal_vc_api.c:1266
Function
mmal_vc_port_send
Called from the client to send a buffer (empty or full) to * the copro. */
dependencies/mmal/vc/mmal_vc_api.c:559
Function
mmal_vc_port_send_callback
Called back from VCHI(Q) event handler when buffers come back from the copro. * * The message points to the message sent by videocore, and which sho
dependencies/mmal/vc/mmal_vc_api.c:526
← previous
next →
1,001–1,100 of 1,413, ranked by callers