Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodec.cpp3180 unsigned csdIndex = 0; in amendOutputFormatWithCodecSpecificData() local
3193 AStringPrintf("csd-%u", csdIndex).c_str(), csd); in amendOutputFormatWithCodecSpecificData()
3195 ++csdIndex; in amendOutputFormatWithCodecSpecificData()
3198 if (csdIndex != 2) { in amendOutputFormatWithCodecSpecificData()