Home
last modified time | relevance | path

Searched refs:one_slot_length (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/src/
Daudio_parser.c302 int one_slot_length; in mp3_calculate_frame_length() local
310 one_slot_length = one_slot_length_table[layer]; in mp3_calculate_frame_length()
312 one_slot_length = 0; in mp3_calculate_frame_length()
316 frame_length = coeff * bitrate * 1000 / samplingrate + one_slot_length; in mp3_calculate_frame_length()