HomeSort by relevance Sort by last modified time
    Searched refs:RowPitch (Results 1 - 17 of 17) sorted by null

  /external/dng_sdk/source/
dng_misc_opcodes.cpp 419 (overlap.H () + fAreaSpec.RowPitch () - 1) / fAreaSpec.RowPitch (),
422 fAreaSpec.RowPitch () * buffer.RowStep (),
640 for (int32 row = overlap.t; row < overlap.b; row += fAreaSpec.RowPitch ())
865 fAreaSpec.RowPitch ());
916 fAreaSpec.RowPitch ());
1004 fAreaSpec.RowPitch ());
1006 for (int32 row = overlap.t; row < overlap.b; row += fAreaSpec.RowPitch ())
1198 uint32 rows = (overlap.H () + fAreaSpec.RowPitch () - 1) /
1199 fAreaSpec.RowPitch ();
    [all...]
dng_misc_opcodes.h 88 uint32 rowPitch = 1,
94 , fRowPitch (rowPitch)
123 const uint32 RowPitch () const
dng_gain_map.cpp 567 for (int32 row = overlap.t; row < overlap.b; row += fAreaSpec.RowPitch ())
  /external/opencv3/samples/directx/
d3d10_interop.cpp 149 cv::Mat m(m_height, m_width, CV_8UC4, mappedTex.pData, (int)mappedTex.RowPitch);
196 cv::Mat m(m_height, m_width, CV_8UC4, mappedTex.pData, (int)mappedTex.RowPitch);
267 cv::Mat m(m_height, m_width, CV_8UC4, mappedTex.pData, (int)mappedTex.RowPitch);
d3d11_interop.cpp 153 cv::Mat m(m_height, m_width, CV_8UC4, mappedTex.pData, (int)mappedTex.RowPitch);
200 cv::Mat m(m_height, m_width, CV_8UC4, mappedTex.pData, (int)mappedTex.RowPitch);
271 cv::Mat m(m_height, m_width, CV_8UC4, mappedTex.pData, (int)mappedTex.RowPitch);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 471 out_mapped_subresource->RowPitch = msr.RowPitch;
501 out_mapped_subresource->RowPitch = msr.RowPitch;
582 out_locked_rect->Pitch = d3d_mapped.RowPitch;
d3d11_context.h     [all...]
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
QuadRenderer.cpp 69 memcpy(mappedData + (i*mappedResource.RowPitch), buffer + (i*nRowSpan), nRowSpan);
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
CubeRenderer.cpp 70 memcpy(mappedData + (i*mappedResource.RowPitch), buffer + (i*nRowSpan), nRowSpan);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl     [all...]
d3d11.idl 715 UINT RowPitch;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.idl     [all...]
d3d8types.h     [all...]
d3d9types.h     [all...]
d3d11.idl 295 UINT RowPitch;
    [all...]
d3d10.h     [all...]
d3d11.h 416 UINT RowPitch;
    [all...]

Completed in 1593 milliseconds