OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSrcSurfaceMapList
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp
258
contextSurfaceCnt = 2 +
mSrcSurfaceMapList
.size();
260
contextSurfaceCnt = mAutoReferenceSurfaceNum +
mSrcSurfaceMapList
.size();
266
for(map_node =
mSrcSurfaceMapList
.begin(); map_node !=
mSrcSurfaceMapList
.end(); map_node++)
643
while(!
mSrcSurfaceMapList
.empty())
645
delete (*
mSrcSurfaceMapList
.begin());
646
mSrcSurfaceMapList
.erase(
mSrcSurfaceMapList
.begin());
[
all
...]
VideoEncoderBase.h
142
android::List <VASurfaceMap *>
mSrcSurfaceMapList
; //all mapped surface info list from input buffer
Completed in 48 milliseconds