Searched defs:sessionID (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A 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; } argument
131 int sessionID,
130 setDecoderOutputResolution( int sessionID, int32_t width, int32_t height, int32_t, int32_t, int32_t, int32_t) argument
H A DMultiDisplayObserver.cpp360 status_t MultiDisplayObserver::getVideoSourceInfo(int sessionID, VideoSourceInfo* info) argument
374 status_t ret = mMDSInfoProvider->getVideoSourceInfo(sessionID, &videoInfo);
380 VTRACE("Video Session[%d] source info: %dx%d@%d", sessionID,
412 int sessionID,
428 status_t ret = mMDSDecoderConfig->setDecoderOutputResolution(sessionID, width, height, offX, offY, bufWidth, bufHeight);
430 ITRACE("Video Session[%d] output resolution %dx%d ", sessionID, width, height);
411 setDecoderOutputResolution( int sessionID, int32_t width, int32_t height, int32_t offX, int32_t offY, int32_t bufWidth, int32_t bufHeight) argument
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DVirtualDevice.cpp1547 int sessionID = Hwcomposer::getInstance().getDisplayAnalyzer()->getFirstVideoInstanceSessionID(); local
1548 if (sessionID >= 0) {
1549 ITRACE("Session id = %d", sessionID);
1552 status_t ret = mHwc.getMultiDisplayObserver()->getVideoSourceInfo(sessionID, &videoInfo);
2113 int sessionID = mHwc.getDisplayAnalyzer()->getFirstVideoInstanceSessionID(); local
2114 if (sessionID < 0) {
2120 status_t ret = mds->setDecoderOutputResolution(sessionID, width, height, 0, 0, width, height);

Completed in 48 milliseconds