Home
last modified time | relevance | path

Searched refs:nochannels (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/examples/
Dtracks.c54 if (track->nochannels != 0) { in dump_trackinfo()
55 printf(" Number of channels: %u\n", track->nochannels); in dump_trackinfo()
/external/libmtp/src/
Dlibmtp.h639 uint16_t nochannels; /**< Number of channels in this recording 0 = unknown, 1 or 2 */ member
Dlibmtp.c4184 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));
Dlibmtp.h.in637 uint16_t nochannels; /**< Number of channels in this recording 0 = unknown, 1 or 2 */ member