Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/tests/benchmark/src/native/extractor/
H A DExtractor.cpp44 void *Extractor::getCSDSample(AMediaCodecBufferInfo &frameInfo, int32_t csdIndex) { in getCSDSample() argument
49 snprintf(csdName, sizeof(csdName), "csd-%d", csdIndex); in getCSDSample()
H A DExtractor.h42 void *getCSDSample(AMediaCodecBufferInfo &frameInfo, int32_t csdIndex);
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp534 unsigned csdIndex = 0; in AmendOutputFormatWithCodecSpecificData() local
544 AStringPrintf("csd-%u", csdIndex).c_str(), csd); in AmendOutputFormatWithCodecSpecificData()
546 ++csdIndex; in AmendOutputFormatWithCodecSpecificData()
549 if (csdIndex != 2) { in AmendOutputFormatWithCodecSpecificData()
551 csdIndex); in AmendOutputFormatWithCodecSpecificData()
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp5308 unsigned csdIndex = 0; in amendOutputFormatWithCodecSpecificData() local
5321 AStringPrintf("csd-%u", csdIndex).c_str(), csd); in amendOutputFormatWithCodecSpecificData()
5323 ++csdIndex; in amendOutputFormatWithCodecSpecificData()
5326 if (csdIndex != 2) { in amendOutputFormatWithCodecSpecificData()