OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:massembler
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp
59
mAssembler
= new AAVCAssembler(notify);
62
mAssembler
= new AMPEG4AudioAssembler(notify, params);
65
mAssembler
= new AH263Assembler(notify);
68
mAssembler
= new AAMRAssembler(notify, false /* isWide */, params);
70
mAssembler
= new AAMRAssembler(notify, true /* isWide */, params);
73
mAssembler
= new AMPEG4ElementaryAssembler(notify, desc, params);
76
mAssembler
= new ARawAudioAssembler(notify, desc.c_str(), params);
78
mAssembler
= new AMPEG2TSAssembler(notify, desc.c_str(), params);
89
if (queuePacket(buffer) &&
mAssembler
!= NULL) {
90
mAssembler
->onPacketReceived(this)
[
all
...]
ARTPSource.h
55
sp<ARTPAssembler>
mAssembler
;
Completed in 41 milliseconds