Searched refs:unit_type (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/libpng/
H A Dpngget.c333 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
351 if (unit_type != NULL)
353 *unit_type = (int)info_ptr->phys_unit_type;
355 if (*unit_type == 1)
618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
623 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
627 *unit_type = (int)info_ptr->offset_unit_type;
698 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
719 if (unit_type != NULL)
721 *unit_type
332 png_get_pHYs_dpi(png_structp png_ptr, png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) argument
617 png_get_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
697 png_get_pHYs(png_structp png_ptr, png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) argument
[all...]
H A Dpngset.c274 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
283 info_ptr->offset_unit_type = (png_byte)unit_type;
430 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
439 info_ptr->phys_unit_type = (png_byte)unit_type;
273 png_set_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
429 png_set_pHYs(png_structp png_ptr, png_infop info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type) argument
H A Dpngrutil.c1575 int unit_type; local
1607 unit_type = buf[8];
1608 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type);
1618 int unit_type; local
1650 unit_type = buf[8];
1651 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);
H A Dpngwutil.c1542 int unit_type)
1551 if (unit_type >= PNG_OFFSET_LAST)
1556 buf[8] = (png_byte)unit_type;
1704 int unit_type)
1713 if (unit_type >= PNG_RESOLUTION_LAST)
1718 buf[8] = (png_byte)unit_type;
1541 png_write_oFFs(png_structp png_ptr, png_int_32 x_offset, png_int_32 y_offset, int unit_type) argument
1702 png_write_pHYs(png_structp png_ptr, png_uint_32 x_pixels_per_unit, png_uint_32 y_pixels_per_unit, int unit_type) argument
H A Dpng.h2411 int *unit_type));
2417 int unit_type));
2434 png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type));
2439 png_infop info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type));
3341 png_int_32 x_offset, png_int_32 y_offset, int unit_type)) PNG_PRIVATE;
3353 int unit_type)) PNG_PRIVATE;
3748 png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type));
/external/libpng/
H A Dpngget.c392 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
412 if (unit_type != NULL)
414 *unit_type = (int)info_ptr->phys_unit_type;
417 if (*unit_type == 1)
802 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
807 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
811 *unit_type = (int)info_ptr->offset_unit_type;
908 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
929 if (unit_type != NULL)
931 *unit_type
391 png_get_pHYs_dpi(png_const_structrp png_ptr, png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) argument
801 png_get_oFFs(png_const_structrp png_ptr, png_const_inforp info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
907 png_get_pHYs(png_const_structrp png_ptr, png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) argument
[all...]
H A Dpngtest.c1176 int unit_type; local
1179 &unit_type))
1181 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type);
1203 int unit_type; local
1205 if (png_get_pHYs(read_ptr, read_info_ptr, &res_x, &res_y, &unit_type))
1206 png_set_pHYs(write_ptr, write_info_ptr, res_x, res_y, unit_type);
H A Dpngset.c247 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
256 info_ptr->offset_unit_type = (png_byte)unit_type;
487 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
496 info_ptr->phys_unit_type = (png_byte)unit_type;
246 png_set_oFFs(png_const_structrp png_ptr, png_inforp info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
486 png_set_pHYs(png_const_structrp png_ptr, png_inforp info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type) argument
H A Dpng.h2183 int *unit_type));
2189 int unit_type));
2208 int *unit_type));
2213 png_inforp info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type));
2559 int *unit_type));
H A Dpngwutil.c1774 int unit_type)
1780 if (unit_type >= PNG_OFFSET_LAST)
1785 buf[8] = (png_byte)unit_type;
1890 int unit_type)
1896 if (unit_type >= PNG_RESOLUTION_LAST)
1901 buf[8] = (png_byte)unit_type;
1773 png_write_oFFs(png_structrp png_ptr, png_int_32 x_offset, png_int_32 y_offset, int unit_type) argument
1888 png_write_pHYs(png_structrp png_ptr, png_uint_32 x_pixels_per_unit, png_uint_32 y_pixels_per_unit, int unit_type) argument
H A Dpngpriv.h1109 png_int_32 x_offset, png_int_32 y_offset, int unit_type),PNG_EMPTY);
1121 int unit_type),PNG_EMPTY);
H A Dpngrutil.c2034 int unit_type; local
2069 unit_type = buf[8];
2070 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type);
2080 int unit_type; local
2115 unit_type = buf[8];
2116 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);
/external/qemu/distrib/libpng-1.2.46/
H A Dpngget.c333 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
351 if (unit_type != NULL)
353 *unit_type = (int)info_ptr->phys_unit_type;
355 if (*unit_type == 1)
618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
623 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
627 *unit_type = (int)info_ptr->offset_unit_type;
698 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
719 if (unit_type != NULL)
721 *unit_type
332 png_get_pHYs_dpi(png_structp png_ptr, png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) argument
617 png_get_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
697 png_get_pHYs(png_structp png_ptr, png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) argument
[all...]
H A Dpngset.c274 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
283 info_ptr->offset_unit_type = (png_byte)unit_type;
430 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
439 info_ptr->phys_unit_type = (png_byte)unit_type;
273 png_set_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
429 png_set_pHYs(png_structp png_ptr, png_infop info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type) argument
H A Dpngrutil.c1591 int unit_type; local
1623 unit_type = buf[8];
1624 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type);
1634 int unit_type; local
1666 unit_type = buf[8];
1667 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);
H A Dpngwutil.c1542 int unit_type)
1551 if (unit_type >= PNG_OFFSET_LAST)
1556 buf[8] = (png_byte)unit_type;
1704 int unit_type)
1713 if (unit_type >= PNG_RESOLUTION_LAST)
1718 buf[8] = (png_byte)unit_type;
1541 png_write_oFFs(png_structp png_ptr, png_int_32 x_offset, png_int_32 y_offset, int unit_type) argument
1702 png_write_pHYs(png_structp png_ptr, png_uint_32 x_pixels_per_unit, png_uint_32 y_pixels_per_unit, int unit_type) argument
H A Dpng.h2483 int *unit_type));
2489 int unit_type));
2506 png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type));
2511 png_infop info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type));
3425 png_int_32 x_offset, png_int_32 y_offset, int unit_type)) PNG_PRIVATE;
3437 int unit_type)) PNG_PRIVATE;
3837 png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type));
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_api.c602 msg.unit.unit_type = (*p_data & AVRC_SUBTYPE_MASK) >> AVRC_SUBTYPE_SHIFT;
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h772 UINT8 unit_type; /* Unit type. Uses the same values as subunit type. */ member in struct:__anon1326

Completed in 2916 milliseconds