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

/frameworks/av/include/media/stagefright/
H A DACodec.h103 struct ExecutingState;
209 sp<ExecutingState> mExecutingState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp355 struct ACodec::ExecutingState : public ACodec::BaseState { struct in class:android::ACodec
356 ExecutingState(ACodec *codec);
380 DISALLOW_EVIL_CONSTRUCTORS(ExecutingState);
524 mExecutingState = new ExecutingState(this);
6050 ACodec::ExecutingState::ExecutingState(ACodec *codec) function in class:android::ACodec::ExecutingState
6055 ACodec::BaseState::PortMode ACodec::ExecutingState::getPortMode(
6060 void ACodec::ExecutingState::submitOutputMetaBuffers() {
6076 void ACodec::ExecutingState::submitRegularOutputBuffers() {
6118 void ACodec::ExecutingState
[all...]

Completed in 3552 milliseconds