Searched defs:sample_number (Results 1 - 2 of 2) sorted by relevance

/external/flac/libFLAC/
H A Dmetadata_object.c181 object_array[i].sample_number = FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER;
745 if(block1->points[i].sample_number != block2->points[i].sample_number)
962 object->data.seek_table.points[i].sample_number = FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER;
1039 FLAC_API FLAC__bool FLAC__metadata_object_seektable_template_append_point(FLAC__StreamMetadata *object, FLAC__uint64 sample_number) argument
1051 seek_table->points[seek_table->num_points - 1].sample_number = sample_number;
1074 seek_table->points[i].sample_number = sample_numbers[j];
1099 seek_table->points[i].sample_number = total_samples * (FLAC__uint64)j / (FLAC__uint64)num;
1132 seek_table->points[i].sample_number
[all...]
/external/flac/include/FLAC/
H A Dformat.h433 FLAC__uint64 sample_number; member in union:__anon6118::__anon6119
572 FLAC__uint64 sample_number; member in struct:__anon6126
590 /** The value used in the \a sample_number field of
954 * seek points with identical \a sample_number values. Duplicate seek

Completed in 77 milliseconds