Home
last modified time | relevance | path

Searched refs:tbuf (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_luv.c211 tp = (int16*) sp->tbuf; in LogL16Decode()
284 tp = (uint32 *) sp->tbuf; in LogLuvDecode24()
345 tp = (uint32*) sp->tbuf; in LogLuvDecode32()
459 tp = (int16*) sp->tbuf; in LogL16Encode()
552 tp = (uint32*) sp->tbuf; in LogLuvEncode24()
610 tp = (uint32*) sp->tbuf; in LogLuvEncode32()
784 int16* l16 = (int16*) sp->tbuf; in L16toY()
794 int16* l16 = (int16*) sp->tbuf; in L16toGry()
806 int16* l16 = (int16*) sp->tbuf; in L16fromY()
1606 if (sp->tbuf) in LogLuvCleanup()
[all …]
A Dtif_pixarlog.c463 uint16 *tbuf; member
704 sp->tbuf = (uint16 *) _TIFFmalloc(tbuf_size); in PixarLogSetupDecode()
705 if (sp->tbuf == NULL) in PixarLogSetupDecode()
711 _TIFFfree(sp->tbuf); in PixarLogSetupDecode()
712 sp->tbuf = NULL; in PixarLogSetupDecode()
721 _TIFFfree(sp->tbuf); in PixarLogSetupDecode()
722 sp->tbuf = NULL; in PixarLogSetupDecode()
844 up = sp->tbuf; in PixarLogDecode()
923 if (sp->tbuf == NULL) in PixarLogSetupEncode()
1309 if (sp->tbuf) in PixarLogCleanup()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dnfc_api.c180 int nfc_cache_write(nfctag_t *obj, uint32_t *tbuf, unsigned int spage, unsigned int pg_num) in nfc_cache_write() argument
193 A2NWriteCatch (&obj->NFCAdapter, (spage+pg_offset), 4, (u32*)(&tbuf[pg_offset])); in nfc_cache_write()
199 A2NWriteCatch (&obj->NFCAdapter, (spage+pg_offset), 1, (u32*)(&tbuf[pg_offset])); in nfc_cache_write()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal_ext/
A Dnfc_api.h57 int nfc_cache_write(nfctag_t *obj, uint32_t *tbuf, unsigned int spage, unsigned int pg_num);
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Deap.c318 char tbuf[9]; in pncrypt_setkey() local
329 strftime(tbuf, sizeof (tbuf), "%Y%m%d", tp); in pncrypt_setkey()
330 SHA1Update(&ctxt, tbuf, strlen(tbuf)); in pncrypt_setkey()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngwrite.c487 struct tm *tbuf; in png_convert_from_time_t() local
491 tbuf = gmtime(&ttime); in png_convert_from_time_t()
492 png_convert_from_struct_tm(ptime, tbuf); in png_convert_from_time_t()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog2211 (to enlarge tbuf for possible partial stride at end) so that
2314 * libtiff/tif_pixarlog.c: Make sure tbuf is large enough for one

Completed in 31 milliseconds