Loading media/libstagefright/wifi-display/ANetworkSession.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -428,8 +428,10 @@ status_t ANetworkSession::Session::writeMore() { status_t err = OK; if (n > 0) { #if 0 ALOGI("out:"); hexdump(mOutBuffer.c_str(), n); #endif mOutBuffer.erase(0, n); } else if (n < 0) { Loading media/libstagefright/wifi-display/source/PlaybackSession.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -637,8 +637,8 @@ status_t WifiDisplaySource::PlaybackSession::setupPacketizer() { CHECK(service != NULL); // Add one reference to account for the serializer. // Add another one for unknown reasons. err = source->setMaxAcquiredBufferCount(numInputBuffers + 2); // Add another two for unknown reasons. err = source->setMaxAcquiredBufferCount(31 /* numInputBuffers + 1 */); CHECK_EQ(err, (status_t)OK); mBufferQueue = source->getBufferQueue(); Loading media/libstagefright/wifi-display/source/WifiDisplaySource.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ #define LOG_NDEBUG 0 //#define LOG_NDEBUG 0 #define LOG_TAG "WifiDisplaySource" #include <utils/Log.h> Loading Loading
media/libstagefright/wifi-display/ANetworkSession.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -428,8 +428,10 @@ status_t ANetworkSession::Session::writeMore() { status_t err = OK; if (n > 0) { #if 0 ALOGI("out:"); hexdump(mOutBuffer.c_str(), n); #endif mOutBuffer.erase(0, n); } else if (n < 0) { Loading
media/libstagefright/wifi-display/source/PlaybackSession.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -637,8 +637,8 @@ status_t WifiDisplaySource::PlaybackSession::setupPacketizer() { CHECK(service != NULL); // Add one reference to account for the serializer. // Add another one for unknown reasons. err = source->setMaxAcquiredBufferCount(numInputBuffers + 2); // Add another two for unknown reasons. err = source->setMaxAcquiredBufferCount(31 /* numInputBuffers + 1 */); CHECK_EQ(err, (status_t)OK); mBufferQueue = source->getBufferQueue(); Loading
media/libstagefright/wifi-display/source/WifiDisplaySource.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ #define LOG_NDEBUG 0 //#define LOG_NDEBUG 0 #define LOG_TAG "WifiDisplaySource" #include <utils/Log.h> Loading