Searched refs:StreamWrapper (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/jni_jpegstream/src/
H A Dstream_wrapper.cpp19 const int32_t StreamWrapper::END_OF_STREAM = -1;
20 const int32_t StreamWrapper::DEFAULT_BUFFER_SIZE = 1 << 16; // 64Kb
22 StreamWrapper::StreamWrapper() : mEnv(NULL), function in class:StreamWrapper
28 StreamWrapper::~StreamWrapper() {
32 void StreamWrapper::updateEnv(JNIEnv *env) {
34 LOGE("Cannot update StreamWrapper with a null JNIEnv pointer!");
40 bool StreamWrapper::init(JNIEnv *env, jobject stream) {
42 LOGW("StreamWrapper alread
[all...]
H A Dstream_wrapper.h24 class StreamWrapper { class
26 StreamWrapper();
27 virtual ~StreamWrapper();
H A Doutputstream_wrapper.h25 class OutputStreamWrapper : public StreamWrapper {
H A Dinputstream_wrapper.h25 class InputStreamWrapper : public StreamWrapper {

Completed in 60 milliseconds