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

  /external/opencore/nodes/common/include/
pvmf_media_presentation_info.h 322 iTrackInfoVec = aInfo.iTrackInfoVec;
328 iTrackInfoVec.clear();
339 iTrackInfoVec = aInfo.iTrackInfoVec;
371 iTrackInfoVec.push_back(aTrackInfo);
376 return (iTrackInfoVec.size());
381 if (aIndex >= iTrackInfoVec.size())
385 return (OSCL_CONST_CAST(PVMFTrackInfo*, &(iTrackInfoVec[aIndex])));
391 for (it = iTrackInfoVec.begin(); it != iTrackInfoVec.end(); it++
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
pvmf_sm_fsp_rtsp_unicast.cpp     [all...]
pvmf_sm_fsp_rtsp_unicast.h 372 PVMFRTSPTrackInfoVector iTrackInfoVec;

Completed in 137 milliseconds