Lines Matching refs:num_time_slots
513 ia_frame_info_struct *pstr_frame_info, WORD16 num_time_slots, in ixheaacd_validate_frame_info() argument
541 if (num_time_slots != 15) { in ixheaacd_validate_frame_info()
544 if (end_pos < num_time_slots) return 0; in ixheaacd_validate_frame_info()
547 if (end_pos < num_time_slots) return 0; in ixheaacd_validate_frame_info()
550 if (num_time_slots != 15) { in ixheaacd_validate_frame_info()
553 if (end_pos > add_d(num_time_slots, SBR_OV_SLOTS)) return 0; in ixheaacd_validate_frame_info()
868 ptr_header_data->num_time_slots)) in ixheaacd_sbr_read_sce()
873 ptr_header_data->num_time_slots, in ixheaacd_sbr_read_sce()
893 ptr_frame_data->num_time_slots = ptr_header_data->num_time_slots; in ixheaacd_sbr_read_sce()
896 ptr_header_data->num_time_slots)) in ixheaacd_sbr_read_sce()
900 ptr_header_data->num_time_slots, in ixheaacd_sbr_read_sce()
1054 ptr_frame_data[i]->num_time_slots = ptr_header_data->num_time_slots; in ixheaacd_sbr_read_cpe()
1064 ptr_header_data->num_time_slots)) in ixheaacd_sbr_read_cpe()
1070 ptr_header_data->num_time_slots, audio_object_type)) in ixheaacd_sbr_read_cpe()
1509 int numTimeSlots = h_frame_data->num_time_slots; in ixheaacd_extract_frame_info_ld()