Home
last modified time | relevance | path

Searched defs:GetFrames (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/sdk/android/native_unittests/video/
Dvideo_source_unittest.cc26 std::vector<VideoFrame> GetFrames() { in GetFrames() function in webrtc::test::__anon110d04770111::TestVideoSink
/external/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
DFDInterposing.cpp161 Frames &GetFrames() { return m_frames; } in GetFrames() function in fd_interposing::FDEvent
163 const Frames &GetFrames() const { return m_frames; } in GetFrames() function in fd_interposing::FDEvent
/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp2149 std::pair<FXCODEC_STATUS, size_t> ProgressiveDecoder::GetFrames() { in GetFrames() function in fxcodec::ProgressiveDecoder