Loading media/libstagefright/omx/1.0/WGraphicBufferProducer.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -64,8 +64,9 @@ 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, nullptr, &slot, &fence, width, height, static_cast<::android::PixelFormat>(format), usage, getFrameTimestamps ? &outTimestamps : nullptr); hidl_handle tFence; FrameEventHistoryDelta tOutTimestamps; Loading Loading
media/libstagefright/omx/1.0/WGraphicBufferProducer.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -64,8 +64,9 @@ 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, nullptr, &slot, &fence, width, height, static_cast<::android::PixelFormat>(format), usage, getFrameTimestamps ? &outTimestamps : nullptr); hidl_handle tFence; FrameEventHistoryDelta tOutTimestamps; Loading