Home
last modified time | relevance | path

Searched refs:mhni (Results 1 – 25 of 72) sorted by relevance

123

/dports/audio/libgpod/libgpod-0.8.3/src/
H A Ddb-image-parser.c77 ipod_image_new_from_mhni (MhniHeader *mhni, Itdb_DB *db) in ipod_image_new_from_mhni() argument
87 format_id = get_gint32_db (db, mhni->format_id); in ipod_image_new_from_mhni()
91 format_id, get_guint32_db (db, mhni->ithmb_offset)); in ipod_image_new_from_mhni()
99 img->size = get_guint32_db (db, mhni->image_size); in ipod_image_new_from_mhni()
100 img->offset = get_guint32_db (db, mhni->ithmb_offset); in ipod_image_new_from_mhni()
101 img->width = get_gint16_db (db, mhni->image_width); in ipod_image_new_from_mhni()
102 img->height = get_gint16_db (db, mhni->image_height); in ipod_image_new_from_mhni()
104 get_gint16_db (db, mhni->horizontal_padding); in ipod_image_new_from_mhni()
106 get_gint16_db (db, mhni->vertical_padding); in ipod_image_new_from_mhni()
H A Ddb-artwork-debug.c94 dump_mhni (MhniHeader *mhni) in dump_mhni() argument
96 unsigned int width = GINT16_FROM_LE (mhni->image_width); in dump_mhni()
97 unsigned int height = GINT16_FROM_LE (mhni->image_height); in dump_mhni()
100 g_print ("\tHeader length: %d\n", GINT_FROM_LE (mhni->header_len)); in dump_mhni()
101 g_print ("\tTotal length: %d\n", GINT_FROM_LE (mhni->total_len)); in dump_mhni()
102 g_print ("\tNumber of children: %08x\n", GINT_FROM_LE (mhni->num_children)); in dump_mhni()
104 GINT_FROM_LE (mhni->format_id), in dump_mhni()
105 GINT_FROM_LE (mhni->format_id)); in dump_mhni()
106 g_print ("\tithmb offset: %u bytes\n", GINT_FROM_LE (mhni->ithmb_offset)); in dump_mhni()
107 g_print ("\tImage size: %u bytes\n", GINT_FROM_LE (mhni->image_size)); in dump_mhni()
[all …]
H A Ddb-artwork-writer.c365 MhniHeader *mhni; in write_mhni() local
375 mhni = (MhniHeader *)init_header (buffer, "mhni", in write_mhni()
377 if (mhni == NULL) { in write_mhni()
380 total_bytes = get_gint32 (mhni->header_len, in write_mhni()
382 mhni->total_len = get_gint32 (total_bytes, in write_mhni()
390 mhni->vertical_padding = get_gint16 (item->vertical_padding, in write_mhni()
392 mhni->horizontal_padding = get_gint16 (item->horizontal_padding, in write_mhni()
405 mhni = ipod_buffer_get_pointer (buffer); in write_mhni()
406 mhni->total_len = get_gint32 (total_bytes, buffer->byte_order); in write_mhni()
410 mhni->num_children = get_gint32 (1, buffer->byte_order); in write_mhni()
[all …]
H A Ddb-artwork-parser.c172 MhniHeader *mhni; in parse_photo_mhni() local
176 mhni = db_parse_context_get_m_header (ctx, MhniHeader, "mhni"); in parse_photo_mhni()
177 if (mhni == NULL) { in parse_photo_mhni()
180 db_parse_context_set_total_len (ctx, get_gint32 (mhni->total_len, ctx->byte_order)); in parse_photo_mhni()
181 dump_mhni (mhni); in parse_photo_mhni()
183 thumb = ipod_image_new_from_mhni (mhni, ctx->db); in parse_photo_mhni()
H A Ddb-artwork-debug.h36 extern G_GNUC_INTERNAL void dump_mhni (MhniHeader *mhni);
H A Ddb-image-parser.h81 G_GNUC_INTERNAL Itdb_Thumb_Ipod_Item *ipod_image_new_from_mhni (MhniHeader *mhni,
/dports/audio/libgpod-sharp/libgpod-0.8.3/src/
H A Ddb-image-parser.c77 ipod_image_new_from_mhni (MhniHeader *mhni, Itdb_DB *db) in ipod_image_new_from_mhni() argument
87 format_id = get_gint32_db (db, mhni->format_id); in ipod_image_new_from_mhni()
91 format_id, get_guint32_db (db, mhni->ithmb_offset)); in ipod_image_new_from_mhni()
99 img->size = get_guint32_db (db, mhni->image_size); in ipod_image_new_from_mhni()
100 img->offset = get_guint32_db (db, mhni->ithmb_offset); in ipod_image_new_from_mhni()
101 img->width = get_gint16_db (db, mhni->image_width); in ipod_image_new_from_mhni()
102 img->height = get_gint16_db (db, mhni->image_height); in ipod_image_new_from_mhni()
104 get_gint16_db (db, mhni->horizontal_padding); in ipod_image_new_from_mhni()
106 get_gint16_db (db, mhni->vertical_padding); in ipod_image_new_from_mhni()
H A Ddb-artwork-debug.c94 dump_mhni (MhniHeader *mhni) in dump_mhni() argument
96 unsigned int width = GINT16_FROM_LE (mhni->image_width); in dump_mhni()
97 unsigned int height = GINT16_FROM_LE (mhni->image_height); in dump_mhni()
100 g_print ("\tHeader length: %d\n", GINT_FROM_LE (mhni->header_len)); in dump_mhni()
101 g_print ("\tTotal length: %d\n", GINT_FROM_LE (mhni->total_len)); in dump_mhni()
102 g_print ("\tNumber of children: %08x\n", GINT_FROM_LE (mhni->num_children)); in dump_mhni()
104 GINT_FROM_LE (mhni->format_id), in dump_mhni()
105 GINT_FROM_LE (mhni->format_id)); in dump_mhni()
106 g_print ("\tithmb offset: %u bytes\n", GINT_FROM_LE (mhni->ithmb_offset)); in dump_mhni()
107 g_print ("\tImage size: %u bytes\n", GINT_FROM_LE (mhni->image_size)); in dump_mhni()
[all …]
H A Ddb-artwork-writer.c365 MhniHeader *mhni; in write_mhni() local
375 mhni = (MhniHeader *)init_header (buffer, "mhni", in write_mhni()
377 if (mhni == NULL) { in write_mhni()
380 total_bytes = get_gint32 (mhni->header_len, in write_mhni()
382 mhni->total_len = get_gint32 (total_bytes, in write_mhni()
390 mhni->vertical_padding = get_gint16 (item->vertical_padding, in write_mhni()
392 mhni->horizontal_padding = get_gint16 (item->horizontal_padding, in write_mhni()
405 mhni = ipod_buffer_get_pointer (buffer); in write_mhni()
406 mhni->total_len = get_gint32 (total_bytes, buffer->byte_order); in write_mhni()
410 mhni->num_children = get_gint32 (1, buffer->byte_order); in write_mhni()
[all …]
H A Ddb-artwork-parser.c172 MhniHeader *mhni; in parse_photo_mhni() local
176 mhni = db_parse_context_get_m_header (ctx, MhniHeader, "mhni"); in parse_photo_mhni()
177 if (mhni == NULL) { in parse_photo_mhni()
180 db_parse_context_set_total_len (ctx, get_gint32 (mhni->total_len, ctx->byte_order)); in parse_photo_mhni()
181 dump_mhni (mhni); in parse_photo_mhni()
183 thumb = ipod_image_new_from_mhni (mhni, ctx->db); in parse_photo_mhni()
H A Ddb-artwork-debug.h36 extern G_GNUC_INTERNAL void dump_mhni (MhniHeader *mhni);
H A Ddb-image-parser.h81 G_GNUC_INTERNAL Itdb_Thumb_Ipod_Item *ipod_image_new_from_mhni (MhniHeader *mhni,
/dports/audio/gnupod/gnupod-0.99.8/src/ext/
H A DArtworkDB.pm84 mhni => { start => '_MhniStart' },
/dports/audio/libgpod/libgpod-0.8.3/po/
H A Dhe.po37 msgid "Unexpected image type in mhni: %d, offset: %d\n"
38 msgstr "סוג תמונה לא צפוי ב mhni: %d, היסט: %d\n"
H A Dja.po37 msgid "Unexpected image type in mhni: %d, offset: %d\n"
38 msgstr "mhni ��ͽ�����̥��᡼��������: size: %ux%u (%d), offset: %d\n"
H A Dzh_CN.po37 msgid "Unexpected image type in mhni: %d, offset: %d\n"
38 msgstr "mhni中未预期的图片类型: %d,位置: %d\n"
H A Dsv.po37 msgid "Unexpected image type in mhni: %d, offset: %d\n"
38 msgstr "Oväntad bildtyp i mhni: %d, position: %d\n"
H A Dfr.po39 msgid "Unexpected image type in mhni: %d, offset: %d\n"
40 msgstr "Type d'image inattendu dans mhni : %d, offset : %d\n"
/dports/audio/libgpod-sharp/libgpod-0.8.3/po/
H A Dzh_CN.po37 msgid "Unexpected image type in mhni: %d, offset: %d\n"
38 msgstr "mhni中未预期的图片类型: %d,位置: %d\n"
H A Dja.po37 msgid "Unexpected image type in mhni: %d, offset: %d\n"
38 msgstr "mhni ��ͽ�����̥��᡼��������: size: %ux%u (%d), offset: %d\n"
H A Dhe.po37 msgid "Unexpected image type in mhni: %d, offset: %d\n"
38 msgstr "סוג תמונה לא צפוי ב mhni: %d, היסט: %d\n"
H A Dsv.po37 msgid "Unexpected image type in mhni: %d, offset: %d\n"
38 msgstr "Oväntad bildtyp i mhni: %d, position: %d\n"
H A Dde.po41 msgid "Unexpected image type in mhni: %d, offset: %d\n"
42 msgstr "Unerwarter Bildtyp in mhni: %d, Offset: %d\n"
H A Des.po39 msgid "Unexpected image type in mhni: %d, offset: %d\n"
40 msgstr "Tipo de imagen inesperado en mhni: %d, desplazamiento: %d\n"
H A Dfr.po39 msgid "Unexpected image type in mhni: %d, offset: %d\n"
40 msgstr "Type d'image inattendu dans mhni : %d, offset : %d\n"

123