Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp1859 bool haveNativeWindow = msg->findObject("native-window", &obj) in configureCodec() local
1861 mUsingNativeWindow = haveNativeWindow; in configureCodec()
1867 if (!haveNativeWindow) { in configureCodec()
1885 if (haveNativeWindow) { in configureCodec()
2028 if (haveNativeWindow && mComponentName.startsWith("OMX.google.")) { in configureCodec()
2030 haveNativeWindow = false; in configureCodec()
2032 } else if (haveNativeWindow && !storingMetadataInDecodedBuffers()) { in configureCodec()
2042 err = setupVideoDecoder(mime, msg, haveNativeWindow, usingSwRenderer, outputFormat); in configureCodec()
2049 if (haveNativeWindow) { in configureCodec()
2069 mOMXNode, colorFormat, haveNativeWindow, &flexibleEquivalent) in configureCodec()
[all …]