/external/opencore/fileformats/mp4/composer/src/ |
D | mpeg4file.cpp | 440 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 …]
|
D | interleavebuffer.cpp | 27 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()
|
D | esdatom.cpp | 31 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()
|
D | trackatom.cpp | 37 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()
|
D | trackextendsatom.cpp | 24 int32 codecType, in PVA_FF_TrackExtendsAtom() argument 30 _codecType = codecType; in PVA_FF_TrackExtendsAtom()
|
D | audiosampleentry.cpp | 30 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()
|
D | esdescriptor.cpp | 30 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()
|
D | visualsampleentry.cpp | 31 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()
|
D | decoderconfigdescriptor.cpp | 31 PVA_FF_DecoderConfigDescriptor::PVA_FF_DecoderConfigDescriptor(int32 streamType, int32 codecType) in PVA_FF_DecoderConfigDescriptor() argument 34 _codecType = codecType; in PVA_FF_DecoderConfigDescriptor()
|
D | mediaatom.cpp | 31 int32 codecType, in PVA_FF_MediaAtom() argument 45 codecType, in PVA_FF_MediaAtom()
|
D | trackfragmentatom.cpp | 31 uint32 codecType, in PVA_FF_TrackFragmentAtom() argument 38 _codecType = codecType; in PVA_FF_TrackFragmentAtom()
|
D | moviefragmentatom.cpp | 66 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()
|
D | mediainformationatom.cpp | 38 int32 codecType, in PVA_FF_MediaInformationAtom() argument 49 codecType, in PVA_FF_MediaInformationAtom()
|
D | sampletableatom.cpp | 32 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/ |
D | tsc_capability.h | 96 …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/ |
D | tsc_capability.cpp | 246 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/ |
D | trackextendsatom.h | 29 PVA_FF_TrackExtendsAtom(uint32 mediaType, int32 codecType, uint32 trackId);
|
D | esdatom.h | 35 PVA_FF_ESDAtom(int32 streamType, int32 codecType); // Constructor
|
D | moviefragmentatom.h | 38 void addTrackFragment(uint32 mediaType, uint32 codecType, uint32 trackId,
|
D | visualsampleentry.h | 34 PVA_FF_VisualSampleEntry(int32 codecType); // Constructor
|
D | trackfragmentatom.h | 38 PVA_FF_TrackFragmentAtom(uint32 mediaType, uint32 codecType, uint32 trackId,
|
D | audiosampleentry.h | 32 PVA_FF_AudioSampleEntry(int32 codecType); // Constructor
|
D | interleavebuffer.h | 36 PVA_FF_InterLeaveBuffer(uint32 mediaType, uint32 codecType, uint32 trackId);
|
D | decoderconfigdescriptor.h | 35 PVA_FF_DecoderConfigDescriptor(int32 streamType, int32 codecType); // Constructor
|
/external/opencore/nodes/pvmp4ffcomposernode/src/ |
D | pvmp4ffcn_node.cpp | 1714 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 …]
|