Searched refs:test_sample (Results 1 – 4 of 4) sorted by relevance
851 static void test_sample(struct context *ctx) in test_sample() function1665 test_sample(ctx); in main()
66 def test_sample(self): member in TestBasicOps
2644 FLAC__uint64 test_sample; in write_frame_() local2647 test_sample = encoder->private_->seek_table->points[i].sample_number; in write_frame_()2648 if(test_sample > frame_last_sample) { in write_frame_()2651 else if(test_sample >= frame_first_sample) { in write_frame_()
110 def test_sample(self): member in TestBasicOps