Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/tests/
DHeifCleanApertureUnitTest.cpp69 struct ValidClapPropertyParam { struct
80 const ValidClapPropertyParam kValidClapPropertyTestParams[] = {
97 using ValidClapPropertyTest = ::testing::TestWithParam<ValidClapPropertyParam>;
104 const ValidClapPropertyParam& param = GetParam(); in TEST_P()