OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_end
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libva/test/decode/
tinyjpeg-internal.h
102
const unsigned char *stream_begin, *
stream_end
,*stream_scan;
member in struct:jdec_private
tinyjpeg.c
391
while (!(*stream == 0xff && *(stream+1) == 0xd9 )&& stream<=priv->
stream_end
) //searching for the end of image marker
404
if(stream<=priv->
stream_end
)
428
while (!sos_marker_found && stream<=priv->
stream_end
)
547
priv->
stream_end
= priv->stream_begin + priv->stream_length;
Completed in 62 milliseconds