Lines Matching refs:mSrcSurfaceMapList
258 contextSurfaceCnt = 2 + mSrcSurfaceMapList.size(); in start()
260 contextSurfaceCnt = mAutoReferenceSurfaceNum + mSrcSurfaceMapList.size(); in start()
266 for(map_node = mSrcSurfaceMapList.begin(); map_node != mSrcSurfaceMapList.end(); map_node++) in start()
643 while(! mSrcSurfaceMapList.empty()) in stop()
645 delete (*mSrcSurfaceMapList.begin()); in stop()
646 mSrcSurfaceMapList.erase(mSrcSurfaceMapList.begin()); in stop()
1588 mSrcSurfaceMapList.push_back(map); in getNewUsrptrFromSurface()
1631 mSrcSurfaceMapList.push_back(map); in setUpstreamBuffer()
1682 while(! mSrcSurfaceMapList.empty()) in manageSrcSurface()
1684 delete (*mSrcSurfaceMapList.begin()); in manageSrcSurface()
1685 mSrcSurfaceMapList.erase(mSrcSurfaceMapList.begin()); in manageSrcSurface()
1750 mSrcSurfaceMapList.push_back(map); in manageSrcSurface()
1775 mSrcSurfaceMapList.push_back(map); in manageSrcSurface()
1924 for(node = mSrcSurfaceMapList.begin(); node != mSrcSurfaceMapList.end(); node++) in findSurfaceMapByValue()