HomeSort by relevance Sort by last modified time
    Searched full:m_stream (Results 1 - 25 of 50) sorted by null

1 2

  /external/lzma/CS/7zip/Common/
InBuffer.cs 11 System.IO.Stream m_Stream;
23 m_Stream = stream;
35 int aNumProcessedBytes = m_Stream.Read(m_Buffer, 0, (int)m_BufferSize);
45 // m_Stream.Close();
46 m_Stream = null;
60 // return (byte)m_Stream.ReadByte();
OutBuffer.cs 10 System.IO.Stream m_Stream;
19 public void SetStream(System.IO.Stream stream) { m_Stream = stream; }
20 public void FlushStream() { m_Stream.Flush(); }
21 public void CloseStream() { m_Stream.Close(); }
22 public void ReleaseStream() { m_Stream = null; }
41 m_Stream.Write(m_Buffer, 0, (int)m_Pos);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ServerConnection.cpp 59 m_stream(NULL),
69 delete m_stream;
80 if (m_stream != NULL) delete(m_stream);
90 m_stream = pipeStream;
113 m_stream = tcpStream;
116 m_glEnc = new GLEncoder(m_stream);
119 m_gl2Enc = new GL2Encoder(m_stream);
122 m_ut_enc = new ut_rendercontrol_encoder_context_t(m_stream);
ServerConnection.h 47 IOStream *m_stream; member in class:ServerConnection
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_enc.h 17 IOStream *m_stream; member in struct:gl_encoder_context_t
gl_enc.cpp 25 IOStream *stream = ctx->m_stream;
51 IOStream *stream = ctx->m_stream;
79 IOStream *stream = ctx->m_stream;
104 IOStream *stream = ctx->m_stream;
132 IOStream *stream = ctx->m_stream;
160 IOStream *stream = ctx->m_stream;
186 IOStream *stream = ctx->m_stream;
212 IOStream *stream = ctx->m_stream;
240 IOStream *stream = ctx->m_stream;
270 IOStream *stream = ctx->m_stream;
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_enc.h 18 IOStream *m_stream; member in struct:gl2_encoder_context_t
gl2_enc.cpp 25 IOStream *stream = ctx->m_stream;
50 IOStream *stream = ctx->m_stream;
76 IOStream *stream = ctx->m_stream;
105 IOStream *stream = ctx->m_stream;
131 IOStream *stream = ctx->m_stream;
157 IOStream *stream = ctx->m_stream;
183 IOStream *stream = ctx->m_stream;
209 IOStream *stream = ctx->m_stream;
237 IOStream *stream = ctx->m_stream;
262 IOStream *stream = ctx->m_stream;
    [all...]
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_enc.h 18 IOStream *m_stream; member in struct:renderControl_encoder_context_t
renderControl_enc.cpp 25 IOStream *stream = ctx->m_stream;
62 IOStream *stream = ctx->m_stream;
107 IOStream *stream = ctx->m_stream;
150 IOStream *stream = ctx->m_stream;
193 IOStream *stream = ctx->m_stream;
234 IOStream *stream = ctx->m_stream;
276 IOStream *stream = ctx->m_stream;
324 IOStream *stream = ctx->m_stream;
362 IOStream *stream = ctx->m_stream;
402 IOStream *stream = ctx->m_stream;
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
wrap_stringstream.hpp 56 wrapped_stream m_stream; member in class:boost::basic_wrap_stringstream
76 return m_stream;
96 m_str.assign( m_stream.str(), m_stream.pcount() );
97 m_stream.freeze( false );
99 m_str = m_stream.str();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
progress_monitor.ipp 45 : m_stream( runtime_config::log_sink() )
48 std::ostream* m_stream;
61 s_pm_impl().m_progress_display.reset( new progress_display( test_cases_amount, *s_pm_impl().m_stream ) );
97 s_pm_impl().m_stream = &ostr;
unit_test_log.ipp 89 : m_stream( runtime_config::log_sink() )
90 , m_stream_state_saver( new io_saver_type( *m_stream ) )
100 std::ostream* m_stream;
114 std::ostream& stream() { return *m_stream; }
385 s_log_impl().m_stream = &str;
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
HostConnection.h 40 if (m_stream) {
41 m_stream->flush();
54 IOStream *m_stream; member in class:HostConnection
HostConnection.cpp 32 m_stream(NULL),
42 delete m_stream;
78 con->m_stream = stream;
95 con->m_stream = stream;
100 (unsigned int *)con->m_stream->allocBuffer(sizeof(unsigned int));
102 con->m_stream->commitBuffer(sizeof(unsigned int));
114 m_glEnc = new GLEncoder(m_stream, checksumHelper());
124 m_gl2Enc = new GL2Encoder(m_stream, checksumHelper());
134 m_rcEnc = new renderControl_encoder_context_t(m_stream, checksumHelper());
  /external/deqp/framework/delibs/decpp/
deSha1.cpp 49 deSha1Stream_init(&m_stream);
54 deSha1Stream_process(&m_stream, size, data);
60 deSha1Stream_finalize(&m_stream, &hash);
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 80 mm_camera_stream_t *m_stream)
108 job.encode_job.main_dim.src_dim = m_stream->s_config.stream_info->dim;
109 job.encode_job.main_dim.dst_dim = m_stream->s_config.stream_info->dim;
112 job.encode_job.thumb_dim.src_dim = m_stream->s_config.stream_info->dim;
135 mm_camera_stream_t *m_stream,
155 encode_param.src_main_buf[0].offset = m_stream->offset;
166 encode_param.main_dim.src_dim = m_stream->s_config.stream_info->dim;
167 encode_param.main_dim.dst_dim = m_stream->s_config.stream_info->dim;
271 mm_camera_stream_t *m_stream = NULL; local
292 m_stream = &channel->streams[i]
340 mm_camera_stream_t *m_stream = NULL; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 80 mm_camera_stream_t *m_stream)
108 job.encode_job.main_dim.src_dim = m_stream->s_config.stream_info->dim;
109 job.encode_job.main_dim.dst_dim = m_stream->s_config.stream_info->dim;
112 job.encode_job.thumb_dim.src_dim = m_stream->s_config.stream_info->dim;
135 mm_camera_stream_t *m_stream,
155 encode_param.src_main_buf[0].offset = m_stream->offset;
166 encode_param.main_dim.src_dim = m_stream->s_config.stream_info->dim;
167 encode_param.main_dim.dst_dim = m_stream->s_config.stream_info->dim;
271 mm_camera_stream_t *m_stream = NULL; local
292 m_stream = &channel->streams[i]
340 mm_camera_stream_t *m_stream = NULL; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 80 mm_camera_stream_t *m_stream)
108 job.encode_job.main_dim.src_dim = m_stream->s_config.stream_info->dim;
109 job.encode_job.main_dim.dst_dim = m_stream->s_config.stream_info->dim;
112 job.encode_job.thumb_dim.src_dim = m_stream->s_config.stream_info->dim;
135 mm_camera_stream_t *m_stream,
155 encode_param.src_main_buf[0].offset = m_stream->offset;
166 encode_param.main_dim.src_dim = m_stream->s_config.stream_info->dim;
167 encode_param.main_dim.dst_dim = m_stream->s_config.stream_info->dim;
258 mm_camera_stream_t *m_stream = NULL; local
278 m_stream = &channel->streams[i]
324 mm_camera_stream_t *m_stream = NULL; local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 81 mm_camera_stream_t *m_stream)
109 job.encode_job.main_dim.src_dim = m_stream->s_config.stream_info->dim;
110 job.encode_job.main_dim.dst_dim = m_stream->s_config.stream_info->dim;
113 job.encode_job.thumb_dim.src_dim = m_stream->s_config.stream_info->dim;
136 mm_camera_stream_t *m_stream,
156 encode_param.src_main_buf[0].offset = m_stream->offset;
167 encode_param.main_dim.src_dim = m_stream->s_config.stream_info->dim;
168 encode_param.main_dim.dst_dim = m_stream->s_config.stream_info->dim;
273 mm_camera_stream_t *m_stream = NULL; local
294 m_stream = &channel->streams[i]
342 mm_camera_stream_t *m_stream = NULL; local
    [all...]
  /external/opencv3/modules/videoio/src/
