HomeSort by relevance Sort by last modified time
    Searched refs:m_width (Results 26 - 50 of 95) sorted by null

12 3 4

  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_VideoPreProcessing.c 172 Params.m_inputSize.m_width = pC->pPreResizeFrame->u_width;
173 Params.m_outputSize.m_width = pPlaneOut->u_width;
239 //Params.m_inputSize.m_height < Params.m_inputSize.m_width)
242 Params.m_outputSize.m_width = pPlaneOut->u_width;
269 Params.m_outputSize.m_width =
276 Params.m_outputSize.m_width)>>1));
277 pImagePlanesTemp[0].u_width = Params.m_outputSize.m_width;
280 (Params.m_outputSize.m_width>>1)))>>1);
281 pImagePlanesTemp[1].u_width = Params.m_outputSize.m_width>>1;
284 (Params.m_outputSize.m_width>>1)))>>1)
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_pxm.cpp 166 m_width = ReadNumber( m_strm, INT_MAX );
177 if( m_width > 0 && m_height > 0 && m_maxval > 0 && m_maxval < (1 << 16))
189 m_width = m_height = -1;
205 int src_pitch = (m_width*m_bpp*m_bit_depth/8 + 7)/8;
207 int width3 = m_width*nch;
242 for( x = 0; x < m_width; x++ )
246 FillColorRow8( data, src, m_width, palette );
248 FillGrayRow8( data, src, m_width, gray_palette );
258 FillColorRow1( data, src, m_width, palette );
260 FillGrayRow1( data, src, m_width, gray_palette )
    [all...]
