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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_seektable.c116 const FLAC__uint64 frame_first_sample = cd->samples_written; local
117 const FLAC__uint64 frame_last_sample = frame_first_sample + (FLAC__uint64)blocksize - 1;
125 else if(test_sample >= frame_first_sample) {
126 cd->seektable_template->points[i].sample_number = frame_first_sample;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_encoder.c2464 const FLAC__uint64 frame_first_sample = encoder->private_->samples_written; local
2465 const FLAC__uint64 frame_last_sample = frame_first_sample + (FLAC__uint64)blocksize - 1;
2473 else if(test_sample >= frame_first_sample) {
2474 encoder->private_->seek_table->points[i].sample_number = frame_first_sample;

Completed in 51 milliseconds