Searched refs:gr (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_get_side_info.cpp119 int32 ch, gr; local
149 for (gr = 0; gr < 2 ; gr++)
153 si->ch[ch].gran[gr].part2_3_length = getbits_crc(inputStream, 12, crc, info->error_protection);
156 si->ch[ch].gran[gr].big_values = (tmp << 10) >> 23; /* 9 */
157 si->ch[ch].gran[gr].global_gain = ((tmp << 19) >> 24) - 210; /* 8 */
158 si->ch[ch].gran[gr].scalefac_compress = (tmp << 27) >> 28; /* 4 */
159 si->ch[ch].gran[gr].window_switching_flag = tmp & 1; /* 1 */
161 if (si->ch[ch].gran[gr]
[all...]
H A Dpvmp3_get_scale_factors.h91 int32 gr,
H A Dpvmp3_mpeg2_get_scale_data.h90 int32 gr,
H A Dpvmp3_mpeg2_get_scale_factors.h91 int32 gr,
H A Dpvmp3_mpeg2_get_scale_data.cpp39 int32 gr, granule
128 int32 gr,
141 granuleInfo *gr_info = &(si->ch[ch].gran[gr]);
177 si->ch[ch].gran[gr].preflag = 0;
187 si->ch[ch].gran[gr].preflag = 0;
198 si->ch[ch].gran[gr].preflag = 0;
208 si->ch[ch].gran[gr].preflag = 1;
127 pvmp3_mpeg2_get_scale_data(mp3SideInfo *si, int32 gr, int32 ch, mp3Header *info, uint32 *scalefac_buffer, uint32 *scalefac_IIP_buffer, tmp3Bits *pMainData) argument
H A Dpvmp3_mpeg2_get_scale_factors.cpp41 int32 gr, granule
120 int32 gr,
132 granuleInfo *gr_info = &(si->ch[ch].gran[gr]);
135 gr,
118 pvmp3_mpeg2_get_scale_factors(mp3ScaleFactors *scalefac, mp3SideInfo *si, int32 gr, int32 ch, mp3Header *info, uint32 *scalefac_IIP_buffer, tmp3Bits *pMainData) argument
H A Dpvmp3_get_scale_factors.cpp40 int32 gr, granule
134 int32 gr,
141 granuleInfo *gr_info = &(si->ch[ch].gran[gr]);
194 if ((si->ch[ch].scfsi[i] == 0) || (gr == 0))
132 pvmp3_get_scale_factors(mp3ScaleFactors *scalefac, mp3SideInfo *si, int32 gr, int32 ch, tmp3Bits *pMainData) argument
H A Dpvmp3_framedecoder.cpp231 int32 gr; local
358 for (gr = 0; gr < (1 + !(info->version_x)); gr++)
371 gr,
380 gr,
388 &pVars->sideInfo.ch[ch].gran[gr],
396 &pVars->sideInfo.ch[ch].gran[gr],
421 &pVars->sideInfo.ch[LEFT].gran[gr],
431 &pVars->sideInfo.ch[ LEFT].gran[gr],
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java544 GestureRecorder gr = ((PhoneStatusBarView) mBar).mBar.getGestureRecorder();
545 if (gr != null) {
546 gr.tag("fling " + ((vel > 0) ? "open" : "closed"), "notifications,v=" + vel);

Completed in 86 milliseconds