Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DTranscodeHelperImpl.java728 private Optional<Boolean> checkAppMediaSupport(int appSupportedMediaFormatFlags, in checkAppMediaSupport() argument
730 if ((appSupportedMediaFormatFlags & appUnsupportedMediaFormatFlags) != 0) { in checkAppMediaSupport()
751 int fileMediaFormatsSupportedByApp = appSupportedMediaFormatFlags & fileMediaFormatFlags; in checkAppMediaSupport()