Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodecList.cpp410 sp<AMessage> formatNoProfile = format->dup(); in findMatchingCodecs() local
411 formatNoProfile->removeEntryByName(KEY_PROFILE); in findMatchingCodecs()
412 findMatchingCodecs(mime, encoder, flags, formatNoProfile, matches); in findMatchingCodecs()