Searched refs:nochannels (Results 1 – 4 of 4) sorted by relevance
/external/libmtp/examples/ |
D | tracks.c | 54 if (track->nochannels != 0) { in dump_trackinfo() 55 printf(" Number of channels: %u\n", track->nochannels); in dump_trackinfo()
|
/external/libmtp/src/ |
D | libmtp.h | 639 uint16_t nochannels; /**< Number of channels in this recording 0 = unknown, 1 or 2 */ member
|
D | libmtp.c | 4184 new->nochannels = 0; in LIBMTP_new_track_t() 4278 track->nochannels = prop->propval.u16; in pick_property_to_track_metadata() 4374 track->nochannels = get_u16_from_object(device, track->item_id, PTP_OPC_NumberOfChannels, 0); in get_track_metadata() 5949 prop->propval.u16 = adjust_u16(metadata->nochannels, &opd); 6112 if (metadata->nochannels != 0) { 6113 …t_u16(device, metadata->item_id, PTP_OPC_NumberOfChannels, adjust_u16(metadata->nochannels, &opd));
|
D | libmtp.h.in | 637 uint16_t nochannels; /**< Number of channels in this recording 0 = unknown, 1 or 2 */ member
|