• Home
  • Raw
  • Download

Lines Matching refs:kCodecPrivateLength

670   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
710 const uint8_t good_codec_private_profile[kCodecPrivateLength] = {4, 1, 0}; in TEST_F()
713 kCodecPrivateLength, &features)); in TEST_F()
721 const int kCodecPrivateLength = 6; in TEST_F() local
722 const uint8_t codec_private[kCodecPrivateLength] = {1, 1, 1, 2, 1, 11}; in TEST_F()
725 kCodecPrivateLength, &features)); in TEST_F()
731 const int kCodecPrivateLength = 12; in TEST_F() local
732 const uint8_t codec_private[kCodecPrivateLength] = {1, 1, 1, 2, 1, 11, in TEST_F()
736 kCodecPrivateLength, &features)); in TEST_F()
744 const int kCodecPrivateLength = 3; in TEST_F() local
747 const uint8_t bad_codec_private[kCodecPrivateLength] = {0, 0, 0}; in TEST_F()
749 libwebm::ParseVpxCodecPrivate(NULL, kCodecPrivateLength, &features)); in TEST_F()
753 kCodecPrivateLength, &features)); in TEST_F()
754 const uint8_t good_codec_private_level[kCodecPrivateLength] = {2, 1, 11}; in TEST_F()
762 kCodecPrivateLength, NULL)); in TEST_F()