Home | History | Annotate | Download | only in videoencoder

Lines Matching refs:mAction

259     mAction = 0;
287 if (mAction & MAP_ACTION_COLORCONVERT) {
305 mAction &= ~MAP_ACTION_COLORCONVERT;
323 if (mAction & MAP_ACTION_ALIGN64 && stride % 64 != 0) {
326 mAction |= MAP_ACTION_COPY;
329 if(mAction & MAP_ACTION_ALIGN64 && width <= 320 && height <= 240) {
330 mAction |= MAP_ACTION_COPY;
333 if (mAction & MAP_ACTION_COPY) { //must allocate new vasurface(EXternalMemoryNULL, uncached)
358 if (mAction & MAP_ACTION_COLORCONVERT) {
363 if (mAction & MAP_ACTION_COPY) {