Searched refs:ch (Results 1 - 25 of 109) sorted by path

12345

/frameworks/av/cmds/screenrecord/
H A DTextRenderer.cpp160 size_t TextRenderer::glyphIndex(char ch) const {
161 size_t chi = ch - FontBitmap::firstGlyphChar;
299 char ch = *brk;
303 *brk = ch;
305 if (strchr(kWhitespace, ch) != NULL) {
H A DTextRenderer.h114 size_t glyphIndex(char ch) const;
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp57 int ch; local
58 while ((ch = getopt(argc, argv, "d:mw")) != -1) {
59 switch (ch) {
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c153 unsigned char ch; member in struct:FwdLockConv_Session
285 * @param[in] ch The character to check.
289 static int FwdLockConv_IsBoundaryChar(int ch) { argument
290 return isalnum(ch) || ch == '\'' || ch == '(' || ch == ')' || ch == '+' || ch == '_' ||
291 ch
303 FwdLockConv_IsWhitespace(int ch) argument
333 FwdLockConv_MatchOpenDelimiter(FwdLockConv_Session_t *pSession, int ch) argument
426 FwdLockConv_IsMimeHeaderNameChar(int ch) argument
437 FwdLockConv_IsMimeHeaderValueChar(int ch) argument
449 FwdLockConv_StringAppend(FwdLockConv_String_t *pString, int ch) argument
595 FwdLockConv_MatchMimeHeaders(FwdLockConv_Session_t *pSession, int ch, FwdLockConv_Output_t *pOutput) argument
833 FwdLockConv_WriteEncryptedChar(FwdLockConv_Session_t *pSession, unsigned char ch, FwdLockConv_Output_t *pOutput) argument
867 FwdLockConv_MatchBinaryEncodedData(FwdLockConv_Session_t *pSession, int ch, FwdLockConv_Output_t *pOutput) argument
922 FwdLockConv_IsBase64Char(int ch) argument
935 FwdLockConv_MatchBase64EncodedData(FwdLockConv_Session_t *pSession, int ch, FwdLockConv_Output_t *pOutput) argument
1076 FwdLockConv_PushChar(FwdLockConv_Session_t *pSession, int ch, FwdLockConv_Output_t *pOutput) argument
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp208 for (int ch = 0; ch < mNumChannels; ++ch) {
210 audio_sample_t x1 = mDelays[ch][0];
211 audio_sample_t x2 = mDelays[ch][1];
212 audio_sample_t y1 = mDelays[ch][2];
213 audio_sample_t y2 = mDelays[ch][3];
231 mDelays[ch][0] = x1;
232 mDelays[ch][1] = x2;
233 mDelays[ch][
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c74 Word16 ch, sfb, sfbGrp; local
76 for (ch=0; ch<nChannels; ch++) {
77 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch];
79 pthrExp = &(thrExp[ch][sfbGrp]);
99 Word16 ch, sfb, sfbOffs; local
105 for (ch=0; ch<nChannels; ch
170 Word16 ch, sfb, sfbGrp, shift; local
335 Word16 ch, sfb, sfbGrp; local
375 Word16 ch, sfb, sfbGrp; local
422 Word16 ch, sfb, sfbGrp,shift; local
534 Word16 ch, sfb, sfbSubWin; local
586 Word16 ch, sfb; local
1144 Word16 ch; local
[all...]
H A Dline_pe.c48 Word32 ch; local
50 for(ch=0; ch<nChannels; ch++) {
51 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch];
52 PE_CHANNEL_DATA *peChanData=&peData->peChannelData[ch];
55 peChanData->sfbNLines4[sfbGrp+sfb] = sfbNRelevantLines[ch][sfbGrp+sfb];
56 sfbNRelevantLines[ch][sfbGrp+sfb] = sfbNRelevantLines[ch][sfbGrp+sfb] >> 2;
57 peChanData->sfbLdEnergy[sfbGrp+sfb] = logSfbEnergy[ch][sfbGr
75 Word32 ch; local
[all...]
H A Dpsy_main.c55 const Word16 ch);
66 const Word16 ch);
197 Word16 ch, err; local
222 for(ch=0;ch < channels;ch++){
224 InitBlockSwitching(&hPsy->psyData[ch].blockSwitchingControl,
227 InitPreEchoControl(hPsy->psyData[ch].sfbThresholdnm1,
230 hPsy->psyData[ch].mdctScalenm1 = 0;
261 Word16 ch; /* count local
474 advancePsychLong(PSY_DATA* psyData, TNS_DATA* tnsData, PSY_CONFIGURATION_LONG *hPsyConfLong, PSY_OUT_CHANNEL* psyOutChannel, Word32 *pScratchTns, const TNS_DATA* tnsData2, const Word16 ch) argument
653 advancePsychShort(PSY_DATA* psyData, TNS_DATA* tnsData, const PSY_CONFIGURATION_SHORT *hPsyConfShort, PSY_OUT_CHANNEL* psyOutChannel, Word32 *pScratchTns, const TNS_DATA *tnsData2, const Word16 ch) argument
[all...]
H A Dqc_main.c267 Word32 ch; local
317 for (ch = 0; ch < nChannels; ch++) {
321 maxChDynBits[ch] = extract_l(chBitDistribution[ch] * maxDynBits / 1000);
325 for (ch = 0; ch < nChannels; ch++) {
333 QuantizeSpectrum(psyOutChannel[ch]
[all...]
H A Dstat_bits.c185 Word32 ch; local
229 for(ch=0; ch<2; ch++)
230 statBits += countTnsBits(&(psyOutChannel[ch].tnsInfo),
231 psyOutChannel[ch].windowSequence);
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dec_defs.h170 channelInfo ch[2]; member in struct:__anon496
H A Dpvmp3_framedecoder.cpp232 int32 ch; local
362 for (ch = 0; ch < pVars->num_channels; ch++)
369 pvmp3_get_scale_factors(&pVars->scaleFactors[ch],
372 ch,
378 pvmp3_mpeg2_get_scale_factors(&pVars->scaleFactors[ch],
381 ch,
387 pChVars[ch]->used_freq_lines = pvmp3_huffman_parsing(pChVars[ch]
[all...]
H A Dpvmp3_get_scale_factors.cpp41 int32 ch, channel
135 int32 ch,
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_get_scale_factors.h92 int32 ch,
H A Dpvmp3_get_side_info.cpp119 int32 ch, gr; local
140 for (ch = 0; ch < stereo; ch++)
143 si->ch[ch].scfsi[0] = (tmp << 28) >> 31; /* 1 */
144 si->ch[ch].scfsi[1] = (tmp << 29) >> 31; /* 1 */
145 si->ch[ch]
[all...]
H A Dpvmp3_mpeg2_get_scale_data.cpp40 int32 ch, channel
129 int32 ch,
141 granuleInfo *gr_info = &(si->ch[ch].gran[gr]);
148 if ((((info->mode_ext &1)) && (ch == 1)))
177 si->ch[ch].gran[gr].preflag = 0;
187 si->ch[ch].gran[gr].preflag = 0;
198 si->ch[c
127 pvmp3_mpeg2_get_scale_data(mp3SideInfo *si, int32 gr, int32 ch, mp3Header *info, uint32 *scalefac_buffer, uint32 *scalefac_IIP_buffer, tmp3Bits *pMainData) argument
[all...]
H A Dpvmp3_mpeg2_get_scale_data.h91 int32 ch,
H A Dpvmp3_mpeg2_get_scale_factors.cpp42 int32 ch, channel
121 int32 ch,
132 granuleInfo *gr_info = &(si->ch[ch].gran[gr]);
136 ch,
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_mpeg2_get_scale_factors.h92 int32 ch,
/frameworks/av/media/mtp/
H A DMtpStringBuffer.cpp61 char ch; local
64 while ((ch = *src++) != 0 && count < MTP_STRING_MAX_CHARACTER_NUMBER) {
65 if ((ch & 0x80) == 0) {
67 *dest++ = ch;
68 } else if ((ch & 0xE0) == 0xC0) {
76 *dest++ = ch;
78 } else if ((ch & 0xF0) == 0xE0) {
91 *dest++ = ch;
105 uint16_t ch; local
108 while ((ch
133 uint16_t ch; local
161 uint16_t ch; local
[all...]
/frameworks/av/services/audioflinger/
H A Dtest-resample.cpp116 int ch; local
117 while ((ch = getopt(argc, argv, "pfFvc:q:i:o:O:P:")) != -1) {
118 switch (ch) {
/frameworks/av/services/audioflinger/tests/
H A Dtest-mixer.cpp107 for (int ch; (ch = getopt(argc, argv, "fmc:s:o:a:P:")) != -1;) {
108 switch (ch) {
/frameworks/av/tools/resampler_tools/
H A Dfir.cpp162 int ch; local
163 while ((ch = getopt(argc, argv, ":hds:c:n:f:l:m:b:p:v:z:D")) != -1) {
164 switch (ch) {
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java220 char ch;
231 ch = cs.charAt(i);
233 if((ch >= 0x1 && ch <= 0x8) || (ch >= 0xB && ch <= 0xC) || (ch >= 0xE && ch <= 0x1F) ||
234 (ch >= 0x7F && ch <
[all...]
/frameworks/base/
H A Dcompiled-classes-phone8113 sun.nio.ch.AbstractPollArrayWrapper
8114 sun.nio.ch.AbstractPollSelectorImpl
8115 sun.nio.ch.AllocatedNativeObject
8116 sun.nio.ch.ChannelInputStream
8117 sun.nio.ch.DatagramChannelImpl
8118 sun.nio.ch.DatagramDispatcher
8119 sun.nio.ch.DefaultSelectorProvider
8120 sun.nio.ch.DirectBuffer
8121 sun.nio.ch.FileChannelImpl
8122 sun.nio.ch
[all...]

Completed in 224 milliseconds

12345