Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp1854 bool haveNativeWindow = msg->findObject("native-window", &obj) in configureCodec() local
1856 mUsingNativeWindow = haveNativeWindow; in configureCodec()
1862 if (!haveNativeWindow) { in configureCodec()
1880 if (haveNativeWindow) { in configureCodec()
2023 if (haveNativeWindow && mComponentName.startsWith("OMX.google.")) { in configureCodec()
2025 haveNativeWindow = false; in configureCodec()
2027 } else if (haveNativeWindow && !storingMetadataInDecodedBuffers()) { in configureCodec()
2037 err = setupVideoDecoder(mime, msg, haveNativeWindow, usingSwRenderer, outputFormat); in configureCodec()
2044 if (haveNativeWindow) { in configureCodec()
2064 mOMXNode, colorFormat, haveNativeWindow, &flexibleEquivalent) in configureCodec()
[all …]