Searched defs:onOMXFrameRendered (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp260 virtual bool onOMXFrameRendered(int64_t mediaTimeUs, nsecs_t systemNano);
378 virtual bool onOMXFrameRendered(int64_t mediaTimeUs, nsecs_t systemNano);
397 virtual bool onOMXFrameRendered(int64_t mediaTimeUs, nsecs_t systemNano);
5540 return onOMXFrameRendered(
5550 bool ACodec::BaseState::onOMXFrameRendered( function in class:android::ACodec::BaseState
7318 bool ACodec::ExecutingState::onOMXFrameRendered(int64_t mediaTimeUs, nsecs_t systemNano) { function in class:android::ACodec::ExecutingState
7411 bool ACodec::OutputPortSettingsChangedState::onOMXFrameRendered( function in class:android::ACodec::OutputPortSettingsChangedState

Completed in 44 milliseconds