Lines Matching refs:format
81 * take given a sample format.
92 * \li pa_sample_spec_valid() - Tests if a sample format specification is
94 * \li pa_sample_spec_equal() - Tests if the sample format specifications are
97 * sample format.
98 * \li pa_parse_sample_format() - Parse a text string into a sample format.
100 * sample format specification.
133 /** Sample format */
251 /** A sample format and attribute specification */
253 pa_sample_format_t format;
254 /**< The sample format */
276 /** Similar to pa_sample_size() but take a sample format instead of a
296 /** Return non-zero if the given integer is a valid sample format. \since 5.0 */
297 int pa_sample_format_valid(unsigned format) PA_GCC_PURE;
312 /** Return a descriptive string for the specified sample format. \since 0.8 */
315 /** Parse a sample format text. Inverse of pa_sample_format_to_string() */
316 pa_sample_format_t pa_parse_sample_format(const char *format) PA_GCC_PURE;
338 /** Returns 1 when the specified format is little endian, 0 when
340 * specified format, or endianess is unknown. \since 0.9.16 */
343 /** Returns 1 when the specified format is big endian, 0 when
345 * specified format, or endianess is unknown. \since 0.9.16 */
352 /** Returns 1 when the specified format is native endian, 0 when
354 * specified format, or endianess is unknown. \since 0.9.16 */
356 /** Returns 1 when the specified format is reverse endian, 0 when
358 * specified format, or endianess is unknown. \since 0.9.16 */