Searched refs:trackcopy (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_object.cpp62 static bool track_is_equal_(const ::FLAC__StreamMetadata_CueSheet_Track *track, const ::FLAC__StreamMetadata_CueSheet_Track *trackcopy) argument
66 if(trackcopy->offset != track->offset)
68 if(trackcopy->number != track->number)
70 if(0 != strcmp(trackcopy->isrc, track->isrc))
72 if(trackcopy->type != track->type)
74 if(trackcopy->pre_emphasis != track->pre_emphasis)
76 if(trackcopy->num_indices != track->num_indices)
78 if(0 == track->indices || 0 == trackcopy->indices) {
79 if(track->indices != trackcopy->indices)
84 if(!index_is_equal_(trackcopy
[all...]

Completed in 58 milliseconds