Searched refs:byteStrm (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DEvaluationTestBench.c42 u8 *byteStrm; local
88 byteStrm = byteStrmStart = (u8 *)H264SwDecMalloc(sizeof(u8)*strmLen);
89 if (byteStrm == NULL)
96 fread(byteStrm, sizeof(u8), strmLen, finput);
H A Dh264bsd_decoder.h61 u32 h264bsdDecode(storage_t *pStorage, u8 *byteStrm, u32 len, u32 picId,
H A Dh264bsd_decoder.c131 byteStrm pointer to stream buffer given by application
151 u32 h264bsdDecode(storage_t *pStorage, u8 *byteStrm, u32 len, u32 picId, argument
169 ASSERT(byteStrm);
175 if (pStorage->prevBufNotFinished && byteStrm == pStorage->prevBufPointer)
184 tmp = h264bsdExtractNalUnit(byteStrm, len, &strm, readBytes);
193 pStorage->prevBufPointer = byteStrm;

Completed in 83 milliseconds