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

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp 255 contextSurfaceCnt = 2 + mSrcSurfaceMapList.size();
257 contextSurfaceCnt = mAutoReferenceSurfaceNum + mSrcSurfaceMapList.size();
263 for(map_node = mSrcSurfaceMapList.begin(); map_node != mSrcSurfaceMapList.end(); map_node++)
640 while(! mSrcSurfaceMapList.empty())
642 delete (*mSrcSurfaceMapList.begin());
643 mSrcSurfaceMapList.erase(mSrcSurfaceMapList.begin());
    [all...]
VideoEncoderBase.h 142 android::List <VASurfaceMap *> mSrcSurfaceMapList; //all mapped surface info list from input buffer

Completed in 210 milliseconds