Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DTranscodeHelperImpl.java761 int appUnsupportedMediaFormatFlags, int fileMediaFormatFlags, String type) { in checkAppMediaSupport() argument
762 if ((appSupportedMediaFormatFlags & appUnsupportedMediaFormatFlags) != 0) { in checkAppMediaSupport()
775 fileMediaFormatFlags & appUnsupportedMediaFormatFlags; in checkAppMediaSupport()