OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EsParserH264
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/mp2t/
es_parser_h264.h
32
class
EsParserH264
: public EsParser {
36
EsParserH264
(const NewVideoConfigCB& new_video_config_cb,
38
virtual ~
EsParserH264
();
es_parser_h264.cc
98
EsParserH264
::
EsParserH264
(
109
EsParserH264
::~
EsParserH264
() {
112
bool
EsParserH264
::Parse(const uint8* buf, int size,
154
void
EsParserH264
::Flush() {
170
void
EsParserH264
::Reset() {
171
DVLOG(1) << "
EsParserH264
::Reset";
180
bool
EsParserH264
::ParseInternal() {
228
void
EsParserH264
::EmitFrameIfNeeded(int next_aud_pos)
[
all
...]
Completed in 182 milliseconds