Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcanon_pp-dev.c137 static void convdata(unsigned char *srcbuffer, unsigned char *dstbuffer,
750 static void convdata(unsigned char *srcbuffer, unsigned char *dstbuffer, in convdata() argument
785 dstbuffer[count * 2] = HIGH_BYTE(k); in convdata()
786 dstbuffer[(count * 2) + 1] = LOW_BYTE(k); in convdata()
790 dstbuffer[count * 3 * 2] = HIGH_BYTE(k); in convdata()
791 dstbuffer[(count * 3 * 2) + 1] = LOW_BYTE(k); in convdata()

Completed in 3 milliseconds