Home | History | Annotate | Download | only in audio

Lines Matching refs:allocation

164 				"allocation = (string) { \"snr\", \"loudness\" }, "
211 if (enc->allocation != SBC_AM_AUTO) {
213 enum_value = g_enum_get_value(enum_class, enc->allocation);
214 gst_sbc_util_set_structure_string_param(structure, "allocation",
343 if (enc->allocation != SBC_AM_AUTO &&
344 enc->sbc.allocation != enc->allocation)
477 enc->allocation = g_value_get_enum(value);
504 g_value_set_enum(value, enc->allocation);
540 g_param_spec_enum("allocation", "Allocation",
541 "Allocation method", GST_TYPE_SBC_ALLOCATION,
586 self->allocation = SBC_ENC_DEFAULT_ALLOCATION;