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

  /frameworks/av/include/media/stagefright/
ACodec.h 102 struct FlushingState;
173 sp<FlushingState> mFlushingState;
  /frameworks/av/media/libstagefright/
ACodec.cpp 382 struct ACodec::FlushingState : public ACodec::BaseState {
383 FlushingState(ACodec *codec);
399 DISALLOW_EVIL_CONSTRUCTORS(FlushingState);
437 mFlushingState = new FlushingState(this);
    [all...]

Completed in 4230 milliseconds