Lines Matching refs:alloc_method
81 GstSbcAllocationMethod * alloc_method, guint * n_subbands, guint * bitpool);
116 sbcparse->alloc_method = GST_SBC_ALLOCATION_METHOD_INVALID; in gst_sbc_parse_reset()
172 gst_sbc_allocation_method_get_name (GstSbcAllocationMethod alloc_method) in gst_sbc_allocation_method_get_name() argument
174 switch (alloc_method) { in gst_sbc_allocation_method_get_name()
190 GstSbcAllocationMethod alloc_method = GST_SBC_ALLOCATION_METHOD_INVALID; in gst_sbc_parse_handle_frame() local
202 &alloc_method, &n_subbands, &bitpool); in gst_sbc_parse_handle_frame()
209 if (sbcparse->alloc_method != alloc_method in gst_sbc_parse_handle_frame()
223 gst_sbc_allocation_method_get_name (alloc_method), in gst_sbc_parse_handle_frame()
236 sbcparse->alloc_method = alloc_method; in gst_sbc_parse_handle_frame()
259 &n_blocks, &ch_mode, &alloc_method, &n_subbands, &bitpool); in gst_sbc_parse_handle_frame()
261 if (next_len != frame_len || sbcparse->alloc_method != alloc_method || in gst_sbc_parse_handle_frame()
444 GstSbcChannelMode * ch_mode, GstSbcAllocationMethod * alloc_method, in gst_sbc_parse_header() argument
459 *alloc_method = (data[1] >> 1) & 0x01; in gst_sbc_parse_header()
464 "n_subbands=%u, bitpool=%u", *rate, *n_blocks, *ch_mode, *alloc_method, in gst_sbc_parse_header()