Loading media/libstagefright/omx/1.0/WGraphicBufferProducer.cpp +3 −4 Original line number Diff line number Diff line Loading @@ -64,9 +64,8 @@ Return<void> TWGraphicBufferProducer::dequeueBuffer( sp<Fence> fence; ::android::FrameEventHistoryDelta outTimestamps; status_t status = mBase->dequeueBuffer( &slot, &fence, width, height, static_cast<::android::PixelFormat>(format), usage, &slot, &fence, width, height, static_cast<::android::PixelFormat>(format), usage, nullptr, getFrameTimestamps ? &outTimestamps : nullptr); hidl_handle tFence; FrameEventHistoryDelta tOutTimestamps; Loading Loading
media/libstagefright/omx/1.0/WGraphicBufferProducer.cpp +3 −4 Original line number Diff line number Diff line Loading @@ -64,9 +64,8 @@ Return<void> TWGraphicBufferProducer::dequeueBuffer( sp<Fence> fence; ::android::FrameEventHistoryDelta outTimestamps; status_t status = mBase->dequeueBuffer( &slot, &fence, width, height, static_cast<::android::PixelFormat>(format), usage, &slot, &fence, width, height, static_cast<::android::PixelFormat>(format), usage, nullptr, getFrameTimestamps ? &outTimestamps : nullptr); hidl_handle tFence; FrameEventHistoryDelta tOutTimestamps; Loading