Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/tests/
DHeifCleanApertureUnitTest.cpp28 struct InvalidClapPropertyParam { struct
34 const InvalidClapPropertyParam kInvalidClapPropertyTestParams[] = {
56 using InvalidClapPropertyTest = ::testing::TestWithParam<InvalidClapPropertyParam>;
63 const InvalidClapPropertyParam& param = GetParam(); in TEST_P()