Lines Matching refs:bitpool
165 "bitpool = (int) [ " SBC_ENC_BITPOOL_MIN_STR
199 if (enc->bitpool != SBC_ENC_BITPOOL_AUTO)
200 gst_sbc_util_set_structure_int_param(structure, "bitpool",
201 enc->bitpool, value);
347 if (enc->bitpool != SBC_ENC_BITPOOL_AUTO &&
348 enc->sbc.bitpool != enc->bitpool)
486 enc->bitpool = g_value_get_int(value);
513 g_value_set_int(value, enc->bitpool);
555 g_param_spec_int("bitpool", "Bitpool",
556 "Bitpool (use 1 for automatic selection)",
589 self->bitpool = SBC_ENC_BITPOOL_AUTO;