Home
last modified time | relevance | path

Searched refs:sessionID (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/observers/
DMultiDisplayObserver.h71 status_t getVideoSourceInfo(int sessionID, VideoSourceInfo* info);
75 status_t setDecoderOutputResolution(int sessionID,
126 status_t getVideoSourceInfo(int sessionID, VideoSourceInfo* info) { return INVALID_OPERATION; } in getVideoSourceInfo() argument
131 int sessionID, in setDecoderOutputResolution() argument
DMultiDisplayObserver.cpp360 status_t MultiDisplayObserver::getVideoSourceInfo(int sessionID, VideoSourceInfo* info) in getVideoSourceInfo() argument
374 status_t ret = mMDSInfoProvider->getVideoSourceInfo(sessionID, &videoInfo); in getVideoSourceInfo()
380 VTRACE("Video Session[%d] source info: %dx%d@%d", sessionID, in getVideoSourceInfo()
412 int sessionID, in setDecoderOutputResolution() argument
428 …status_t ret = mMDSDecoderConfig->setDecoderOutputResolution(sessionID, width, height, offX, offY,… in setDecoderOutputResolution()
430 ITRACE("Video Session[%d] output resolution %dx%d ", sessionID, width, height); in setDecoderOutputResolution()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp1548 … int sessionID = Hwcomposer::getInstance().getDisplayAnalyzer()->getFirstVideoInstanceSessionID(); in queueCompose() local
1549 if (sessionID >= 0) { in queueCompose()
1550 ITRACE("Session id = %d", sessionID); in queueCompose()
1553 … status_t ret = mHwc.getMultiDisplayObserver()->getVideoSourceInfo(sessionID, &videoInfo); in queueCompose()
2114 int sessionID = mHwc.getDisplayAnalyzer()->getFirstVideoInstanceSessionID(); in queueCompose() local
2115 if (sessionID < 0) { in queueCompose()
2121 status_t ret = mds->setDecoderOutputResolution(sessionID, width, height, 0, 0, width, height); in queueCompose()
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal224 * A signed version of the sessionID is written to persistent storage on the
226 * playback. The sessionID is signed by the device private key to prevent