Searched refs:csdIndex (Results 1 – 3 of 3) 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);
3712 unsigned csdIndex = 0; in amendOutputFormatWithCodecSpecificData() local3725 AStringPrintf("csd-%u", csdIndex).c_str(), csd); in amendOutputFormatWithCodecSpecificData()3727 ++csdIndex; in amendOutputFormatWithCodecSpecificData()3730 if (csdIndex != 2) { in amendOutputFormatWithCodecSpecificData()