Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/tests/
DC2Param_test.cpp2326 typedef C2GlobalParam<C2Setting, C2BlobValue, 0> BlobSetting; in TEST_F() typedef
2327 …std::unique_ptr<BlobSetting> blobValue = BlobSetting::AllocUnique(6, C2ConstMemoryBlock<uint8_t>(i… in TEST_F()
2337 blobValue = BlobSetting::AllocUnique(3, C2ConstMemoryBlock<uint8_t>(initValue)); in TEST_F()