HomeSort by relevance Sort by last modified time
    Searched refs:sfreq (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_stereo_proc.cpp 278 int32 sfreq = info->version_x + (info->version_x << 1); local
279 sfreq += info->sampling_frequency;
321 if (mp3_sfBandIndex[sfreq].l[4] <= sb)
330 while (mp3_sfBandIndex[sfreq].l[sfb] < sb)
338 sfbStart = mp3_sfBandIndex[sfreq].l[sfb];
354 sfbStart = mp3_sfBandIndex[sfreq].l[sfbTemp]; /* = Start in 0 ... 575 */
355 sfbNo = mp3_sfBandIndex[sfreq].l[sfbTemp+1] - mp3_sfBandIndex[sfreq].l[sfbTemp]; /* No of lines to process */
373 sfbNo = mp3_sfBandIndex[sfreq].s[sfbTemp+1] - mp3_sfBandIndex[sfreq].s[sfbTemp]; /* No of lines to process *
    [all...]
pvmp3_dequantize_sample.cpp 196 int32 sfreq = info->sampling_frequency + info->version_x + (info->version_x << 1); local
214 next_cb_boundary = mp3_sfBandIndex[sfreq].l[1]; /* LONG blocks: 0,1,3 */
218 next_cb_boundary = mp3_sfBandIndex[sfreq].s[1] * 3; /* pure SHORT block */
233 if (next_cb_boundary == mp3_sfBandIndex[sfreq].l[mixstart])
235 next_cb_boundary = mp3_sfBandIndex[sfreq].s[4] * 3;
237 cb_begin = mp3_sfBandIndex[sfreq].s[3] * 3;
241 else if (ss < mp3_sfBandIndex[sfreq].l[mixstart])
243 next_cb_boundary = mp3_sfBandIndex[sfreq].l[cb+1];
247 next_cb_boundary = mp3_sfBandIndex[sfreq].s[cb+1] * 3;
250 cb_begin = mp3_sfBandIndex[sfreq].s[cb] * 3
    [all...]
pvmp3_reorder.cpp 125 int32 sfreq = info->version_x + (info->version_x << 1); local
126 sfreq += info->sampling_frequency;
149 if (*used_freq_lines > 3*mp3_sfBandIndex[sfreq].s[sfb+1])
151 sfb_lines = mp3_sfBandIndex[sfreq].s[sfb+1] - mp3_sfBandIndex[sfreq].s[sfb];
172 sfb_lines = mp3_sfBandIndex[sfreq].s[sfb+1] - mp3_sfBandIndex[sfreq].s[sfb];
187 *used_freq_lines = mp3_sfBandIndex[sfreq].s[sfb+1] * 3;
pvmp3_mpeg2_stereo_proc.cpp 228 int32 sfreq; local
258 sfreq = info->version_x + (info->version_x << 1);
259 sfreq += info->sampling_frequency;
297 if (mp3_sfBandIndex[sfreq].l[4] <= sb)
306 while (mp3_sfBandIndex[sfreq].l[i] <= sb)
312 sfbNo = mp3_sfBandIndex[sfreq].l[sfbTemp]; /* number of lines to process */
325 sfbStart = mp3_sfBandIndex[sfreq].l[sfb]; /* = Start in 0 ... 575 */
326 sfbNo = mp3_sfBandIndex[sfreq].l[sfb+1] - mp3_sfBandIndex[sfreq].l[sfb]; /* No of lines to process */
355 sfbNo = mp3_sfBandIndex[sfreq].s[sfb+1] - mp3_sfBandIndex[sfreq].s[sfb]; /* No of lines to process *
    [all...]
pvmp3_huffman_parsing.cpp 136 int32 sfreq; local
146 sfreq = info->sampling_frequency + info->version_x + (info->version_x << 1);
162 region1Start = mp3_sfBandIndex[sfreq].s[i/3];
171 region1Start = mp3_sfBandIndex[sfreq].l[i];
172 region2Start = mp3_sfBandIndex[sfreq].l[i + grInfo->region1_count + 1];
  /system/media/audio_utils/spdif/
DTSFrameScanner.cpp 90 uint32_t sfreq = parser.readBits(4); local
109 int32_t sampleRate = kDTSSampleRateTable[sfreq];
111 ALOGE("DTSFrameScanner: ERROR - invalid sampleRate[%u] = %d", sfreq, sampleRate);
  /hardware/intel/common/libmix/mix_audio/src/
intel_sst_ioctl.h 70 __u32 sfreq; /* Sampling rate in Hz */ member in struct:snd_pcm_params
82 __u32 sfreq; /* Sampling freq eg. 8000, 441000, 48000 */ member in struct:snd_mp3_params
98 __u32 sfreq; /* Sampling freq eg. 8000, 441000, 48000 */ member in struct:snd_aac_params
127 __u32 sfreq; /* Sampling freq eg. 8000, 441000, 48000 */ member in struct:snd_wma_params
216 __u32 sfreq; /* Sampling rate in Hz */ member in struct:snd_sst_pmic_config
sst_proxy.c 62 p->sfreq = MIX_ACP_SAMPLE_FREQ(acp);
79 p->sfreq = MIX_ACP_SAMPLE_FREQ(acp);
153 p->sfreq = MIX_ACP_SAMPLE_FREQ(acp); // output/external frequency
202 AAC_DUMP(sfreq); /* Sampling freq eg. 8000, 441000, 48000 */
320 MIX_ACP_SAMPLE_FREQ(ret) = stream_params->pcm_params.sfreq;
335 MIX_ACP_SAMPLE_FREQ(MIX_AUDIOCONFIGPARAMS(acp)) = params->sfreq;
346 MIX_ACP_SAMPLE_FREQ(acp) = params->sfreq;
380 MIX_ACP_SAMPLE_FREQ(acp) = params->sfreq;
  /packages/apps/TV/libs/
exoplayer.jar 
exoplayer_v2.jar 

Completed in 450 milliseconds