Home
last modified time | relevance | path

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

/hardware/google/av/media/eco/tests/
DEcoSessionTest.cpp244 SimpleEncoderConfig sessionEncoderConfig("google-avc", CodecTypeAVC, AVCProfileHigh, AVCLevel52, in TEST_F()
262 EXPECT_EQ(codecType, CodecTypeAVC); in TEST_F()
529 SimpleEncoderConfig sessionEncoderConfig("google-avc", CodecTypeAVC, AVCProfileHigh, AVCLevel52, in TEST_F()
587 EXPECT_EQ(codecType, CodecTypeAVC); in TEST_F()
/hardware/google/av/media/eco/include/eco/
DECOServiceConstants.h28 constexpr int32_t CodecTypeAVC = 0x01; variable