Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/tests/benchmark/src/native/extractor/
H A DExtractor.cpp52 bool csdFound = AMediaFormat_getBuffer(mFormat, csdName, &csdBuffer, &size); in getCSDSample() local
53 if (!csdFound) return nullptr; in getCSDSample()
/aosp12/frameworks/av/media/libstagefright/tests/writer/
H A DWriterTest.cpp390 bool csdFound = AMediaFormat_getBuffer(format, csdName, &csdBuf, &csdSize); in extract() local
391 if (!csdFound || !csdBuf || !csdSize) break; in extract()