Searched refs:byteStrm (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | EvaluationTestBench.c | 42 u8 *byteStrm; in main() local 88 byteStrm = byteStrmStart = (u8 *)H264SwDecMalloc(sizeof(u8)*strmLen); in main() 89 if (byteStrm == NULL) in main() 96 fread(byteStrm, sizeof(u8), strmLen, finput); in main()
|
D | h264bsd_decoder.c | 151 u32 h264bsdDecode(storage_t *pStorage, u8 *byteStrm, u32 len, u32 picId, in h264bsdDecode() argument 169 ASSERT(byteStrm); in h264bsdDecode() 175 if (pStorage->prevBufNotFinished && byteStrm == pStorage->prevBufPointer) in h264bsdDecode() 184 tmp = h264bsdExtractNalUnit(byteStrm, len, &strm, readBytes); in h264bsdDecode() 193 pStorage->prevBufPointer = byteStrm; in h264bsdDecode()
|
D | h264bsd_decoder.h | 61 u32 h264bsdDecode(storage_t *pStorage, u8 *byteStrm, u32 len, u32 picId,
|