Home
last modified time | relevance | path

Searched refs:checkMode (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/android/
Dpsb_mds.cpp63 if (checkMode(mode, (MDS_VIDEO_ON | MDS_HDMI_CONNECTED))) in getMode()
65 else if (checkMode(mode, (MDS_VIDEO_ON | MDS_WIDI_ON))) in getMode()
85 if (!checkMode(mode, (MDS_VIDEO_ON | MDS_WIDI_ON))) in getDecoderOutputResolution()
Dpsb_mds.h56 inline bool checkMode(int value, int bit) { in checkMode() function