HomeSort by relevance Sort by last modified time
    Searched refs:trackInfoPtr (Results 1 - 6 of 6) sorted by null

  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_outport.cpp 198 PVAACFFNodeTrackPortInfo* trackInfoPtr = NULL;
199 if (!(iAACParserNode->GetTrackInfo((OSCL_STATIC_CAST(PVMFPortInterface*, this)), trackInfoPtr)))
205 if (trackInfoPtr->iFormatSpecificConfig.getMemFragSize() > 0)
218 kvp.value.key_specific_value = (OsclAny*)(trackInfoPtr->iFormatSpecificConfig.getMemFragPtr());
219 kvp.capacity = trackInfoPtr->iFormatSpecificConfig.getMemFragSize();
259 PVAACFFNodeTrackPortInfo* trackInfoPtr = NULL;
260 if (!(iAACParserNode->GetTrackInfo((OSCL_STATIC_CAST(PVMFPortInterface*, this)), trackInfoPtr)))
266 if (trackInfoPtr->iFormatSpecificConfig.getMemFragSize() > 0)
278 aKvp->value.key_specific_value = (OsclAny*)(trackInfoPtr->iFormatSpecificConfig.getMemFragPtr());
279 aKvp->capacity = trackInfoPtr->iFormatSpecificConfig.getMemFragSize()
    [all...]
pvmf_aacffparser_node.cpp     [all...]
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_port.cpp 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()
    [all...]
pvmf_amrffparser_node.cpp     [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_outport.cpp 306 PVMP4FFNodeTrackPortInfo* trackInfoPtr = NULL;
308 if (!(iMP4FFParserNode->GetTrackPortInfoForPort(trackInfoPtr, (OSCL_STATIC_CAST(PVMFPortInterface*, this)))))
325 if (trackInfoPtr->iFormatSpecificConfig.getMemFragSize() == 0)
332 kvp.value.key_specific_value = (OsclAny*)(trackInfoPtr->iFormatSpecificConfig.getMemFragPtr());
333 kvp.capacity = trackInfoPtr->iFormatSpecificConfig.getMemFragSize();
345 if (trackInfoPtr->iFormatSpecificConfigAndFirstSample.getMemFragSize() > 0)
358 kvp.value.pUint8_value = (uint8*)(trackInfoPtr->iFormatSpecificConfigAndFirstSample.getMemFragPtr());
359 kvp.capacity = trackInfoPtr->iFormatSpecificConfigAndFirstSample.getMemFragSize();
370 int32 width = iMP4FFParserNode->FindVideoWidth(trackInfoPtr->iTrackId);
395 int32 height = iMP4FFParserNode->FindVideoHeight(trackInfoPtr->iTrackId)
    [all...]
pvmf_mp4ffparser_node.cpp     [all...]

Completed in 46 milliseconds