Searched defs:pVars (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_get_main_data_size.cpp39 tmp3dec_file *pVars
117 tmp3dec_file *pVars)
132 pVars->predicted_frame_size = numBytes;
145 pVars->predicted_frame_size = numBytes;
160 pVars->predicted_frame_size++;
116 pvmp3_get_main_data_size(mp3Header *info, tmp3dec_file *pVars) argument
H A Dpvmp3_huffman_parsing.cpp46 tmp3dec_file *pVars, decoder state structure
127 tmp3dec_file *pVars,
141 tmp3Bits *pMainData = &pVars->mainDataStream;
185 h = &(pVars->ht[grInfo->table_select[0]]);
200 h = &(pVars->ht[grInfo->table_select[1]]);
215 h = &(pVars->ht[grInfo->table_select[2]]);
232 h = &(pVars->ht[grInfo->table_select[0]]);
246 h = &(pVars->ht[grInfo->table_select[1]]);
262 h = &(pVars->ht[grInfo->table_select[0]]);
281 h = &(pVars
125 pvmp3_huffman_parsing(int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS], granuleInfo *grInfo, tmp3dec_file *pVars, int32 part2_start, mp3Header *info) argument
[all...]
H A Dpvmp3_seek_synch.cpp136 tmp3dec_file *pVars; local
138 pVars = (tmp3dec_file *)pMem;
140 pVars->inputStream.pBuffer = pExt->pInputBuffer;
141 pVars->inputStream.usedBits = (pExt->inputBufferUsedLength << 3); // in bits
144 pVars->inputStream.inputBufferCurrentLength = (pExt->inputBufferCurrentLength); // in bits
146 err = pvmp3_header_sync(&pVars->inputStream);
153 uint32 temp = getNbits(&pVars->inputStream, 21);
155 pVars->inputStream.usedBits -= 21 + SYNC_WORD_LNGTH;
193 if (numBytes > (int32)pVars->inputStream.inputBufferCurrentLength)
199 else if (numBytes == (int32)pVars
[all...]
H A Dpvmp3_framedecoder.cpp168 tmp3dec_file *pVars = (tmp3dec_file *)pMem; local
173 pVars->inputStream.pBuffer = pExt->pInputBuffer;
176 pVars->inputStream.usedBits = pExt->inputBufferUsedLength << 3;
177 pVars->inputStream.inputBufferCurrentLength = pExt->inputBufferCurrentLength;
180 errorCode = pvmp3_decode_header(&pVars->inputStream,
190 pVars->num_channels = (info->mode == MPG_MD_MONO) ? 1 : 2;
191 pExt->num_channels = pVars->num_channels;
214 pChVars[ LEFT] = &pVars->perChan[ LEFT];
215 pChVars[RIGHT] = &pVars->perChan[RIGHT];
225 sent_crc = getUpTo17bits(&pVars
568 tmp3dec_file *pVars = (tmp3dec_file *)pMem; local
654 tmp3dec_file *pVars; local
766 tmp3dec_file *pVars; local
[all...]

Completed in 45 milliseconds