Home | History | Annotate | Download | only in audio

Lines Matching defs:structure

172 	GstStructure *structure;
178 structure = gst_caps_get_structure(src_caps, 0);
183 gst_sbc_util_set_structure_int_param(structure, "rate",
187 gst_sbc_util_set_structure_int_param(structure, "channels",
191 gst_sbc_util_set_structure_int_param(structure, "subbands",
195 gst_sbc_util_set_structure_int_param(structure, "blocks",
199 gst_sbc_util_set_structure_int_param(structure, "bitpool",
205 gst_sbc_util_set_structure_string_param(structure, "mode",
213 gst_sbc_util_set_structure_string_param(structure, "allocation",
287 GstStructure *structure;
293 structure = gst_caps_get_structure(caps, 0);
295 if (!gst_structure_get_int(structure, "rate", &rate))
297 if (!gst_structure_get_int(structure, "channels", &channels))