Home
last modified time | relevance | path

Searched refs:codecType (Results 1 – 25 of 39) sorted by relevance

12

/external/opencore/fileformats/mp4/composer/src/
Dmpeg4file.cpp440 int32 codecType, in addTrack() argument
448 _codecType = codecType; in addTrack()
508 codecType, in addTrack()
520 codecType, in addTrack()
532 if ((codecType == CODEC_TYPE_AMR_AUDIO) || in addTrack()
533 (codecType == CODEC_TYPE_AMR_WB_AUDIO)) in addTrack()
537 if (codecType == CODEC_TYPE_AAC_AUDIO) in addTrack()
546 if ((codecType == CODEC_TYPE_BASELINE_H263_VIDEO) || in addTrack()
547 (codecType == CODEC_TYPE_AVC_VIDEO)) in addTrack()
551 else if (codecType == CODEC_TYPE_MPEG4_VIDEO) in addTrack()
[all …]
Dinterleavebuffer.cpp27 uint32 codecType, in PVA_FF_InterLeaveBuffer() argument
32 _codecType = codecType; in PVA_FF_InterLeaveBuffer()
43 if (codecType == CODEC_TYPE_AMR_AUDIO) in PVA_FF_InterLeaveBuffer()
50 else if (codecType == CODEC_TYPE_AAC_AUDIO) in PVA_FF_InterLeaveBuffer()
57 else if (codecType == CODEC_TYPE_AMR_WB_AUDIO) in PVA_FF_InterLeaveBuffer()
Desdatom.cpp31 PVA_FF_ESDAtom::PVA_FF_ESDAtom(int32 streamType, int32 codecType) in PVA_FF_ESDAtom() argument
35 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_ESDescriptor, (streamType, codecType), _pdescriptor); in PVA_FF_ESDAtom()
Dtrackatom.cpp37 int32 codecType, in PVA_FF_TrackAtom() argument
51 _codecType = codecType; in PVA_FF_TrackAtom()
62 if ((codecType == CODEC_TYPE_MPEG4_VIDEO) || in PVA_FF_TrackAtom()
63 (codecType == CODEC_TYPE_AAC_AUDIO)) in PVA_FF_TrackAtom()
75 codecType, in PVA_FF_TrackAtom()
Dtrackextendsatom.cpp24 int32 codecType, in PVA_FF_TrackExtendsAtom() argument
30 _codecType = codecType; in PVA_FF_TrackExtendsAtom()
Daudiosampleentry.cpp30 PVA_FF_AudioSampleEntry::PVA_FF_AudioSampleEntry(int32 codecType) in PVA_FF_AudioSampleEntry() argument
33 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_ESDAtom, (MEDIA_TYPE_AUDIO, codecType), _pes); in PVA_FF_AudioSampleEntry()
Desdescriptor.cpp30 PVA_FF_ESDescriptor::PVA_FF_ESDescriptor(int32 streamType, int32 codecType) in PVA_FF_ESDescriptor() argument
33 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_DecoderConfigDescriptor, (streamType, codecType), _pdcd); in PVA_FF_ESDescriptor()
Dvisualsampleentry.cpp31 PVA_FF_VisualSampleEntry::PVA_FF_VisualSampleEntry(int32 codecType) in PVA_FF_VisualSampleEntry() argument
34 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_ESDAtom, (MEDIA_TYPE_VISUAL, codecType), _pes); in PVA_FF_VisualSampleEntry()
Ddecoderconfigdescriptor.cpp31 PVA_FF_DecoderConfigDescriptor::PVA_FF_DecoderConfigDescriptor(int32 streamType, int32 codecType) in PVA_FF_DecoderConfigDescriptor() argument
34 _codecType = codecType; in PVA_FF_DecoderConfigDescriptor()
Dmediaatom.cpp31 int32 codecType, in PVA_FF_MediaAtom() argument
45 codecType, in PVA_FF_MediaAtom()
Dtrackfragmentatom.cpp31 uint32 codecType, in PVA_FF_TrackFragmentAtom() argument
38 _codecType = codecType; in PVA_FF_TrackFragmentAtom()
Dmoviefragmentatom.cpp66 PVA_FF_MovieFragmentAtom::addTrackFragment(uint32 mediaType, uint32 codecType, in addTrackFragment() argument
71 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_TrackFragmentAtom, ((mediaType), (codecType), in addTrackFragment()
Dmediainformationatom.cpp38 int32 codecType, in PVA_FF_MediaInformationAtom() argument
49 codecType, in PVA_FF_MediaInformationAtom()
Dsampletableatom.cpp32 int32 codecType, in PVA_FF_SampleTableAtom() argument
47 …PV_MP4_FF_NEW(fp->auditCB, PVA_FF_SampleDescriptionAtom, (mediaType, codecType, protocol, profile,… in PVA_FF_SampleTableAtom()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtsc_capability.h96 …PS_DataType GetOutgoingDataType(PVCodecType_t codecType, uint32 bitrate, uint16 csi_len, uint8* cs…
105 uint32 GetMaxBitrateForOutgoingChannel(PVCodecType_t codecType);
106 …PS_DataType GetDataType(PVCodecType_t codecType, uint32 bitrate, const uint8* dci, uint16 dci_len);
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_capability.cpp246 PS_DataType TSC_capability::GetOutgoingDataType(PVCodecType_t codecType, in GetOutgoingDataType() argument
252 … (0, "TSC_capability::GetOutgoingDataType - codecType(%d), bitrate(%d)", codecType, bitrate)); in GetOutgoingDataType()
263 PVCodecTypeToPVMFFormatType(codecType)) in GetOutgoingDataType()
270 switch (codecType) in GetOutgoingDataType()
834 uint32 TSC_capability::GetMaxBitrateForOutgoingChannel(PVCodecType_t codecType) in GetMaxBitrateForOutgoingChannel() argument
840 …iRemoteCapability->GetCapabilityItem(i)->GetFormatType() == PVCodecTypeToPVMFFormatType(codecType)) in GetMaxBitrateForOutgoingChannel()
847 TSC_capability::GetDataType(PVCodecType_t codecType, in GetDataType() argument
854 codecType, bitrate, dci, dci_len)); in GetDataType()
860 switch (codecType) in GetDataType()
/external/opencore/fileformats/mp4/composer/include/
Dtrackextendsatom.h29 PVA_FF_TrackExtendsAtom(uint32 mediaType, int32 codecType, uint32 trackId);
Desdatom.h35 PVA_FF_ESDAtom(int32 streamType, int32 codecType); // Constructor
Dmoviefragmentatom.h38 void addTrackFragment(uint32 mediaType, uint32 codecType, uint32 trackId,
Dvisualsampleentry.h34 PVA_FF_VisualSampleEntry(int32 codecType); // Constructor
Dtrackfragmentatom.h38 PVA_FF_TrackFragmentAtom(uint32 mediaType, uint32 codecType, uint32 trackId,
Daudiosampleentry.h32 PVA_FF_AudioSampleEntry(int32 codecType); // Constructor
Dinterleavebuffer.h36 PVA_FF_InterLeaveBuffer(uint32 mediaType, uint32 codecType, uint32 trackId);
Ddecoderconfigdescriptor.h35 PVA_FF_DecoderConfigDescriptor(int32 streamType, int32 codecType); // Constructor
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node.cpp1714 int32 codecType = 0; in AddTrack() local
1726 codecType = CODEC_TYPE_TIMED_TEXT; in AddTrack()
1731 codecType = CODEC_TYPE_AVC_VIDEO; in AddTrack()
1736 codecType = CODEC_TYPE_MPEG4_VIDEO; in AddTrack()
1742 codecType = CODEC_TYPE_BASELINE_H263_VIDEO; in AddTrack()
1747 codecType = CODEC_TYPE_AMR_AUDIO; in AddTrack()
1752 codecType = CODEC_TYPE_AMR_WB_AUDIO; in AddTrack()
1757 codecType = CODEC_TYPE_AAC_AUDIO; in AddTrack()
1767 aPort->SetCodecType(codecType); in AddTrack()
1771 mediaType, codecType)); in AddTrack()
[all …]

12