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

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

Completed in 38 milliseconds