Home
last modified time | relevance | path

Searched refs:iFormatSpecificConfig (Results 1 – 11 of 11) sorted by relevance

/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_port.cpp59 oscl_memset((OsclAny*)&iFormatSpecificConfig, 0, sizeof(PVMP4FFCNFormatSpecificConfig)); in PVMp4FFComposerPort()
702 iFormatSpecificConfig.iBitrate = PVMF_MP4FFCN_TEXT_BITRATE; in GetInputParametersFromPeer()
708 iFormatSpecificConfig.iBitrate = PVMF_MP4FFCN_AUDIO_BITRATE; in GetInputParametersFromPeer()
715 iFormatSpecificConfig.iBitrate = PVMF_MP4FFCN_VIDEO_BITRATE; in GetInputParametersFromPeer()
724 iFormatSpecificConfig.iBitrate = kvp[0].value.uint32_value; in GetInputParametersFromPeer()
739 iFormatSpecificConfig.iTimescale = PVMF_MP4FFCN_AUDIO_TIMESCALE; in GetInputParametersFromPeer()
743 iFormatSpecificConfig.iTimescale = kvp[0].value.uint32_value; in GetInputParametersFromPeer()
755 iFormatSpecificConfig.iSamplingRate = PVMF_MP4FFCN_AUDIO_SAMPLING_RATE; in GetInputParametersFromPeer()
759 iFormatSpecificConfig.iSamplingRate = kvp[0].value.uint32_value; in GetInputParametersFromPeer()
770 iFormatSpecificConfig.iNumberOfChannels = PVMF_MP4FFCN_AUDIO_NUM_CHANNELS; in GetInputParametersFromPeer()
[all …]
Dpvmp4ffcn_port.h160 return &iFormatSpecificConfig; in GetFormatSpecificConfig()
240 PVMP4FFCNFormatSpecificConfig iFormatSpecificConfig; variable
/external/opencore/nodes/pvaacffparsernode/src/
Dpvmf_aacffparser_outport.cpp205 if (trackInfoPtr->iFormatSpecificConfig.getMemFragSize() > 0) in pvmiSetPortFormatSpecificInfoSync()
218 … kvp.value.key_specific_value = (OsclAny*)(trackInfoPtr->iFormatSpecificConfig.getMemFragPtr()); in pvmiSetPortFormatSpecificInfoSync()
219 kvp.capacity = trackInfoPtr->iFormatSpecificConfig.getMemFragSize(); in pvmiSetPortFormatSpecificInfoSync()
266 if (trackInfoPtr->iFormatSpecificConfig.getMemFragSize() > 0) in pvmiGetPortFormatSpecificInfoSync()
278 … aKvp->value.key_specific_value = (OsclAny*)(trackInfoPtr->iFormatSpecificConfig.getMemFragPtr()); in pvmiGetPortFormatSpecificInfoSync()
279 aKvp->capacity = trackInfoPtr->iFormatSpecificConfig.getMemFragSize(); in pvmiGetPortFormatSpecificInfoSync()
Dpvmf_aacffparser_node.h261 iFormatSpecificConfig = aSrc.iFormatSpecificConfig; in PVAACFFNodeTrackPortInfo()
362 OsclRefCounterMemFrag iFormatSpecificConfig; variable
Dpvmf_aacffparser_node.cpp768 aTrackPortInfo.iFormatSpecificConfig = configinfo_refcntmemfrag; in RetrieveTrackConfigInfo()
878 aMediaDataOut->setFormatSpecificInfo(aTrackInfoPtr->iFormatSpecificConfig); in RetrieveMediaSample()
2359 config = trackPortInfo.iFormatSpecificConfig; in GetMediaPresentationInfo()
/external/opencore/nodes/pvamrffparsernode/src/
Dpvmf_amrffparser_port.cpp207 if (trackInfoPtr->iFormatSpecificConfig.getMemFragSize() > 0) in pvmiSetPortFormatSpecificInfoSync()
220 … kvp.value.key_specific_value = (OsclAny*)(trackInfoPtr->iFormatSpecificConfig.getMemFragPtr()); in pvmiSetPortFormatSpecificInfoSync()
221 kvp.capacity = trackInfoPtr->iFormatSpecificConfig.getMemFragSize(); in pvmiSetPortFormatSpecificInfoSync()
268 if (trackInfoPtr->iFormatSpecificConfig.getMemFragSize() > 0) in pvmiGetPortFormatSpecificInfoSync()
280 … aKvp->value.key_specific_value = (OsclAny*)(trackInfoPtr->iFormatSpecificConfig.getMemFragPtr()); in pvmiGetPortFormatSpecificInfoSync()
281 aKvp->capacity = trackInfoPtr->iFormatSpecificConfig.getMemFragSize(); in pvmiGetPortFormatSpecificInfoSync()
Dpvmf_amrffparser_port.h212 iFormatSpecificConfig = aSrc.iFormatSpecificConfig; in PVAMRFFNodeTrackPortInfo()
299 OsclRefCounterMemFrag iFormatSpecificConfig; variable
Dpvmf_amrffparser_node.cpp1932 trackportinfo.iFormatSpecificConfig = tmpRefcntMemFrag; in DoRequestPort()
3651 aMediaDataOut->setFormatSpecificInfo(aTrackInfoPtr->iFormatSpecificConfig); in RetrieveMediaSample()
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_outport.cpp325 if (trackInfoPtr->iFormatSpecificConfig.getMemFragSize() == 0) in pvmiSetPortFormatSpecificInfoSync()
332 … kvp.value.key_specific_value = (OsclAny*)(trackInfoPtr->iFormatSpecificConfig.getMemFragPtr()); in pvmiSetPortFormatSpecificInfoSync()
333 kvp.capacity = trackInfoPtr->iFormatSpecificConfig.getMemFragSize(); in pvmiSetPortFormatSpecificInfoSync()
495 if (trackInfoPtr->iFormatSpecificConfig.getMemFragSize() == 0) in pvmiGetPortFormatSpecificInfoSync()
502 … aKvp->value.key_specific_value = (OsclAny*)(trackInfoPtr->iFormatSpecificConfig.getMemFragPtr()); in pvmiGetPortFormatSpecificInfoSync()
503 aKvp->capacity = trackInfoPtr->iFormatSpecificConfig.getMemFragSize(); in pvmiGetPortFormatSpecificInfoSync()
Dpvmf_mp4ffparser_outport.h182 iFormatSpecificConfig = aSrc.iFormatSpecificConfig; in PVMP4FFNodeTrackPortInfo()
283 OsclRefCounterMemFrag iFormatSpecificConfig; variable
Dpvmf_mp4ffparser_node.cpp2072 trackportinfo.iFormatSpecificConfig); in DoRequestPort()
3934 …iTrackId, iNodeTrackPortList[i].iFormatType, iNodeTrackPortList[i].iFormatSpecificConfig) == false) in HandleTrackState()
5208 aTrackPortInfo.iMediaData->setFormatSpecificInfo(aTrackPortInfo.iFormatSpecificConfig); in SendTrackData()
5294 aacFragGroup->setFormatSpecificInfo(aTrackPortInfo.iFormatSpecificConfig); in GenerateAACFrameFrags()
5401 avcNALGroup->setFormatSpecificInfo(aTrackPortInfo.iFormatSpecificConfig); in GenerateAVCNALGroup()
8169 uint32 size = trackInfoPtr->iFormatSpecificConfig.getMemFragSize(); in LogMediaData()
8172 …NODE_LOGBIN(trackInfoPtr->iPortLogger, (0, 1, size, trackInfoPtr->iFormatSpecificConfig.getMemFrag… in LogMediaData()