Home
last modified time | relevance | path

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

/frameworks/av/media/tests/benchmark/src/native/extractor/
DExtractor.cpp44 void *Extractor::getCSDSample(AMediaCodecBufferInfo &frameInfo, int32_t csdIndex) { in getCSDSample() argument
49 snprintf(csdName, sizeof(csdName), "csd-%d", csdIndex); in getCSDSample()
DExtractor.h42 void *getCSDSample(AMediaCodecBufferInfo &frameInfo, int32_t csdIndex);
/frameworks/av/media/libstagefright/
DMediaCodec.cpp3712 unsigned csdIndex = 0; in amendOutputFormatWithCodecSpecificData() local
3725 AStringPrintf("csd-%u", csdIndex).c_str(), csd); in amendOutputFormatWithCodecSpecificData()
3727 ++csdIndex; in amendOutputFormatWithCodecSpecificData()
3730 if (csdIndex != 2) { in amendOutputFormatWithCodecSpecificData()