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

  /device/samsung/crespo/libs3cjpeg/
JpegEncoder.cpp 390 memcpy(pCur, &tmp, NUM_SIZE);
391 pCur += NUM_SIZE;
393 LongerTagOffest += 8 + NUM_SIZE + tmp*IFD_SIZE + OFFSET_SIZE;
425 memcpy(pCur, &tmp , NUM_SIZE);
426 pCur += NUM_SIZE;
428 LongerTagOffest += NUM_SIZE + NUM_0TH_IFD_EXIF*IFD_SIZE + OFFSET_SIZE;
495 memcpy(pCur, &tmp, NUM_SIZE);
496 pCur += NUM_SIZE;
498 LongerTagOffest += NUM_SIZE + tmp*IFD_SIZE + OFFSET_SIZE;
553 memcpy(pCur, &tmp, NUM_SIZE);
    [all...]
Exif.h 29 #define NUM_SIZE 2

Completed in 23 milliseconds