Searched refs:kCodecPrivateLength (Results 1 – 1 of 1) sorted by relevance
670 const int kCodecPrivateLength = 3; in TEST_F() local671 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() local684 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() local697 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 …]