Searched refs:numCodecs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp641 size_t numCodecs = list->countCodecs(); local
646 for (size_t index = 0; index < numCodecs; ++index) {
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp860 size_t numCodecs = mCodecInfos.size(); local
861 for (; startIndex < numCodecs; ++startIndex) {

Completed in 387 milliseconds