Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsanm.c1373 ptrdiff_t dstpitch, srcpitch = ctx->pitch * (hdr ? sizeof(ctx->frm0[0]) : 1); in copy_output() local
1382 memcpy(dst, src, srcpitch); in copy_output()
1383 src += srcpitch; in copy_output()

Completed in 4 milliseconds