Searched defs:haveNativeWindow (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp1849 bool haveNativeWindow = msg->findObject("native-window", &obj) local
1851 mUsingNativeWindow = haveNativeWindow;
1857 if (!haveNativeWindow) {
1876 if (haveNativeWindow) {
2019 if (haveNativeWindow && mComponentName.startsWith("OMX.google.")) {
2021 haveNativeWindow = false;
2023 } else if (haveNativeWindow && !storingMetadataInDecodedBuffers()) {
2033 err = setupVideoDecoder(mime, msg, haveNativeWindow, usingSwRenderer, outputFormat);
2040 if (haveNativeWindow) {
2060 mOMXNode, colorFormat, haveNativeWindow,
3278 setupVideoDecoder( const char *mime, const sp<AMessage> &msg, bool haveNativeWindow, bool usingSwRenderer, sp<AMessage> &outputFormat) argument
[all...]

Completed in 68 milliseconds