Home
last modified time | relevance | path

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

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