OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FrameDecoded
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor.h
173
void
FrameDecoded
(const webrtc::I420VideoFrame& image);
videoprocessor.cc
296
void VideoProcessorImpl::
FrameDecoded
(const I420VideoFrame& image) {
410
video_processor_->
FrameDecoded
(image); // forward to parent class
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
normal_test.h
113
void
FrameDecoded
(uint32_t timeStamp);
normal_test.cc
348
NormalTest::
FrameDecoded
(uint32_t timeStamp)
Completed in 158 milliseconds