Lines Matching defs:size
464 * The lines in the graph are defined as a variable size list of sinks,
713 * different platforms, thus save the total size of config files. <br>
804 * \param size Text buffer size in bytes.
807 int snd_tplg_load(snd_tplg_t *tplg, const char *buf, size_t size);
839 int step; /*!< dB step size in 0.1dB */
847 int size; /*!< size in bytes of this structure */
912 int mask; /*!< register mask size */
975 int period_bytes; /*!< size of period in bytes */
976 int buffer_bytes; /*!< size of buffer in bytes. */
993 unsigned int period_size_min; /*!< min period size bytes */
994 unsigned int period_size_max; /*!< max period size bytes */
995 unsigned int buffer_size_min; /*!< min buffer size bytes */
996 unsigned int buffer_size_max; /*!< max buffer size bytes */
1122 * \param size Binary topology output buffer size in bytes.
1125 int snd_tplg_build_bin(snd_tplg_t *tplg, void **bin, size_t *size);
1169 * \param size Binary topology input buffer size.
1173 int snd_tplg_decode(snd_tplg_t *tplg, void *bin, size_t size, int dflags);