Home | History | Annotate | Download | only in src

Lines Matching refs:trackInfoPtr

200     PVAMRFFNodeTrackPortInfo* trackInfoPtr = NULL;
201 if (!(iAMRParserNode->GetTrackInfo((OSCL_STATIC_CAST(PVMFPortInterface*, this)), trackInfoPtr)))
207 if (trackInfoPtr->iFormatSpecificConfig.getMemFragSize() > 0)
220 kvp.value.key_specific_value = (OsclAny*)(trackInfoPtr->iFormatSpecificConfig.getMemFragPtr());
221 kvp.capacity = trackInfoPtr->iFormatSpecificConfig.getMemFragSize();
261 PVAMRFFNodeTrackPortInfo* trackInfoPtr = NULL;
262 if (!(iAMRParserNode->GetTrackInfo((OSCL_STATIC_CAST(PVMFPortInterface*, this)), trackInfoPtr)))
268 if (trackInfoPtr->iFormatSpecificConfig.getMemFragSize() > 0)
280 aKvp->value.key_specific_value = (OsclAny*)(trackInfoPtr->iFormatSpecificConfig.getMemFragPtr());
281 aKvp->capacity = trackInfoPtr->iFormatSpecificConfig.getMemFragSize();