Home
last modified time | relevance | path

Searched refs:END_OF_STREAM (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/jni_jpegstream/src/
Dstream_wrapper.h35 const static int32_t END_OF_STREAM; variable
Dinputstream_wrapper.cpp42 if (bytesRead == END_OF_STREAM) { in read()
Dstream_wrapper.cpp19 const int32_t StreamWrapper::END_OF_STREAM = -1; member in StreamWrapper