OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlushingState
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/include/media/stagefright/
ACodec.h
111
struct
FlushingState
;
223
sp<
FlushingState
> mFlushingState;
/frameworks/av/media/libstagefright/
ACodec.cpp
491
struct ACodec::
FlushingState
: public ACodec::BaseState {
492
explicit
FlushingState
(ACodec *codec);
508
DISALLOW_EVIL_CONSTRUCTORS(
FlushingState
);
591
mFlushingState = new
FlushingState
(this);
[
all
...]
Completed in 77 milliseconds