Searched refs:test_sample (Results 1 – 3 of 3) sorted by relevance
27 def test_sample(self): member in SequenceFunctionsTestCase
807 static void test_sample(struct context *ctx) in test_sample() function1578 test_sample(ctx); in main()
2651 FLAC__uint64 test_sample; in write_frame_() local2654 test_sample = encoder->private_->seek_table->points[i].sample_number; in write_frame_()2655 if(test_sample > frame_last_sample) { in write_frame_()2658 else if(test_sample >= frame_first_sample) { in write_frame_()