Home
last modified time | relevance | path

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

/external/qemu/distrib/libpng-1.2.46/
Dpngget.c333 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi() argument
351 if (unit_type != NULL) in png_get_pHYs_dpi()
353 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs_dpi()
355 if (*unit_type == 1) in png_get_pHYs_dpi()
618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument
623 && offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs()
627 *unit_type = (int)info_ptr->offset_unit_type; in png_get_oFFs()
698 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs() argument
719 if (unit_type != NULL) in png_get_pHYs()
721 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs()
Dpngset.c274 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument
283 info_ptr->offset_unit_type = (png_byte)unit_type; in png_set_oFFs()
430 png_uint_32 res_x, png_uint_32 res_y, int unit_type) in png_set_pHYs() argument
439 info_ptr->phys_unit_type = (png_byte)unit_type; in png_set_pHYs()
Dpngwutil.c1542 int unit_type) in png_write_oFFs() argument
1551 if (unit_type >= PNG_OFFSET_LAST) in png_write_oFFs()
1556 buf[8] = (png_byte)unit_type; in png_write_oFFs()
1704 int unit_type) in png_write_pHYs() argument
1713 if (unit_type >= PNG_RESOLUTION_LAST) in png_write_pHYs()
1718 buf[8] = (png_byte)unit_type; in png_write_pHYs()
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));
Dpngrutil.c1591 int unit_type; in png_handle_pHYs() local
1623 unit_type = buf[8]; in png_handle_pHYs()
1624 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type); in png_handle_pHYs()
1634 int unit_type; in png_handle_oFFs() local
1666 unit_type = buf[8]; in png_handle_oFFs()
1667 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
/external/chromium_org/third_party/libpng/
Dpngget.c333 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi() argument
351 if (unit_type != NULL) in png_get_pHYs_dpi()
353 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs_dpi()
355 if (*unit_type == 1) in png_get_pHYs_dpi()
618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument
623 && offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs()
627 *unit_type = (int)info_ptr->offset_unit_type; in png_get_oFFs()
698 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs() argument
719 if (unit_type != NULL) in png_get_pHYs()
721 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs()
Dpngset.c274 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument
283 info_ptr->offset_unit_type = (png_byte)unit_type; in png_set_oFFs()
430 png_uint_32 res_x, png_uint_32 res_y, int unit_type) in png_set_pHYs() argument
439 info_ptr->phys_unit_type = (png_byte)unit_type; in png_set_pHYs()
Dpngwutil.c1542 int unit_type) in png_write_oFFs() argument
1551 if (unit_type >= PNG_OFFSET_LAST) in png_write_oFFs()
1556 buf[8] = (png_byte)unit_type; in png_write_oFFs()
1704 int unit_type) in png_write_pHYs() argument
1713 if (unit_type >= PNG_RESOLUTION_LAST) in png_write_pHYs()
1718 buf[8] = (png_byte)unit_type; in png_write_pHYs()
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));
Dpngrutil.c1575 int unit_type; in png_handle_pHYs() local
1607 unit_type = buf[8]; in png_handle_pHYs()
1608 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type); in png_handle_pHYs()
1618 int unit_type; in png_handle_oFFs() local
1650 unit_type = buf[8]; in png_handle_oFFs()
1651 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
/external/libpng/
Dpngget.c392 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi() argument
412 if (unit_type != NULL) in png_get_pHYs_dpi()
414 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs_dpi()
417 if (*unit_type == 1) in png_get_pHYs_dpi()
802 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument
807 && offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs()
811 *unit_type = (int)info_ptr->offset_unit_type; in png_get_oFFs()
908 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs() argument
929 if (unit_type != NULL) in png_get_pHYs()
931 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs()
Dpngtest.c1176 int unit_type; in test_one_file() local
1179 &unit_type)) in test_one_file()
1181 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type); in test_one_file()
1203 int unit_type; in test_one_file() local
1205 if (png_get_pHYs(read_ptr, read_info_ptr, &res_x, &res_y, &unit_type)) in test_one_file()
1206 png_set_pHYs(write_ptr, write_info_ptr, res_x, res_y, unit_type); in test_one_file()
Dpngset.c247 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument
256 info_ptr->offset_unit_type = (png_byte)unit_type; in png_set_oFFs()
487 png_uint_32 res_x, png_uint_32 res_y, int unit_type) in png_set_pHYs() argument
496 info_ptr->phys_unit_type = (png_byte)unit_type; in png_set_pHYs()
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));
Dpngwutil.c1774 int unit_type) in png_write_oFFs() argument
1780 if (unit_type >= PNG_OFFSET_LAST) in png_write_oFFs()
1785 buf[8] = (png_byte)unit_type; in png_write_oFFs()
1890 int unit_type) in png_write_pHYs() argument
1896 if (unit_type >= PNG_RESOLUTION_LAST) in png_write_pHYs()
1901 buf[8] = (png_byte)unit_type; in png_write_pHYs()
Dpngrutil.c2034 int unit_type; in png_handle_pHYs() local
2069 unit_type = buf[8]; in png_handle_pHYs()
2070 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type); in png_handle_pHYs()
2080 int unit_type; in png_handle_oFFs() local
2115 unit_type = buf[8]; in png_handle_oFFs()
2116 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
Dpngpriv.h1109 png_int_32 x_offset, png_int_32 y_offset, int unit_type),PNG_EMPTY);
1121 int unit_type),PNG_EMPTY);
Dlibpng-manual.txt1509 &unit_type);
1517 unit_type - PNG_OFFSET_PIXEL, PNG_OFFSET_MICROMETER
1520 &unit_type);
1528 unit_type - PNG_RESOLUTION_UNKNOWN,
3115 unit_type);
3123 unit_type - PNG_OFFSET_PIXEL, PNG_OFFSET_MICROMETER
3126 unit_type);
3134 unit_type - PNG_RESOLUTION_UNKNOWN,
/external/bluetooth/bluedroid/stack/avrc/
Davrc_api.c602 msg.unit.unit_type = (*p_data & AVRC_SUBTYPE_MASK) >> AVRC_SUBTYPE_SHIFT; in avrc_msg_cback()
/external/bluetooth/bluedroid/stack/include/
Davrc_defs.h772 UINT8 unit_type; /* Unit type. Uses the same values as subunit type. */ member