OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h264bsdShowBits32
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_stream.h
60
u32
h264bsdShowBits32
(strmData_t *pStrmData);
h264bsd_stream.c
27
h264bsdShowBits32
80
out =
h264bsdShowBits32
(pStrmData) >> (32 - numBits);
95
Function:
h264bsdShowBits32
115
u32
h264bsdShowBits32
(strmData_t *pStrmData)
h264bsd_vlc.c
115
bits =
h264bsdShowBits32
(pStrmData);
166
bits =
h264bsdShowBits32
(pStrmData);
h264bsd_util.c
189
((
h264bsdShowBits32
(pStrmData)>>(32-bits)) != (1 << (bits-1))) )
h264bsd_vui.c
225
tmp =
h264bsdShowBits32
(pStrmData);
232
tmp =
h264bsdShowBits32
(pStrmData);
h264bsd_cavlc.c
327
value =
h264bsdShowBits32
(pStrmData); \
338
value =
h264bsdShowBits32
(pStrmData); \
359
value =
h264bsdShowBits32
(pStrmData); \
h264bsd_sei.c
878
pUserDataUnregistered->uuidIsoIec11578[i] =
h264bsdShowBits32
(pStrmData);
[
all
...]
h264bsd_macroblock_layer.c
400
value =
h264bsdShowBits32
(pStrmData);
[
all
...]
Completed in 42 milliseconds