OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pVars
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_get_main_data_size.h
90
tmp3dec_file *
pVars
);
pvmp3_framedecoder.cpp
168
tmp3dec_file *
pVars
= (tmp3dec_file *)pMem;
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
->inputStream, 16)
[
all
...]
pvmp3_get_main_data_size.cpp
39
tmp3dec_file *
pVars
117
tmp3dec_file *
pVars
)
132
pVars
->predicted_frame_size = numBytes;
145
pVars
->predicted_frame_size = numBytes;
160
pVars
->predicted_frame_size++;
pvmp3_seek_synch.cpp
136
tmp3dec_file *
pVars
;
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
->inputStream.inputBufferCurrentLength
[
all
...]
pvmp3_huffman_parsing.cpp
46
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
->ht[grInfo->count1table_select+32])
[
all
...]
pv_mp3_huffman.h
86
tmp3dec_file *
pVars
,
Completed in 862 milliseconds