Searched refs:mStream (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware/modules/camera/ |
D | Stream.cpp | 37 mStream(s), in Stream() 61 mStream->usage = usage; in setUsage() 71 mStream->max_buffers = max_buffers; in setMaxBuffers() 160 if (s != mStream) { in isValidReuseStream() 162 __func__, mId, s, mStream); in isValidReuseStream() 195 if (buf_set->stream != mStream) { in registerBuffers() 197 __func__, mId, buf_set->stream, mStream); in registerBuffers() 228 dprintf(fd, "Stream ID: %d (%p)\n", mId, mStream); in dump()
|
D | Stream.h | 59 camera3_stream_t *mStream; variable
|