Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodec.cpp906 ssize_t codecIdx = mcl->findCodecByName(codecName.c_str()); in init() local
907 if (codecIdx < 0) { in init()
910 mCodecInfo = mcl->getCodecInfo(codecIdx); in init()