Searched refs:tmpbufsize (Results 1 – 7 of 7) sorted by relevance
/third_party/alsa-lib/src/seq/ |
D | seq_local.h | 92 size_t tmpbufsize; /* size of errbuf */ member
|
D | seq.c | 3958 seq->tmpbufsize = size; in alloc_tmpbuf() 3960 seq->tmpbufsize = DEFAULT_TMPBUF_SIZE; in alloc_tmpbuf() 3961 seq->tmpbuf = malloc(seq->tmpbufsize * sizeof(snd_seq_event_t)); in alloc_tmpbuf() 3964 } else if (len > seq->tmpbufsize) { in alloc_tmpbuf() 3968 seq->tmpbufsize = size; in alloc_tmpbuf()
|
D | seq_hw.c | 518 seq->tmpbufsize = 0; in snd_seq_hw_open()
|
/third_party/glib/glib/ |
D | gdate.c | 2644 gsize tmpbufsize; in g_date_strftime() local 2678 tmpbufsize = MAX (128, locale_format_len * 2); in g_date_strftime() 2681 tmpbuf = g_malloc (tmpbufsize); in g_date_strftime() 2687 tmplen = strftime (tmpbuf, tmpbufsize, locale_format, &tm); in g_date_strftime() 2692 tmpbufsize *= 2; in g_date_strftime() 2694 if (tmpbufsize > 65536) in g_date_strftime()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg.c | 981 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjCompressFromYUVPlanes() local 1036 tmpbufsize += iw[i] * th[i]; in tjCompressFromYUVPlanes() 1046 if ((_tmpbuf = (JSAMPLE *)malloc(sizeof(JSAMPLE) * tmpbufsize)) == NULL) in tjCompressFromYUVPlanes() 1624 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjDecompressToYUVPlanes() local 1707 tmpbufsize += iw[i] * th[i]; in tjDecompressToYUVPlanes() 1717 if ((_tmpbuf = (JSAMPLE *)malloc(sizeof(JSAMPLE) * tmpbufsize)) == NULL) in tjDecompressToYUVPlanes()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg.c | 921 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjCompressFromYUVPlanes() local 977 tmpbufsize += iw[i] * th[i]; in tjCompressFromYUVPlanes() 987 if ((_tmpbuf = (JSAMPLE *)malloc(sizeof(JSAMPLE) * tmpbufsize)) == NULL) in tjCompressFromYUVPlanes() 1550 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjDecompressToYUVPlanes() local 1626 tmpbufsize += iw[i] * th[i]; in tjDecompressToYUVPlanes() 1636 if ((_tmpbuf = (JSAMPLE *)malloc(sizeof(JSAMPLE) * tmpbufsize)) == NULL) in tjDecompressToYUVPlanes()
|
/third_party/libjpeg-turbo/ |
D | turbojpeg.c | 950 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjCompressFromYUVPlanes() local 1006 tmpbufsize += iw[i] * th[i]; in tjCompressFromYUVPlanes() 1016 if ((_tmpbuf = (JSAMPLE *)malloc(sizeof(JSAMPLE) * tmpbufsize)) == NULL) in tjCompressFromYUVPlanes() 1582 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjDecompressToYUVPlanes() local 1656 tmpbufsize += iw[i] * th[i]; in tjDecompressToYUVPlanes() 1666 if ((_tmpbuf = (JSAMPLE *)malloc(sizeof(JSAMPLE) * tmpbufsize)) == NULL) in tjDecompressToYUVPlanes()
|