Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/tests/
Dencryption_info.c32 static const uint8_t test_system_id[] = {0x41, 0x42, 0x43}; variable
120 …info = av_encryption_init_info_alloc(sizeof(test_system_id), 2, sizeof(test_key_id), sizeof(test_d… in create_init_info()
123 av_assert0(info->system_id_size == sizeof(test_system_id)); in create_init_info()
133 memcpy(info->system_id, test_system_id, sizeof(test_system_id)); in create_init_info()
/third_party/python/Lib/test/
Dtest_sax.py393 def test_system_id(self): member in PrepareInputSourceTest