HomeSort by relevance Sort by last modified time
    Searched refs:FlushingState (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/include/media/stagefright/
ACodec.h 111 struct FlushingState;
222 sp<FlushingState> mFlushingState;
  /frameworks/av/media/libstagefright/
ACodec.cpp 494 struct ACodec::FlushingState : public ACodec::BaseState {
495 explicit FlushingState(ACodec *codec);
511 DISALLOW_EVIL_CONSTRUCTORS(FlushingState);
594 mFlushingState = new FlushingState(this);
    [all...]

Completed in 111 milliseconds