Home | History | Annotate | Download | only in audio

Lines Matching refs:bitpool

71  * Selects one bitpool option from a range
307 "bitpool", G_TYPE_INT, sbc->bitpool,
327 gint temp, rate, channels, blocks, subbands, bitpool;
387 if (!gst_structure_has_field(structure, "bitpool")) {
389 *error_message = g_strdup("no bitpool");
392 value = gst_structure_get_value(structure, "bitpool");
397 bitpool = temp;
446 "bitpool", G_TYPE_INT, bitpool,
485 gint rate, channels, subbands, blocks, bitpool;
501 if (!gst_structure_get_int(structure, "bitpool", &bitpool))
515 sbc->bitpool = bitpool;