Searched defs:dstPitch (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/stub/ |
D | cuda.h | 127 gsize dstPitch; member
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | ETC_Decoder.cpp | 670 bool ETC_Decoder::Decode(const unsigned char *src, unsigned char *dst, int w, int h, int dstPitch, … in Decode()
|
D | Blitter.cpp | 2222 void Blitter::copy(const vk::Image *src, uint8_t *dst, unsigned int dstPitch) in copy()
|
D | BC_Decoder.cpp | 1662 bool BC_Decoder::Decode(const uint8_t *src, uint8_t *dst, int w, int h, int dstPitch, int dstBpp, i… in Decode()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.h | 426 int32_t dstPitch = 0; member
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | ETC_Decoder.cpp | 677 …gned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, In… in Decode()
|
D | Surface.cpp | 3452 int dstPitch = dst->getInternalPitchB(); in copyCubeEdge() local
|