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

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2224 unsigned csdIndex = 0; local
2237 StringPrintf("csd-%u", csdIndex).c_str(), csd);
2239 ++csdIndex;
2242 if (csdIndex != 2) {

Completed in 49 milliseconds