cap_intelperc.cpp 22 return (m_device.IsValid() && m_stream.IsValid());
26 if (!m_stream.IsValid())
35 if (PXC_STATUS_NO_ERROR > m_stream->ReadStreamAsync(&m_pxcImage, &sp))
99 if (m_stream.IsValid())
100 m_stream->SetProfile(&m_profiles[m_profileIdx]);
167 sts = m_device->CreateStream<PXCCapture::VideoStream>(streamidx, &m_stream);
170 m_stream.ReleaseRef();
180 if (!m_stream.IsValid())
186 sts = m_stream->QueryProfile(profidx, &pinfo);
208 if (!m_stream.IsValid()
    [all...]
  /external/deqp/framework/common/
tcuThreadUtil.hpp 96 MessageBuilder (const MessageBuilder& other) : m_thread(other.m_thread), m_stream(other.m_stream.str()) {}
98 MessageBuilder& operator<< (const T& t) { m_stream << t; return *this; }
110 std::stringstream m_stream; member in class:tcu::ThreadUtil::MessageBuilder
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 80 m_stream = 0;
92 if( m_stream )
94 jas_stream_close( m_stream );
95 m_stream = 0;
113 m_stream = jas_stream_fopen( m_filename, "rb" );
114 if( m_stream )
116 m_image = jas_image_decode( m_stream, -1, 0 );
158 if( m_stream && m_image )
  /external/deqp/modules/glshared/
glsShaderRenderCase.hpp 61 const char* str (void) const { m_string = m_stream.str(); return m_string.c_str(); }
62 LineStream& operator<< (const char* line) { for (int i = 0; i < m_indent; i++) { m_stream << "\t"; } m_stream << line << "\n"; return *this; }
66 std::ostringstream m_stream; member in class:deqp::gls::LineStream
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 81 m_stream = 0;
97 if( m_stream )
99 jas_stream_close( (jas_stream_t*)m_stream );
100 m_stream = 0;
117 m_stream = stream;
160 jas_stream_t* stream = (jas_stream_t*)m_stream;

Completed in 5138 milliseconds

1 2