Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libpng/
H A Dpngerror.c464 int iin = 0; in png_format_buffer() local
469 while (iin < PNG_MAX_ERROR_TEXT-1 && error_message[iin] != '\0') in png_format_buffer()
470 buffer[iout++] = error_message[iin++]; in png_format_buffer()
472 /* iin < PNG_MAX_ERROR_TEXT, so the following is safe: */ in png_format_buffer()
576 unsigned int iin; in PNG_FUNCTION() local
579 iin = 0; in PNG_FUNCTION()
581 while (iin < (PNG_MAX_ERROR_TEXT-1) && name[iin] != 0) in PNG_FUNCTION()
583 msg[fixed_message_ln + iin] in PNG_FUNCTION()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_threshold_init.h51 static void threshold16(const uint8_t *iin, const uint8_t *tthreshold,
59 const uint16_t *in = (const uint16_t *)iin;

Completed in 2 milliseconds