Lines Matching refs:uint32_t

51 typedef unsigned __int32 uint32_t;
443 uint32_t wantlen, unsigned char *data, uint32_t *gotlen);
458 uint32_t sendlen, unsigned char *data, uint32_t *putlen);
481 uint32_t device_flags; /**< Bugs, device specifics etc */
490 uint32_t bus_location; /**< Location of the bus, if device available */
523 uint32_t u32max;
524 uint32_t u32min;
525 uint32_t u32step;
526 uint32_t* u32vals;
586 uint32_t default_music_folder;
588 uint32_t default_playlist_folder;
590 uint32_t default_picture_folder;
592 uint32_t default_video_folder;
594 uint32_t default_organizer_folder;
596 uint32_t default_zencast_folder;
598 uint32_t default_album_folder;
600 uint32_t default_text_folder;
612 uint32_t item_id; /**< Unique item ID */
613 uint32_t parent_id; /**< ID of parent folder */
614 uint32_t storage_id; /**< ID of storage holding this file */
626 uint32_t item_id; /**< Unique item ID */
627 uint32_t parent_id; /**< ID of parent folder */
628 uint32_t storage_id; /**< ID of storage holding this track */
637 uint32_t duration; /**< Duration in milliseconds */
638 uint32_t samplerate; /**< Sample rate of original file, min 0x1f80 max 0xbb80 */
640 uint32_t wavecodec; /**< FourCC wave codec name */
641 uint32_t bitrate; /**< (Average) bitrate for this file min=1 max=0x16e360 */
644 uint32_t usecount; /**< Number of times used/played */
655 uint32_t playlist_id; /**< Unique playlist ID */
656 uint32_t parent_id; /**< ID of parent folder */
657 uint32_t storage_id; /**< ID of storage holding this playlist */
659 uint32_t *tracks; /**< The tracks in this playlist */
660 uint32_t no_tracks; /**< The number of tracks in this playlist */
668 uint32_t album_id; /**< Unique playlist ID */
669 uint32_t parent_id; /**< ID of parent folder */
670 uint32_t storage_id; /**< ID of storage holding this album */
675 uint32_t *tracks; /**< The tracks in this album */
676 uint32_t no_tracks; /**< The number of tracks in this album */
684 uint32_t folder_id; /**< Unique folder ID */
685 uint32_t parent_id; /**< ID of parent folder */
686 uint32_t storage_id; /**< ID of storage holding this folder */
696 uint32_t width; /**< Width of sample if it is an image */
697 uint32_t height; /**< Height of sample if it is an image */
698 uint32_t duration; /**< Duration in milliseconds if it is audio */
708 uint32_t id; /**< Unique ID for this storage */
745 uint32_t LIBMTP_Number_Devices_In_List(LIBMTP_mtpdevice_t *);
783 char *LIBMTP_Get_String_From_Object(LIBMTP_mtpdevice_t *, uint32_t const, LIBMTP_property_t const);
784 uint64_t LIBMTP_Get_u64_From_Object(LIBMTP_mtpdevice_t *, uint32_t const,
786 uint32_t LIBMTP_Get_u32_From_Object(LIBMTP_mtpdevice_t *, uint32_t const,
787 LIBMTP_property_t const, uint32_t const);
788 uint16_t LIBMTP_Get_u16_From_Object(LIBMTP_mtpdevice_t *, uint32_t const,
790 uint8_t LIBMTP_Get_u8_From_Object(LIBMTP_mtpdevice_t *, uint32_t const,
792 int LIBMTP_Set_Object_String(LIBMTP_mtpdevice_t *, uint32_t const,
794 int LIBMTP_Set_Object_u32(LIBMTP_mtpdevice_t *, uint32_t const,
795 LIBMTP_property_t const, uint32_t const);
796 int LIBMTP_Set_Object_u16(LIBMTP_mtpdevice_t *, uint32_t const,
798 int LIBMTP_Set_Object_u8(LIBMTP_mtpdevice_t *, uint32_t const,
818 LIBMTP_file_t *LIBMTP_Get_Filemetadata(LIBMTP_mtpdevice_t *, uint32_t const);
819 int LIBMTP_Get_File_To_File(LIBMTP_mtpdevice_t*, uint32_t, char const * const,
821 int LIBMTP_Get_File_To_File_Descriptor(LIBMTP_mtpdevice_t*, uint32_t const, int const,
823 int LIBMTP_Get_File_To_Handler(LIBMTP_mtpdevice_t *, uint32_t const, MTPDataPutFunc, void *,
839 int LIBMTP_Send_Representative_Sample(LIBMTP_mtpdevice_t *, uint32_t const,
841 int LIBMTP_Get_Representative_Sample(LIBMTP_mtpdevice_t *, uint32_t const,
848 uint32_t storageId, uint32_t parentId);
860 LIBMTP_track_t *LIBMTP_Get_Trackmetadata(LIBMTP_mtpdevice_t*, uint32_t const);
861 int LIBMTP_Get_Track_To_File(LIBMTP_mtpdevice_t*, uint32_t, char const * const,
863 int LIBMTP_Get_Track_To_File_Descriptor(LIBMTP_mtpdevice_t*, uint32_t const, int const,
865 int LIBMTP_Get_Track_To_Handler(LIBMTP_mtpdevice_t *, uint32_t const, MTPDataPutFunc,
881 int LIBMTP_Track_Exists(LIBMTP_mtpdevice_t *, uint32_t);
893 LIBMTP_folder_t *LIBMTP_Find_Folder(LIBMTP_folder_t*, uint32_t const);
894 uint32_t LIBMTP_Create_Folder(LIBMTP_mtpdevice_t*, char *, uint32_t, uint32_t);
907 LIBMTP_playlist_t *LIBMTP_Get_Playlist(LIBMTP_mtpdevice_t *, uint32_t const);
920 LIBMTP_album_t *LIBMTP_Get_Album(LIBMTP_mtpdevice_t *, uint32_t const);
930 int LIBMTP_Delete_Object(LIBMTP_mtpdevice_t *, uint32_t);
931 int LIBMTP_Set_Object_Filename(LIBMTP_mtpdevice_t *, uint32_t , char *);