Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpngdec.c531 const uint8_t *keyword_end = memchr(keyword, 0, data_end - keyword); in decode_text_chunk() local
536 if (!keyword_end) in decode_text_chunk()
538 data = keyword_end + 1; in decode_text_chunk()
557 kw_utf8 = iso88591_to_utf8(keyword, keyword_end - keyword); in decode_text_chunk()