32 #ifndef MMAL_PARAM_CONVERT_H 33 #define MMAL_PARAM_CONVERT_H
MMAL_STATUS_T mmal_parse_video_size(uint32_t *w, uint32_t *h, const char *str)
MMAL_STATUS_T mmal_parse_video_codec(uint32_t *dest, const char *str)
MMAL_STATUS_T mmal_parse_uint(unsigned int *dest, const char *str)
MMAL_STATUS_T mmal_parse_int(int *dest, const char *str)
MMAL_STATUS_T mmal_parse_rational(MMAL_RATIONAL_T *dest, const char *str)
MMAL_STATUS_T mmal_parse_geometry(MMAL_RECT_T *dest, const char *str)