Searched defs:in_bytes (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/jni_jpegstream/src/
H A Djpegstream.cpp232 int8_t* in_bytes = static_cast<int8_t*>(in_buf); local
235 in_bytes += off;
241 written = w_ptr->write(in_bytes, in_len);
257 int8_t* in_bytes = static_cast<int8_t*>(in_buf); local
265 read = r_ptr->read(in_bytes, off, in_len);

Completed in 52 milliseconds