Home
last modified time | relevance | path

Searched refs:dStride (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcrystalhd.c449 int dStride; in copy_frame() local
507 dStride = frame->linesize[0]; in copy_frame()
535 memcpy(&(dst[dY * dStride]), &(src[sY * sStride]), bwidth); in copy_frame()
539 av_image_copy_plane(dst, dStride, src, sStride, bwidth, height); in copy_frame()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBuffer.cpp167 const int dStride = state.destStride; in copyRoutine() local
179 Pointer<Byte> d = dst + y * dStride; in copyRoutine()
508 Pointer<Byte> d = dst + y * dStride + x0 * dBytes; in copyRoutine()

Completed in 3 milliseconds