Home
last modified time | relevance | path

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

/external/flac/src/metaflac/
Doperations_shorthand_seektable.c118 const FLAC__uint64 frame_last_sample = frame_first_sample + (FLAC__uint64)blocksize - 1; in write_callback_() local
123 if(test_sample > frame_last_sample) { in write_callback_()
/external/flac/src/libFLAC/
Dstream_encoder.c2823 const FLAC__uint64 frame_last_sample = frame_first_sample + (FLAC__uint64)blocksize - 1; in write_frame_() local
2828 if(test_sample > frame_last_sample) { in write_frame_()