Searched refs:AMPEG4ElementaryAssembler (Results 1 – 4 of 4) sorted by relevance
35 struct AMPEG4ElementaryAssembler : public ARTPAssembler { struct36 AMPEG4ElementaryAssembler(41 virtual ~AMPEG4ElementaryAssembler();74 DISALLOW_EVIL_CONSTRUCTORS(AMPEG4ElementaryAssembler); argument
109 AMPEG4ElementaryAssembler::AMPEG4ElementaryAssembler( in AMPEG4ElementaryAssembler() function in android::AMPEG4ElementaryAssembler198 AMPEG4ElementaryAssembler::~AMPEG4ElementaryAssembler() { in ~AMPEG4ElementaryAssembler()206 ARTPAssembler::AssemblyStatus AMPEG4ElementaryAssembler::addPacket( in addPacket()374 void AMPEG4ElementaryAssembler::submitAccessUnit() { in submitAccessUnit()408 ARTPAssembler::AssemblyStatus AMPEG4ElementaryAssembler::assembleMore( in assembleMore()418 void AMPEG4ElementaryAssembler::packetLost() { in packetLost()427 void AMPEG4ElementaryAssembler::onByeReceived() { in onByeReceived()
10 "AMPEG4ElementaryAssembler.cpp",
76 mAssembler = new AMPEG4ElementaryAssembler(notify, desc, params); in ARTPSource()