Home | History | Annotate | Download | only in omx

Lines Matching refs:slotMask

907     uint64_t slotMask;
908 if (mConsumer->getReleasedBuffers(&slotMask) != NO_ERROR) {
910 slotMask = 0xffffffffffffffffULL;
913 ALOGV("onBuffersReleased: 0x%016" PRIx64, slotMask);
916 if ((slotMask & 0x01) != 0) {
919 slotMask >>= 1;