Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/tests/
Dencryption_info.c27 static const size_t test_subsample_count = sizeof(test_subsamples) / sizeof(test_subsamples[0]); variable
79 info = av_encryption_info_alloc(test_subsample_count, sizeof(test_key_id), sizeof(test_iv)); in run_encryption_info_test()
86 av_assert0(info->subsample_count == test_subsample_count); in run_encryption_info_test()