OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAP_ACTION_COPY
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.h
27
#define
MAP_ACTION_COPY
0x00000001 //mem copy
VideoEncoderUtils.cpp
337
mAction |=
MAP_ACTION_COPY
;
341
mAction |=
MAP_ACTION_COPY
;
344
if (mAction &
MAP_ACTION_COPY
) { //must allocate new vasurface(EXternalMemoryNULL, uncached)
351
LOGI("create new vaSurface for
MAP_ACTION_COPY
\n");
374
if (mAction &
MAP_ACTION_COPY
) {
VideoEncoderBase.cpp
231
mVASurfaceMappingAction |=
MAP_ACTION_COPY
;
[
all
...]
Completed in 659 milliseconds