Home
last modified time | relevance | path

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

/external/libpng/
Dpngwutil.c1121 png_uint_32 profile_len; in png_write_iCCP() local
1134 profile_len = png_get_uint_32(profile); in png_write_iCCP()
1136 if (profile_len < 132) in png_write_iCCP()
1140 if (temp > 3 && (profile_len & 0x03)) in png_write_iCCP()
1146 if (profile_len != embedded_profile_len) in png_write_iCCP()
1160 png_text_compress_init(&comp, profile, profile_len); in png_write_iCCP()
/external/pdfium/third_party/libpng16/
Dpngwutil.c1121 png_uint_32 profile_len; in png_write_iCCP() local
1134 profile_len = png_get_uint_32(profile); in png_write_iCCP()
1136 if (profile_len < 132) in png_write_iCCP()
1140 if (temp > 3 && (profile_len & 0x03)) in png_write_iCCP()
1146 if (profile_len != embedded_profile_len) in png_write_iCCP()
1160 png_text_compress_init(&comp, profile, profile_len); in png_write_iCCP()
/external/libsrtp2/srtp/
Dsrtp.c104 int profile_len = ntohs(xtn_hdr->length); in srtp_validate_rtp_header() local
105 rtp_header_len += profile_len * 4; in srtp_validate_rtp_header()