HomeSort by relevance Sort by last modified time
    Searched refs:profile_len (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libpng/
pngwutil.c 770 png_charp profile, int profile_len)
796 profile_len = 0;
798 if (profile_len > 3)
813 if (profile_len < embedded_profile_len)
821 if (profile_len > embedded_profile_len)
825 profile_len = embedded_profile_len;
828 if (profile_len)
829 profile_len = png_text_compress(png_ptr, profile,
830 (png_size_t)profile_len, PNG_COMPRESSION_TYPE_BASE, &comp);
834 (png_uint_32)(name_len + profile_len + 2))
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngwutil.c 770 png_charp profile, int profile_len)
796 profile_len = 0;
798 if (profile_len > 3)
813 if (profile_len < embedded_profile_len)
821 if (profile_len > embedded_profile_len)
825 profile_len = embedded_profile_len;
828 if (profile_len)
829 profile_len = png_text_compress(png_ptr, profile,
830 (png_size_t)profile_len, PNG_COMPRESSION_TYPE_BASE, &comp);
834 (png_uint_32)(name_len + profile_len + 2))
    [all...]
  /external/libpng/
pngwutil.c 1193 png_uint_32 profile_len; local
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 89 int profile_len = ntohs(xtn_hdr->length); local
90 rtp_header_len += profile_len * 4;
    [all...]

Completed in 271 milliseconds