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