OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pInputStream
(Results
1 - 25
of
39
) sorted by null
1
2
/frameworks/base/media/libstagefright/codecs/aacdec/
byte_align.cpp
23
pInputStream
= pointer to a BITS structure that holds information
36
pInputStream
->usedBits is rounded up to a number that represents the next
86
BITS *
pInputStream
)
88
MODIFYING(
pInputStream
->usedBits =
pInputStream
->usedBits +
89
(
pInputStream
->usedBits + 7) % 8)
164
BITS *
pInputStream
)
172
*
pInputStream
->usedBits += (
pInputStream
->usedBits + 7) % 8
174
pInputStream
->usedBits += BYTE_ALIGN_ROUNDUP
[
all
...]
getfill.h
81
void getfill(BITS *
pInputStream
);
get_dse.h
82
BITS *
pInputStream
);
getfill.cpp
52
pInputStream
= pointer to structure BITS containing input stream
65
pInputStream
->usedBits is updated to the newly calculated value.
120
pInputStream
);
121
MODIFYING (
pInputStream
)
128
pInputStream
);
129
MODIFYING (
pInputStream
)
136
pInputStream
->usedBits += cnt * LEN_BYTE;
207
void getfill(BITS *
pInputStream
)
221
pInputStream
);
227
pInputStream
);
[
all
...]
get_dse.cpp
23
pInputStream
= pointer to a BITS structure that holds information
36
pInputStream
->usedBits is rounded up to a number that represents the next
86
BITS *
pInputStream
)
88
MODIFYING(
pInputStream
->usedBits =
pInputStream
->usedBits +
89
(
pInputStream
->usedBits + 7) % 8)
159
BITS *
pInputStream
)
173
get9_n_lessbits(LEN_TAG,
pInputStream
);
179
data_byte_align_flag = get1bits(
pInputStream
);
184
count = get9_n_lessbits(LEN_D_CNT,
pInputStream
);
[
all
...]
find_adts_syncword.cpp
29
if (
pInputStream
->usedBits <
30
(
pInputStream
->availableBits + syncword_length)
37
if ((Int)
pInputStream
->usedBits <
38
((Int)
pInputStream
->availableBits - syncword_length) )
49
pInputStream
= Pointer to a BITS structure, used by the function getbits
85
is set in the structure pointed to by
pInputStream
.
111
IF (
pInputStream
->usedBits <
112
(
pInputStream
->availableBits + syncword_length) )
114
max_search_length = (
pInputStream
->availableBits -
pInputStream
->usedBits)
[
all
...]
get_sbr_bitstream.cpp
137
void get_sbr_bitstream(SBRBITSTREAM *sbrBitStream, BITS *
pInputStream
)
148
count = get9_n_lessbits(LEN_F_CNT,
pInputStream
);
151
esc_count = get9_n_lessbits(LEN_F_ESC,
pInputStream
);
157
Extention_Type = get9_n_lessbits(LEN_F_CNT,
pInputStream
);
166
sbrBitStream->sbrElement[sbrBitStream->NrElements].Data[0] = (UChar) get9_n_lessbits(LEN_F_CNT,
pInputStream
);
169
sbrBitStream->sbrElement[sbrBitStream->NrElements].Data[i] = (UChar) get9_n_lessbits(8,
pInputStream
);
177
pInputStream
->usedBits += (count - 1) * LEN_BYTE;
178
pInputStream
->usedBits += 4; /* compenste for LEN_F_CNT (=4) bits read for Extention_Type */
get_ele_list.h
82
BITS *
pInputStream
,
get_pulse_data.h
89
BITS *
pInputStream
);
get_sbr_bitstream.h
115
BITS *
pInputStream
);
get_sign_bits.h
90
BITS *
pInputStream
,
get_adif_header.cpp
131
pInputStream
=
pInputStream
)
132
MODIFYING(
pInputStream
)
137
pInputStream
=
pInputStream
)
138
MODIFYING(
pInputStream
)
146
pInputStream
->usedBits -= (4 * LEN_BYTE);
152
pInputStream
=
pInputStream
)
153
MODIFYING(
pInputStream
)
[
all
...]
huffman.h
122
BITS *
pInputStream
);
125
BITS *
pInputStream
);
128
BITS *
pInputStream
);
131
BITS *
pInputStream
);
134
BITS *
pInputStream
);
137
BITS *
pInputStream
);
140
BITS *
pInputStream
);
143
BITS *
pInputStream
);
146
BITS *
pInputStream
);
149
BITS *
pInputStream
);
[
all
...]
get_prog_config.cpp
131
pInputStream
= &(pVars->inputStream);
136
pInputStream
=
pInputStream
)
137
MODIFYING(
pInputStream
)
142
pInputStream
=
pInputStream
)
143
MODIFYING(
pInputStream
)
148
pInputStream
=
pInputStream
)
149
MODIFYING(
pInputStream
)
[
all
...]
decode_huff_cw_binary.cpp
61
BITS *
pInputStream
= pointer to input bit stream
212
BITS *
pInputStream
)
219
pInputStream
);
222
pInputStream
->usedBits -= (11 - 1);
244
pInputStream
->usedBits -= (11 - (tab & MASK_LOW16));
250
BITS *
pInputStream
)
257
pInputStream
);
260
pInputStream
->usedBits -= (9 - 3); /* used 3 bits */
282
pInputStream
->usedBits -= (9 - (tab & MASK_LOW16));
288
BITS *
pInputStream
)
[
all
...]
get_ele_list.cpp
32
Description: Add own header file, make
pInputStream
second param for speed.
56
pInputStream
= pointer to a BITS structure, used by the function getbits
131
getbits(LEN_ELE_IS_CPE,
pInputStream
);
136
pElementList->ele_tag[index] = getbits(LEN_TAG,
pInputStream
);
215
BITS *
pInputStream
,
229
*pEleIsCPE++ = get1bits(/*LEN_ELE_IS_CPE, */
pInputStream
);
236
*pEleTag++ = get9_n_lessbits(LEN_TAG,
pInputStream
);
unpack_idx.h
91
BITS *
pInputStream
,
97
BITS *
pInputStream
,
103
BITS *
pInputStream
,
find_adts_syncword.h
80
BITS *
pInputStream
,
get_ga_specific_config.h
84
BITS *
pInputStream
,
ibstream.h
103
BITS *
pInputStream
);
lt_decode.h
26
Description: Changing to move
pInputStream
to 2nd parameter.
87
BITS *
pInputStream
,
getbits.h
100
BITS *
pInputStream
)
107
offset = (
pInputStream
->usedBits) >> INBUF_ARRAY_INDEX_SHIFT;
109
pElem =
pInputStream
->pBuffer + offset;
113
offset =
pInputStream
->inputBufferCurrentLength - offset;
155
bitIndex = (UInt)((
pInputStream
->usedBits) & INBUF_BIT_MODULO_MASK);
163
pInputStream
->usedBits += neededBits;
172
BITS *
pInputStream
)
179
offset = (
pInputStream
->usedBits) >> INBUF_ARRAY_INDEX_SHIFT;
181
pElem =
pInputStream
->pBuffer + offset;
184
returnValue = (offset <
pInputStream
->inputBufferCurrentLength) ? ((UInt) * (pElem)) : 0
[
all
...]
get_ics_info.cpp
57
pInputStream
= pointer to a BITS structure, used by the function getbits
114
pInputStream
contents are modified in such a way that the number of bits
194
pInputStream
=
pInputStream
)
195
MODIFYING(
pInputStream
)
206
pInputStream
=
pInputStream
)
207
MODIFYING(
pInputStream
)
212
pInputStream
=
pInputStream
)
[
all
...]