Searched refs:nativeFrameId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java34 private int nativeFrameId = -1; field in class:NativeFrame
46 nativeFrameId = -1;
51 return nativeFrameId != -1;
224 return "NativeFrame id: " + nativeFrameId + " (" + getFormat() + ") of size "
/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp117 TimingInfo(const VkPresentTimeGOOGLE* qp, uint64_t nativeFrameId) argument
119 native_frame_id_(nativeFrameId) {}
1582 // Record the nativeFrameId so it can be later correlated to
1584 uint64_t nativeFrameId = 0; local
1586 window, &nativeFrameId);
1592 // the nativeFrameId.
1593 swapchain.timing.push_back(TimingInfo(time, nativeFrameId));

Completed in 132 milliseconds