/external/skia/tests/ |
BitmapCopyTest.cpp | 408 // ing when src and dst mave possibly different strides.
|
/external/webp/include/webp/ |
encode.h | 296 int y_stride, uv_stride; // luma/chroma strides.
|
/external/webp/src/enc/ |
vp8enci.h | 279 int y_stride_, uv_stride_; // respective strides
|
/external/webp/src/webp/ |
encode.h | 296 int y_stride, uv_stride; // luma/chroma strides.
|
/frameworks/base/media/java/android/media/ |
ImageWriter.java | 232 * (size, format, strides, etc.) must be the same as the properties of the
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
vp8_dx_iface.c | 289 /** vpx_img_wrap() doesn't allow specifying independent strides for
|
/hardware/intel/img/psb_video/src/ |
tng_hostdefs.h | 607 IMG_UINT32 ui32PicRowStride; //!< Strides of source Y data and chroma data [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
langhooks.h | 121 for the debugger about the array bounds, strides, etc. */
|
/external/deqp/framework/opengl/wrapper/ |
glwApi.inl | [all...] |
glwFunctionTypes.inl | 34 typedef GLW_APICALL void (GLW_APIENTRY* glBindVertexBuffersFunc) (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides); [all...] |
glwImpl.inl | 231 void glwBindVertexBuffers (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) 236 gl->bindVertexBuffers(first, count, buffers, offsets, strides); [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_gen_mipmap.c | [all...] |
/frameworks/base/core/jni/ |
android_hardware_camera2_DngCreator.cpp | 648 "Per-pixel strides are not supported for RAW16 -- pixels must be contiguous"); 740 "Per-pixel strides are not supported for RAW16 -- pixels must be contiguous"); [all...] |
/external/eigen/doc/ |
QuickReference.dox | 304 <td>Typical usage \n of strides</td>
|
/external/libavc/decoder/ |
ih264d_structs.h | 248 WORD8 i1_dma_ht; /** Number of strides */ [all...] |
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
ivchain-ARM.ll | 75 ; complete chain with multiple strides. The test case IR is what LSR
|
/external/mesa3d/src/egl/drivers/dri2/ |
egl_dri2.c | [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_texture.c | 104 * Just compute row strides here. Storage is allocated on demand later. [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_render.c | 365 /* Calculate the vertex size, offsets, strides etc. and map the buffers. */ [all...] |
/external/zopfli/src/zopfli/ |
deflate.c | 448 /* All interesting strides have a count of at least 4,
|
/external/deqp/modules/gles31/functional/ |
es31fDrawTests.cpp | [all...] |
es31fShaderIntegerFunctionTests.cpp | 246 // Uses planar layout as input/output specs do not support strides. [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolution.cpp | [all...] |
/external/deqp/framework/opengl/ |
gluCallLogWrapper.inl | 203 void CallLogWrapper::glBindVertexBuffers (glw::GLuint first, glw::GLsizei count, const glw::GLuint *buffers, const glw::GLintptr *offsets, const glw::GLsizei *strides) 206 m_log << TestLog::Message << "glBindVertexBuffers(" << first << ", " << count << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(buffers))) << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(offsets))) << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(strides))) << ");" << TestLog::EndMessage; 207 m_gl.bindVertexBuffers(first, count, buffers, offsets, strides); [all...] |
/external/aac/libSBRdec/src/ |
sbrdecoder.cpp | [all...] |