Home
last modified time | relevance | path

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

/external/flac/src/test_libFLAC++/
Dmetadata_object.cpp68 …FLAC__StreamMetadata_CueSheet_Track *track, const ::FLAC__StreamMetadata_CueSheet_Track *trackcopy) in track_is_equal_() argument
72 if(trackcopy->offset != track->offset) in track_is_equal_()
74 if(trackcopy->number != track->number) in track_is_equal_()
76 if(0 != strcmp(trackcopy->isrc, track->isrc)) in track_is_equal_()
78 if(trackcopy->type != track->type) in track_is_equal_()
80 if(trackcopy->pre_emphasis != track->pre_emphasis) in track_is_equal_()
82 if(trackcopy->num_indices != track->num_indices) in track_is_equal_()
84 if(0 == track->indices || 0 == trackcopy->indices) { in track_is_equal_()
85 if(track->indices != trackcopy->indices) in track_is_equal_()
90 if(!index_is_equal_(trackcopy->indices[i], track->indices[i])) in track_is_equal_()