OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h264bsdGetBits
(Results
1 - 11
of
11
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_vui.c
95
tmp =
h264bsdGetBits
(pStrmData, 1);
103
tmp =
h264bsdGetBits
(pStrmData, 8);
110
tmp =
h264bsdGetBits
(pStrmData, 16);
115
tmp =
h264bsdGetBits
(pStrmData, 16);
122
tmp =
h264bsdGetBits
(pStrmData, 1);
130
tmp =
h264bsdGetBits
(pStrmData, 1);
137
tmp =
h264bsdGetBits
(pStrmData, 1);
145
tmp =
h264bsdGetBits
(pStrmData, 3);
150
tmp =
h264bsdGetBits
(pStrmData, 1);
156
tmp =
h264bsdGetBits
(pStrmData, 1)
[
all
...]
h264bsd_nal_unit.c
82
tmp =
h264bsdGetBits
(pStrmData, 1);
88
tmp =
h264bsdGetBits
(pStrmData, 2);
91
tmp =
h264bsdGetBits
(pStrmData, 5);
h264bsd_stream.h
58
u32
h264bsdGetBits
(strmData_t *pStrmData, u32 numBits);
h264bsd_sei.c
200
while((tmp =
h264bsdGetBits
(pStrmData, 8)) == 0xFF)
209
while((tmp =
h264bsdGetBits
(pStrmData, 8)) == 0xFF)
368
if (
h264bsdGetBits
(pStrmData, 1) != 1)
372
if (
h264bsdGetBits
(pStrmData, 1) != 0)
427
tmp =
h264bsdGetBits
(pStrmData, initialCpbRemovalDelayLength);
434
tmp =
h264bsdGetBits
(pStrmData, initialCpbRemovalDelayLength);
445
tmp =
h264bsdGetBits
(pStrmData, initialCpbRemovalDelayLength);
450
tmp =
h264bsdGetBits
(pStrmData, initialCpbRemovalDelayLength);
497
tmp =
h264bsdGetBits
(pStrmData, cpbRemovalDelayLength);
502
tmp =
h264bsdGetBits
(pStrmData, dpbOutputDelayLength)
[
all
...]
h264bsd_seq_param_set.c
98
tmp =
h264bsdGetBits
(pStrmData, 8);
108
tmp =
h264bsdGetBits
(pStrmData, 1);
110
tmp =
h264bsdGetBits
(pStrmData, 1);
112
tmp =
h264bsdGetBits
(pStrmData, 1);
118
tmp =
h264bsdGetBits
(pStrmData, 5);
122
tmp =
h264bsdGetBits
(pStrmData, 8);
176
tmp =
h264bsdGetBits
(pStrmData, 1);
234
tmp =
h264bsdGetBits
(pStrmData, 1);
251
tmp =
h264bsdGetBits
(pStrmData, 1);
261
tmp =
h264bsdGetBits
(pStrmData, 1)
[
all
...]
h264bsd_pic_param_set.c
126
tmp =
h264bsdGetBits
(pStrmData, 1);
133
tmp =
h264bsdGetBits
(pStrmData, 1);
203
tmp =
h264bsdGetBits
(pStrmData, 1);
232
pPicParamSet->sliceGroupId[i] =
h264bsdGetBits
(pStrmData, tmp);
265
tmp =
h264bsdGetBits
(pStrmData, 1);
273
tmp =
h264bsdGetBits
(pStrmData, 2);
311
tmp =
h264bsdGetBits
(pStrmData, 1);
317
tmp =
h264bsdGetBits
(pStrmData, 1);
323
tmp =
h264bsdGetBits
(pStrmData, 1);
h264bsd_vlc.c
161
bits =
h264bsdGetBits
(pStrmData, 1);
165
/* cannot use
h264bsdGetBits
, limited to 31 bits */
189
bits =
h264bsdGetBits
(pStrmData, numZeros);
342
from the stream with
h264bsdGetBits
and mapping this to decoded
382
*value =
h264bsdGetBits
(pStrmData,1);
h264bsd_slice_header.c
162
tmp =
h264bsdGetBits
(pStrmData, i);
193
tmp =
h264bsdGetBits
(pStrmData, i);
262
tmp =
h264bsdGetBits
(pStrmData, 1);
368
value =
h264bsdGetBits
(pStrmData, tmp);
487
tmp =
h264bsdGetBits
(pStrmData, 1);
596
tmp =
h264bsdGetBits
(pStrmData, 1);
601
tmp =
h264bsdGetBits
(pStrmData, 1);
613
tmp =
h264bsdGetBits
(pStrmData, 1);
834
tmp =
h264bsdGetBits
(tmpStrmData, i);
915
tmp =
h264bsdGetBits
(tmpStrmData, i)
[
all
...]
h264bsd_stream.c
26
h264bsdGetBits
54
Function:
h264bsdGetBits
72
u32
h264bsdGetBits
(strmData_t *pStrmData, u32 numBits)
h264bsd_util.c
138
stuffing =
h264bsdGetBits
(pStrmData, stuffingLength);
h264bsd_macroblock_layer.c
176
tmp =
h264bsdGetBits
(pStrmData, 1);
184
value =
h264bsdGetBits
(pStrmData, 8);
[
all
...]
Completed in 1989 milliseconds