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

  /frameworks/base/media/libstagefright/codecs/aacdec/
pvmp4setaudioconfig.cpp 206 pVars->prog_config.sampling_rate_idx = 0;
209 pVars->prog_config.sampling_rate_idx = 1;
212 pVars->prog_config.sampling_rate_idx = 2;
215 pVars->prog_config.sampling_rate_idx = 3;
218 pVars->prog_config.sampling_rate_idx = 4;
221 pVars->prog_config.sampling_rate_idx = 5;
224 pVars->prog_config.sampling_rate_idx = 6;
227 pVars->prog_config.sampling_rate_idx = 7;
230 pVars->prog_config.sampling_rate_idx = 8;
233 pVars->prog_config.sampling_rate_idx = 9
    [all...]
get_adts_header.cpp 61 pVars->prog_config Updated with program information data as read from
199 pVars->prog_config.CRC_absent = ((UInt)(adts_header >> 12)) AND 0x0001;
203 pVars->prog_config.profile = (lower_16 >> 10) AND 0x3;
205 pVars->prog_config.sampling_rate_idx = (lower_16 >> 6) AND 0xF;
210 pVars->prog_config.front.ele_is_cpe[0] = channel_configuration;
212 pVars->prog_config.front.num_ele = 1;
214 pVars->prog_config.front.ele_tag[0] = 0;
216 pVars->prog_config.mono_mix.present = 0;
217 pVars->prog_config.stereo_mix.present = 0;
218 pVars->prog_config.matrix_mix.present = 0
    [all...]
get_ga_specific_config.cpp 47 this instance of the library. pVars->prog_config
152 pVars->prog_config.front.ele_is_cpe[0] = channel_config;
153 pVars->prog_config.front.ele_tag[0] = 0;
158 sampling_rate_idx = pVars->prog_config.sampling_rate_idx,
159 tag = pVars->prog_config.front.ele_tag[0],
160 is_cpe = pVars->prog_config.front.ele_is_cpe[0],
370 pVars->prog_config.front.ele_is_cpe[0] = 0; /* default to mono */
372 pVars->prog_config.front.ele_tag[0] = 0;
384 pVars->prog_config.front.ele_is_cpe[0] = channel_config;
385 pVars->prog_config.front.ele_tag[0] = 0
    [all...]
get_audio_specific_config.cpp 29 (2) do not set pVars->prog_config.profile
53 this instance of the library. pVars->prog_config is directly
54 used, and pVars->mc_info, pVars->prog_config,
69 pVars->prog_config contents are updated with the information read in.
120 pVars->prog_config.profile = audioObjectType;
122 pVars->prog_config.sampling_rate_idx = temp & 0xf;
124 IF (pVars->prog_config.sampling_rate_idx == 0xf)
330 * MC_Info, rather than first setting the values in pVars->prog_config
342 /* pVars->prog_config.profile = audioObjectType; */
345 pVars->prog_config.sampling_rate_idx = temp & 0xf
    [all...]
get_prog_config.cpp 56 this instance of the library. pVars->prog_config is directly
57 used, and pVars->mc_info, pVars->prog_config, pVars->winmap,
72 pVars->prog_config contents are updated with the PCE read in.
355 to = &pVars->prog_config,
358 MODIFYING( pVars->prog_config )
363 objectType = pVars->prog_config.profile + 1,
364 samplin_rate_idx = pVars->prog_config.sampling_rate_idx,
365 tag = pVars->prog_config.front.ele_tag[0],
366 is_cpe = pVars->prog_config.front.ele_is_cpe[0],
497 if (!pVars->adif_test && pScratchPCE->sampling_rate_idx != pVars->prog_config.sampling_rate_idx
    [all...]
get_adif_header.cpp 72 pVars->prog_config contents are updated with the first PCE found.
202 MODIFYING( pVars->prog_config )
423 if ((pVars->prog_config.sampling_rate_idx >= 6) && (pVars->aacPlusEnabled == true) &&
427 pVars->prog_config.sampling_rate_idx -= 3;
pvmp4audiodecoderinitlibrary.cpp 406 pVars->prog_config.sampling_rate_idx += 3;
411 pExt->samplingRate = samp_rate_info[pVars->prog_config.sampling_rate_idx].samp_rate;