grfmt_sunras.cpp 103 m_width = m_strm.GetDWord();
113 if( m_width > 0 && m_height > 0 &&
166 m_width = m_height = -1;
182 int src_pitch = ((m_width*m_bpp + 7)/8 + 1) & -2;
184 int width3 = m_width*nch;
193 if( m_width*3 + 32 > buffer_size )
194 bgr = new uchar[m_width*3 + 32];
213 FillColorRow1( data, src, m_width, m_palette );
215 FillGrayRow1( data, src, m_width, gray_palette );
221 uchar* line_end = src + (m_width*m_bpp + 7)/8
    [all...]
grfmt_bmp.cpp 108 m_width = m_strm.GetDWord();
116 if( m_width > 0 && m_height > 0 &&
151 m_width = m_strm.GetWord();
156 if( m_width > 0 && m_height > 0 &&
180 m_width = m_height = -1;
196 int src_pitch = ((m_width*(m_bpp != 15 ? m_bpp : 16) + 7)/8 + 3) & -4;
198 int width3 = m_width*nch;
216 if( m_width*3 + 32 > buffer_size ) bgr = new uchar[m_width*3 + 32];
230 FillColorRow1( color ? data : bgr, src, m_width, m_palette )
    [all...]
grfmt_tiff.cpp 150 m_width = width;
172 if( m_tif && m_width && m_height )
175 int tile_width0 = m_width, tile_height0 = 0;
186 tile_width0 = m_width;
200 for( x = 0; x < m_width; x += tile_width0 )
204 if( x + tile_width > m_width )
205 tile_width = m_width - x;
369 m_width = -1;
411 m_width = value;
501 if( m_width > 0 && m_height > 0 && m_strips > 0 &
    [all...]
grfmt_base.h 70 int GetWidth() { return m_width; };
84 int m_width; // width of the image ( filled by ReadHeader ) member in class:GrFmtReader
grfmt_imageio.cpp 112 m_width = CGImageGetWidth( imageRef );
158 bitmap = (uchar*)malloc( bpp * m_height * m_width );
166 m_width, /* width */
169 bpp * m_width, /* bytes per row */
181 CGRect rect = {{0,0},{m_width,m_height}};
203 for (int x = 0; x < m_width; x++)
220 memcpy (data + y * step, bitmap + y * m_width, m_width);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
PictureLayerContent.h 59 virtual int width() { return m_width; }
70 int m_width; member in class:WebCore::LegacyPictureLayerContent
  /external/webkit/Source/WebCore/rendering/style/
StyleBoxData.h 46 Length width() const { return m_width; }
68 Length m_width; member in class:WebCore::StyleBoxData
StyleMultiColData.h 56 float m_width; member in class:WebCore::StyleMultiColData
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPbufferSurface.cpp 22 m_width = val;
54 *val = m_width;
EglSurface.h 41 void setDim(int width,int height){ m_width = width; m_height = height;};
59 m_width(width),
69 EGLint m_width; member in class:EglSurface
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h 32 GLuint getWidth() const { return m_width; }
52 GLuint m_width; member in class:ColorBuffer
WindowSurface.cpp 35 m_width(0),
73 win->m_width = p_width;
107 if (cbWidth != m_width || cbHeight != m_height) {
114 m_width = cbWidth;
145 if (!m_width && !m_height) return;
147 if (m_attachedColorBuffer->getWidth() != m_width ||
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderbuffer.cpp 45 , m_width(0)
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TextureInfo.h 58 int32_t m_width; member in class:WebCore::TextureInfo
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextMetrics.cpp 31 : m_width(0)
50 m_width = scaledFont.width(run, extraCharsAvailable, length, m_glyph.name) / scalingFactor;
62 return m_width == other.m_width
  /external/webkit/Source/WebCore/svg/
PatternAttributes.h 35 , m_width()
57 SVGLength width() const { return m_width; }
80 m_width = value;
141 SVGLength m_width; member in struct:WebCore::PatternAttributes
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 82 float m_width; member in class:WebCore::TextRunComponent
97 m_width = it.m_runWidthSoFar;
105 m_width = s * font.primaryFont()->widthForGlyph(' ');
134 offset += add + letterSpacing + components->last().m_width;
148 offset += components->last().m_width + letterSpacing;
156 offset += wordSpacing + add + components->last().m_width + letterSpacing;
164 offset += components->last().m_width + letterSpacing;
172 offset += components->last().m_width;
183 offset += components->last().m_width;
192 offset += add + components->last().m_width;
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
ImageDiff.cpp 71 : m_width(0)
75 : m_width(image.m_width)
79 bool hasImage() const { return m_width > 0 && m_height > 0; }
80 int width() const { return m_width; }
95 if (!webkit_support::DecodePNG(source.get(), byteLength, &m_data, &m_width, &m_height)) {
119 if (!webkit_support::DecodePNG(&compressed[0], compressed.size(), &m_data, &m_width, &m_height)) {
128 m_width = m_height = 0;
135 ASSERT(x >= 0 && x < m_width);
137 return *reinterpret_cast<const uint32_t*>(&(m_data[(y * m_width + x) * 4]))
150 int m_width, m_height; member in class:Image
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.h 58 size_t m_width; member in class:QTDecompressionSession
QTMovieGWorld.cpp 87 int m_width; member in class:QTMovieGWorldPrivate
112 , m_width(0)
178 if (!m_height || !m_width)
185 else if (m_gWorld && (m_width > m_gWorldWidth || m_height > m_gWorldHeight)) {
198 m_gWorldWidth = max(cGWorldMinWidth, m_width);
210 bounds.right = m_width;
236 if (m_width == width && m_height == height)
238 m_width = width;
262 bounds.right = m_width;
346 width = m_private->m_width;
    [all...]
QTDecompressionSession.cpp 54 , m_width(width)
110 (**description).width = m_width;
148 && inBuffer.width() == m_width
  /external/clang/test/SemaCXX/
invalid-member-expr.cpp 52 Length m_width; member in struct:rdar11293995::LengthSize
  /frameworks/av/libvideoeditor/vss/common/inc/
M4AIR_API.h 74 M4OSA_UInt32 m_width; /**< Width */ member in struct:__anon18794

Completed in 509 milliseconds

12 3 4