OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_planes
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.cpp
210
m_planes
[i] = 0;
218
m_planes
[i] = planes[i];
226
return
m_planes
[i];
ImageDecoder.h
60
void*
m_planes
[3];
member in class:blink::ImagePlanes
/external/opencv/otherlibs/highgui/
grfmt_jpeg.h
123
int
m_planes
; // 3 (YCrCb) or 1 (Gray)
member in class:GrFmtJpegReader
grfmt_jpeg.cpp
777
m_planes
= -1;
855
m_planes
= lstrm.GetByte();
858
(
m_planes
!= 1 &&
m_planes
!= 3)) goto parsing_end;
860
m_iscolor =
m_planes
== 3;
864
for( i = 0; i <
m_planes
; i++ )
868
if( idx < 1 || idx >
m_planes
) // wrong index
1049
if( ns !=
m_planes
) goto decoding_end;
1053
if( c < 0 ||
m_planes
<= c )
1119
assert( ns ==
m_planes
&& m_ss == 0 && m_se == 63 &
[
all
...]
Completed in 59 milliseconds