HomeSort by relevance Sort by last modified time
    Searched refs:m_width (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRAlignmentPatternFinder.cpp 38 m_width(width),
54 int32_t maxJ = startX + m_width;
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 260 int m_width; member in class:deqp::gles31::Functional::TextureBufferFormatCase
271 , m_width (width)
302 log << TestLog::Message << "Buffer texture, " << glu::getTextureFormatStr(m_format) << ", " << m_width
306 m_texture = new glu::TextureBuffer(m_renderCtx, m_format, m_width * fmt.getPixelSize());
324 RandomViewport viewport (m_renderCtx.getRenderTarget(), m_width, 1, deStringHash(getName()));
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 180 m_width = cinfo->image_width;
334 if( m_cinfo && m_jerr && m_width && m_height )
388 JPOOL_IMAGE, m_width*4, 1 );
396 icvCvt_RGB2BGR_8u_C3R( buffer[0], 0, data, 0, cvSize(m_width,1) );
398 icvCvt_CMYK2BGR_8u_C4C3R( buffer[0], 0, data, 0, cvSize(m_width,1) );
403 memcpy( data, buffer[0], m_width );
405 icvCvt_CMYK2Gray_8u_C4C1R( buffer[0], 0, data, 0, cvSize(m_width,1) );
854 m_width = lstrm.GetWord();
857 if( m_width == 0 || m_height == 0 || // DNL not supported
921 m_width = m_height = -1
    [all...]
grfmt_jpeg2000.cpp 118 m_width = jas_image_width( m_image );
  /external/opencv3/modules/imgcodecs/src/
grfmt_gdal.cpp 349 if( img.size().width != m_width ){
383 if( band->GetXSize() != m_width || band->GetYSize() != m_height ){ return false; }
450 m_width = m_dataset->GetRasterXSize();
grfmt_png.cpp 183 m_width = (int)wdth;
234 if( m_png_ptr && m_info_ptr && m_end_info && m_width && m_height )
  /external/opencv3/modules/videoio/src/
cap_mjpeg_decoder.cpp 374 uint32_t m_width; member in class:cv::AviMjpegStream
380 AviMjpegStream::AviMjpegStream(): m_stream_id(0), m_movi_start(0), m_movi_end(0), m_width(0), m_height(0), m_fps(0), m_is_indx_present(false)
396 return m_width;
556 m_width = avi_hdr.dwWidth;
cap_dshow.cpp     [all...]
  /external/deqp/framework/common/
tcuTexture.cpp     [all...]
tcuTexture.hpp 640 int getWidth (void) const { return m_width; }
660 int m_width; member in class:tcu::Texture1D
684 int getWidth (void) const { return m_width; }
710 int m_width; member in class:tcu::Texture2D
918 int m_width; member in class:tcu::Texture1DArray
978 int m_width; member in class:tcu::Texture2DArray
1077 int m_width; member in class:tcu::Texture3D
    [all...]
tcuCompressedTexture.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 109 int m_width; member in class:deqp::gles2::Functional::Texture2DMipmapCase
138 , m_width (width)
160 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
162 int numLevels = deLog2Floor32(de::max(m_width, m_height))+1;
770 int m_width; member in class:deqp::gles2::Functional::Texture2DGenMipmapCase
783 , m_width (width)
798 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
818 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1;
849 const int levelWidth = de::max(1, m_width >> levelNdx);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureShadowTests.cpp 171 const int m_width; member in class:deqp::gles3::Functional::Texture2DShadowCase
212 , m_width (width)
231 m_textures.push_back(new glu::Texture2D(m_context.getRenderContext(), m_format, m_width, m_height));
232 m_textures.push_back(new glu::Texture2D(m_context.getRenderContext(), m_format, m_width, m_height));
713 const int m_width; member in class:deqp::gles3::Functional::Texture2DArrayShadowCase
757 , m_width (width)
781 int numLevels = deLog2Floor32(de::max(m_width, m_height)) + 1;
784 m_gradientTex = new glu::Texture2DArray(m_context.getRenderContext(), m_format, m_width, m_height, m_numLayers);
785 m_gridTex = new glu::Texture2DArray(m_context.getRenderContext(), m_format, m_width, m_height, m_numLayers);
    [all...]
es3fFboColorbufferTests.cpp 105 , m_width (width)
130 glRenderbufferStorage(GL_RENDERBUFFER, m_format, m_width, m_height);
138 glViewport(0, 0, m_width, m_height);
165 int x = rnd.getInt(0, m_width - 1);
167 int w = rnd.getInt(1, m_width - x);
195 readPixels(dst, 0, 0, m_width, m_height, fboFormat, fmtInfo.lookupScale, fmtInfo.lookupBias);
200 const int m_width; member in class:deqp::gles3::Functional::FboColorClearCase
    [all...]
es3fTextureMipmapTests.cpp 158 int m_width; member in class:deqp::gles3::Functional::Texture2DMipmapCase
187 , m_width (width)
204 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
206 int numLevels = deLog2Floor32(de::max(m_width, m_height))+1;
809 int m_width; member in class:deqp::gles3::Functional::Texture2DGenMipmapCase
822 , m_width (width)
837 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
857 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1;
888 const int levelWidth = de::max(1, m_width >> levelNdx);
1108 int m_width; member in class:deqp::gles3::Functional::Texture3DMipmapCase
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 286 int getWidth (void) const { return m_width; }
296 int m_width; member in class:deqp::gls::TextureTestUtil::SurfaceAccess
302 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 108 int m_width; member in class:deqp::gles2::Accuracy::Texture2DMipmapCase
137 , m_width (width)
156 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
158 int numLevels = deLog2Floor32(de::max(m_width, m_height))+1;
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 105 int m_width; member in class:deqp::gles3::Accuracy::Texture2DMipmapCase
134 , m_width (width)
148 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
150 int numLevels = deLog2Floor32(de::max(m_width, m_height))+1;
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 42 m_framebuffer(VK_NULL_HANDLE), m_width(256.0), // default window width
246 m_width = width;
250 void VkRenderFramework::InitViewport() { InitViewport(m_width, m_height); }
307 img->init((uint32_t)m_width, (uint32_t)m_height,
313 img->init((uint32_t)m_width, (uint32_t)m_height,
381 fb_info.width = (uint32_t)m_width;
389 m_renderPassBeginInfo.renderArea.extent.width = (int32_t)m_width;
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 800 EGLint m_width; member in class:deqp::egl::GLES2ThreadTest::CreatePBufferSurface
809 , m_width (width)
821 EGL_WIDTH, m_width,
826 thread.newMessage() << "Begin -- eglCreatePbufferSurface(" << m_display << ", " << m_config << ", { EGL_WIDTH, " << m_width << ", EGL_HEIGHT, " << m_height << ", EGL_NONE })" << tcu::ThreadUtil::Message::End;
955 GLsizei m_width; member in class:deqp::egl::GLES2ThreadTest::TexImage2D
966 , m_width (width)
981 void* dummyData = thread.getDummyData(m_width*m_height*4);
987 thread.newMessage() << "Begin -- glTexImage2D(GL_TEXTURE_2D, " << m_level << ", " << m_internalFormat << ", " << m_width << ", " << m_height << ", 0, " << m_format << ", " << m_type << ", data)" << tcu::ThreadUtil::Message::End;
988 GLU_CHECK_GLW_CALL(thread.gl, texImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_width, m_height, 0, m_format, m_type, dummyData));
1007 GLsizei m_width; member in class:deqp::egl::GLES2ThreadTest::TexSubImage2D
1060 GLsizei m_width; member in class:deqp::egl::GLES2ThreadTest::CopyTexImage2D
1113 GLsizei m_width; member in class:deqp::egl::GLES2ThreadTest::CopyTexSubImage2D
1841 int m_width; member in class:deqp::egl::GLES2ThreadTest::ReadPixels
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 204 unsigned m_width; member in class:H264_Utils
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 209 unsigned m_width; member in class:H264_Utils
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 209 unsigned m_width; member in class:H264_Utils
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 209 unsigned m_width; member in class:H264_Utils
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 72 return width == m_Width && height == m_Height;
78 const int m_Width;
375 FX_DWORD m_width; member in class:CCodec_Jbig2Context

Completed in 2110 milliseconds

1 2 34 5