Searched refs:bufWidth (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/include/
H A DIVideoPayloadManager.h36 uint16_t bufWidth; member in struct:android::intel::IVideoPayloadManager::Buffer
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DVideoPayloadManager.cpp55 metadata->normalBuffer.bufWidth = p->width;
67 metadata->scalingBuffer.bufWidth = align_to(p->scaling_width, 32);
93 metadata->rotationBuffer.bufWidth = p->rotated_width;
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DMultiDisplayObserver.cpp415 int32_t bufWidth, int32_t bufHeight)
423 bufWidth <= 0 || bufHeight <= 0) {
424 ETRACE(" Invalid parameter: %dx%d, %dx%d, %dx%d", width, height, offX, offY, bufWidth, bufHeight);
428 status_t ret = mMDSDecoderConfig->setDecoderOutputResolution(sessionID, width, height, offX, offY, bufWidth, bufHeight);
411 setDecoderOutputResolution( int sessionID, int32_t width, int32_t height, int32_t offX, int32_t offY, int32_t bufWidth, int32_t bufHeight) argument
H A DMultiDisplayObserver.h78 int32_t bufWidth, int32_t bufHeight);
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DVirtualDevice.cpp1195 info.bufWidth, info.bufHeight,
1597 outputFrameInfo.bufferWidth = info.bufWidth;

Completed in 76 milliseconds