Home
last modified time | relevance | path

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

/external/libwebm/testing/
Dmkvparser_tests.cc670 const int kCodecPrivateLength = 3; in TEST_F() local
671 const uint8_t good_codec_private_level[kCodecPrivateLength] = {2, 1, 11}; in TEST_F()
674 kCodecPrivateLength, &features)); in TEST_F()
683 const int kCodecPrivateLength = 3; in TEST_F() local
684 const uint8_t good_codec_private_profile[kCodecPrivateLength] = {1, 1, 1}; in TEST_F()
687 kCodecPrivateLength, &features)); in TEST_F()
696 const int kCodecPrivateLength = 3; in TEST_F() local
697 const uint8_t good_codec_private_profile[kCodecPrivateLength] = {3, 1, 8}; in TEST_F()
700 kCodecPrivateLength, &features)); in TEST_F()
709 const int kCodecPrivateLength = 3; in TEST_F() local
[all …]