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 89 struct FlushingState;
140 sp<FlushingState> mFlushingState;
  /frameworks/av/media/libstagefright/
ACodec.cpp 309 struct ACodec::FlushingState : public ACodec::BaseState {
310 FlushingState(ACodec *codec);
326 DISALLOW_EVIL_CONSTRUCTORS(FlushingState);
352 mFlushingState = new FlushingState(this);
    [all...]

Completed in 561 milliseconds