Home | History | Annotate | Download | only in videoencoder

Lines Matching full:maction

270     mAction = 0;
298 if (mAction & MAP_ACTION_COLORCONVERT) {
316 mAction &= ~MAP_ACTION_COLORCONVERT;
334 if (mAction & MAP_ACTION_ALIGN64 && stride % 64 != 0) {
337 mAction |= MAP_ACTION_COPY;
340 if(mAction & MAP_ACTION_ALIGN64 && width <= 320 && height <= 240) {
341 mAction |= MAP_ACTION_COPY;
344 if (mAction & MAP_ACTION_COPY) { //must allocate new vasurface(EXternalMemoryNULL, uncached)
369 if (mAction & MAP_ACTION_COLORCONVERT) {
374 if (mAction & MAP_ACTION_COPY) {