Searched refs:csdIndex (Results 1 – 4 of 4) sorted by relevance
44 void *Extractor::getCSDSample(AMediaCodecBufferInfo &frameInfo, int32_t csdIndex) { in getCSDSample() argument49 snprintf(csdName, sizeof(csdName), "csd-%d", csdIndex); in getCSDSample()
42 void *getCSDSample(AMediaCodecBufferInfo &frameInfo, int32_t csdIndex);
534 unsigned csdIndex = 0; in AmendOutputFormatWithCodecSpecificData() local544 AStringPrintf("csd-%u", csdIndex).c_str(), csd); in AmendOutputFormatWithCodecSpecificData()546 ++csdIndex; in AmendOutputFormatWithCodecSpecificData()549 if (csdIndex != 2) { in AmendOutputFormatWithCodecSpecificData()551 csdIndex); in AmendOutputFormatWithCodecSpecificData()
5308 unsigned csdIndex = 0; in amendOutputFormatWithCodecSpecificData() local5321 AStringPrintf("csd-%u", csdIndex).c_str(), csd); in amendOutputFormatWithCodecSpecificData()5323 ++csdIndex; in amendOutputFormatWithCodecSpecificData()5326 if (csdIndex != 2) { in amendOutputFormatWithCodecSpecificData()