Searched defs:csdIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2202 unsigned csdIndex = 0; local
2215 StringPrintf("csd-%u", csdIndex).c_str(), csd);
2217 ++csdIndex;
2220 if (csdIndex != 2) {

Completed in 40 milliseconds