Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp1866 bool haveNativeWindow = msg->findObject("native-window", &obj) in configureCodec() local
1868 mUsingNativeWindow = haveNativeWindow; in configureCodec()
1874 if (!haveNativeWindow) { in configureCodec()
1892 if (haveNativeWindow) { in configureCodec()
2035 if (haveNativeWindow && mComponentName.startsWith("OMX.google.")) { in configureCodec()
2037 haveNativeWindow = false; in configureCodec()
2039 } else if (haveNativeWindow && !storingMetadataInDecodedBuffers()) { in configureCodec()
2049 err = setupVideoDecoder(mime, msg, haveNativeWindow, usingSwRenderer, outputFormat); in configureCodec()
2056 if (haveNativeWindow) { in configureCodec()
2076 mOMXNode, colorFormat, haveNativeWindow, &flexibleEquivalent) in configureCodec()
[all …]