Searched refs:ExecutingState (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h107 struct ExecutingState;
218 sp<ExecutingState> mExecutingState;
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h107 struct ExecutingState;
218 sp<ExecutingState> mExecutingState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp410 struct ACodec::ExecutingState : public ACodec::BaseState { struct in class:android::ACodec
411 explicit ExecutingState(ACodec *codec);
435 DISALLOW_EVIL_CONSTRUCTORS(ExecutingState);
587 mExecutingState = new ExecutingState(this);
7020 ACodec::ExecutingState::ExecutingState(ACodec *codec) function in class:android::ACodec::ExecutingState
7025 ACodec::BaseState::PortMode ACodec::ExecutingState::getPortMode(
7030 void ACodec::ExecutingState::submitOutputMetaBuffers() {
7046 void ACodec::ExecutingState::submitRegularOutputBuffers() {
7085 void ACodec::ExecutingState
[all...]

Completed in 682 milliseconds