Loading cmds/screenrecord/Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ LOCAL_C_INCLUDES := \ $(TOP)/frameworks/native/include/media/openmax \ external/jpeg LOCAL_CFLAGS := -Werror -Wall LOCAL_CFLAGS += -Wno-multichar #LOCAL_CFLAGS += -UNDEBUG Loading cmds/screenrecord/Overlay.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,6 @@ void Overlay::processFrame_l() { mGlConsumer->getTransformMatrix(texMatrix); nsecs_t monotonicNsec = mGlConsumer->getTimestamp(); nsecs_t frameNumber = mGlConsumer->getFrameNumber(); int64_t droppedFrames = 0; if (mLastFrameNumber > 0) { mTotalDroppedFrames += size_t(frameNumber - mLastFrameNumber) - 1; Loading cmds/screenrecord/screenrecord.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,6 @@ static status_t prepareEncoder(float displayFps, sp<MediaCodec>* pCodec, */ static status_t setDisplayProjection(const sp<IBinder>& dpy, const DisplayInfo& mainDpyInfo) { status_t err; // Set the region of the layer stack we're interested in, which in our // case is "all of it". If the app is rotated (so that the width of the Loading Loading
cmds/screenrecord/Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ LOCAL_C_INCLUDES := \ $(TOP)/frameworks/native/include/media/openmax \ external/jpeg LOCAL_CFLAGS := -Werror -Wall LOCAL_CFLAGS += -Wno-multichar #LOCAL_CFLAGS += -UNDEBUG Loading
cmds/screenrecord/Overlay.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,6 @@ void Overlay::processFrame_l() { mGlConsumer->getTransformMatrix(texMatrix); nsecs_t monotonicNsec = mGlConsumer->getTimestamp(); nsecs_t frameNumber = mGlConsumer->getFrameNumber(); int64_t droppedFrames = 0; if (mLastFrameNumber > 0) { mTotalDroppedFrames += size_t(frameNumber - mLastFrameNumber) - 1; Loading
cmds/screenrecord/screenrecord.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,6 @@ static status_t prepareEncoder(float displayFps, sp<MediaCodec>* pCodec, */ static status_t setDisplayProjection(const sp<IBinder>& dpy, const DisplayInfo& mainDpyInfo) { status_t err; // Set the region of the layer stack we're interested in, which in our // case is "all of it". If the app is rotated (so that the width of the Loading