Home
last modified time | relevance | path

Searched refs:mSrcSurfaceMapList (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderBase.cpp258 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()
[all …]
DVideoEncoderBase.h142 …android::List <VASurfaceMap *> mSrcSurfaceMapList; //all mapped surface info list from input buff… variable