Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/merrifield/ips/common/
DVideoPayloadManager.cpp56 metadata->normalBuffer.bufHeight = p->height; in getMetaData()
68 metadata->scalingBuffer.bufHeight = align_to(p->scaling_height, 32); in getMetaData()
94 metadata->rotationBuffer.bufHeight = p->rotated_height; in getMetaData()
/hardware/intel/img/hwcomposer/merrifield/common/observers/
DMultiDisplayObserver.cpp415 int32_t bufWidth, int32_t bufHeight) in setDecoderOutputResolution() argument
423 bufWidth <= 0 || bufHeight <= 0) { in setDecoderOutputResolution()
424 … ETRACE(" Invalid parameter: %dx%d, %dx%d, %dx%d", width, height, offX, offY, bufWidth, bufHeight); in setDecoderOutputResolution()
428 …coderConfig->setDecoderOutputResolution(sessionID, width, height, offX, offY, bufWidth, bufHeight); in setDecoderOutputResolution()
DMultiDisplayObserver.h78 int32_t bufWidth, int32_t bufHeight);
/hardware/intel/img/hwcomposer/merrifield/include/
DIVideoPayloadManager.h37 uint16_t bufHeight; member