OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pStrm
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_stream.c
120
u8 *
pStrm
;
128
pStrm
= pStrmData->pStrmCurrPos;
137
out = ((u32)
pStrm
[0] << 24) | ((u32)
pStrm
[1] << 16) |
138
((u32)
pStrm
[2] << 8) | ((u32)
pStrm
[3]);
142
u32 byte = (u32)
pStrm
[4];
153
out = (u32)(*
pStrm
++) << shift;
158
out |= (u32)(*
pStrm
++) << shift;
DecTestBench.c
40
u32 NextPacket(u8 **
pStrm
);
480
pStrm
stores pointer to the start of previous decoder input and is
486
u32 NextPacket(u8 **
pStrm
)
501
stream = *
pStrm
+ prevIndex;
567
*
pStrm
= stream;
Completed in 32 milliseconds