/external/opencore/fileformats/mp4/composer/src/ |
esdatom.cpp | 31 PVA_FF_ESDAtom::PVA_FF_ESDAtom(int32 streamType, int32 codecType) 35 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_ESDescriptor, (streamType, codecType), _pdescriptor);
|
audiosampleentry.cpp | 30 PVA_FF_AudioSampleEntry::PVA_FF_AudioSampleEntry(int32 codecType) 33 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_ESDAtom, (MEDIA_TYPE_AUDIO, codecType), _pes);
|
trackextendsatom.cpp | 24 int32 codecType, 30 _codecType = codecType;
|
esdescriptor.cpp | 30 PVA_FF_ESDescriptor::PVA_FF_ESDescriptor(int32 streamType, int32 codecType) 33 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_DecoderConfigDescriptor, (streamType, codecType), _pdcd);
|
visualsampleentry.cpp | 31 PVA_FF_VisualSampleEntry::PVA_FF_VisualSampleEntry(int32 codecType) 34 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_ESDAtom, (MEDIA_TYPE_VISUAL, codecType), _pes);
|
interleavebuffer.cpp | 27 uint32 codecType, 32 _codecType = codecType; 43 if (codecType == CODEC_TYPE_AMR_AUDIO) 50 else if (codecType == CODEC_TYPE_AAC_AUDIO) 57 else if (codecType == CODEC_TYPE_AMR_WB_AUDIO)
|
trackatom.cpp | 37 int32 codecType, 51 _codecType = codecType; 62 if ((codecType == CODEC_TYPE_MPEG4_VIDEO) || 63 (codecType == CODEC_TYPE_AAC_AUDIO)) 75 codecType,
|
mpeg4file.cpp | 440 int32 codecType, 448 _codecType = codecType; 508 codecType, 520 codecType, 532 if ((codecType == CODEC_TYPE_AMR_AUDIO) || 533 (codecType == CODEC_TYPE_AMR_WB_AUDIO)) 537 if (codecType == CODEC_TYPE_AAC_AUDIO) 546 if ((codecType == CODEC_TYPE_BASELINE_H263_VIDEO) || 547 (codecType == CODEC_TYPE_AVC_VIDEO)) 551 else if (codecType == CODEC_TYPE_MPEG4_VIDEO [all...] |
decoderconfigdescriptor.cpp | 31 PVA_FF_DecoderConfigDescriptor::PVA_FF_DecoderConfigDescriptor(int32 streamType, int32 codecType) 34 _codecType = codecType;
|
mediaatom.cpp | 31 int32 codecType, 45 codecType,
|
mediainformationatom.cpp | 38 int32 codecType, 49 codecType,
|
moviefragmentatom.cpp | 66 PVA_FF_MovieFragmentAtom::addTrackFragment(uint32 mediaType, uint32 codecType, 71 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_TrackFragmentAtom, ((mediaType), (codecType),
|
trackfragmentatom.cpp | 31 uint32 codecType, 38 _codecType = codecType;
|
/external/opencore/fileformats/mp4/composer/include/ |
trackextendsatom.h | 29 PVA_FF_TrackExtendsAtom(uint32 mediaType, int32 codecType, uint32 trackId);
|
esdatom.h | 35 PVA_FF_ESDAtom(int32 streamType, int32 codecType); // Constructor
|
moviefragmentatom.h | 38 void addTrackFragment(uint32 mediaType, uint32 codecType, uint32 trackId,
|
audiosampleentry.h | 33 PVA_FF_AudioSampleEntry(int32 codecType); // Constructor
|
decoderconfigdescriptor.h | 35 PVA_FF_DecoderConfigDescriptor(int32 streamType, int32 codecType); // Constructor
|
interleavebuffer.h | 36 PVA_FF_InterLeaveBuffer(uint32 mediaType, uint32 codecType, uint32 trackId);
|
trackfragmentatom.h | 38 PVA_FF_TrackFragmentAtom(uint32 mediaType, uint32 codecType, uint32 trackId,
|
visualsampleentry.h | 34 PVA_FF_VisualSampleEntry(int32 codecType); // Constructor
|
esdescriptor.h | 34 PVA_FF_ESDescriptor(int32 streamType, int32 codecType); // Constructor
|
mediadataatom.h | 64 uint32 length, int32 mediaType, int32 codecType);
|
mediaatom.h | 41 int32 codecType,
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
tsc_capability.h | 96 PS_DataType GetOutgoingDataType(PVCodecType_t codecType, uint32 bitrate, uint16 csi_len, uint8* csi); 105 uint32 GetMaxBitrateForOutgoingChannel(PVCodecType_t codecType); 106 PS_DataType GetDataType(PVCodecType_t codecType, uint32 bitrate, const uint8* dci, uint16 dci_len);
|