OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_current
(Results
1 - 9
of
9
) sorted by null
/external/opencv/
WLNonFileByteStream.cpp
21
m_start = m_end =
m_current
= 0;
39
m_current
= m_start;
57
m_current
= m_start;
73
*
m_current
++ = (uchar)val;
81
assert( data &&
m_current
&& count >= 0 );
85
int l = (int)(m_end -
m_current
);
92
memcpy(
m_current
, data, l );
93
m_current
+= l;
103
uchar *current =
m_current
;
109
m_current
= current + 2;
[
all
...]
WLNonFileByteStream.h
46
uchar*
m_current
;
member in class:WLNonFileByteStream
/external/opencv/otherlibs/highgui/
bitstrm.cpp
92
m_current
= m_end;
98
m_start = m_end =
m_current
= 0;
130
m_current
-= m_block_size;
133
if( readed == 0 ||
m_current
>= m_end )
173
m_start = m_end =
m_current
= 0;
197
if(
m_current
< m_end && block_pos == m_block_pos - m_block_size )
199
m_current
= m_start + offset;
204
m_current
= m_start + m_block_size + offset;
212
return m_block_pos - m_block_size + (int)(
m_current
- m_start);
218
m_current
+= bytes
[
all
...]
bitstrm.h
81
uchar*
m_current
;
member in class:RBaseStream
177
uchar*
m_current
;
member in class:WBaseStream
grfmt_jpeg.cpp
564
m_current
= m_start;
574
m_current
= m_end - 4;
[
all
...]
/external/deqp/modules/egl/
teglImageTests.cpp
253
,
m_current
(eglTestCtx.getLibrary(), m_display, m_surface->get(), m_surface->get(), *m_context)
269
ScopedCurrentContext
m_current
;
member in class:deqp::egl::Image::Context
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar
Completed in 819 milliseconds