Home
last modified time | relevance | path

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

/frameworks/av/media/tests/benchmark/src/native/extractor/
DExtractor.cpp52 bool csdFound = AMediaFormat_getBuffer(mFormat, csdName, &csdBuffer, &size); in getCSDSample() local
53 if (!csdFound) return nullptr; in getCSDSample()