Searched refs:iccp_name (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/libpng/ |
H A D | pnginfo.h | 36 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile, 106 png_charp iccp_name; /* profile name */ member
|
H A D | pngrutil.c | 1548 info_ptr->iccp_name = png_voidcast(char*, in png_handle_iCCP() 1551 if (info_ptr->iccp_name != NULL) in png_handle_iCCP() 1553 memcpy(info_ptr->iccp_name, keyword, in png_handle_iCCP()
|
H A D | png.c | 555 png_free(png_ptr, info_ptr->iccp_name); in png_free_data() 557 info_ptr->iccp_name = NULL; in png_free_data()
|
H A D | pngget.c | 746 *name = info_ptr->iccp_name; in png_get_iCCP()
|
H A D | pngset.c | 753 info_ptr->iccp_name = new_iccp_name; in png_set_iCCP()
|
H A D | pngwrite.c | 154 png_write_iCCP(png_ptr, info_ptr->iccp_name, in png_write_info_before_PLTE()
|
/third_party/ffmpeg/libavcodec/ |
H A D | pngdec.c | 67 uint8_t iccp_name[82]; member 886 while ((s->iccp_name[cnt++] = bytestream2_get_byte(gb)) && cnt < 81); in decode_iccp_chunk() 910 s->iccp_name[0] = 0; in decode_iccp_chunk() 1468 s->iccp_name[0] = 0; in clear_frame_metadata() 1489 av_dict_set(&sd->metadata, "name", s->iccp_name, 0); in output_frame()
|
Completed in 20 milliseconds