Searched refs:alloc_method (Results 1 – 2 of 2) sorted by relevance
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() argument174 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() local202 &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()[all …]
58 GstSbcAllocationMethod alloc_method; member