Searched refs:bufHeight (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | VideoPayloadManager.cpp | 56 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/ |
D | MultiDisplayObserver.cpp | 415 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()
|
D | MultiDisplayObserver.h | 78 int32_t bufWidth, int32_t bufHeight);
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | IVideoPayloadManager.h | 37 uint16_t bufHeight; member
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_surfacetexture.cpp | 151 unsigned int bufHeight, in writeCroppedNV12() argument 166 uvoffset = stride * bufHeight; in writeCroppedNV12() 206 unsigned int bufHeight, in writeCroppedUYVY() argument 238 unsigned int bufHeight, in copyCroppedNV12() argument 287 unsigned int bufHeight, in copyCroppedPacked16() argument
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
D | VirtualDevice.cpp | 1168 composeTask->videoBufHeight = info.bufHeight; in queueCompose() 1194 info.bufWidth, info.bufHeight, in queueCompose() 1597 outputFrameInfo.bufferHeight = info.bufHeight; in queueCompose() 1667 composeTask->videoBufHeight = info.bufHeight; in queueCompose() 1851 int bufHeight = align_height(height); in queueCompose() local 1855 buf.data_size = stride * bufHeight * 4; in queueCompose() 1862 buf.offsets[1] = stride * bufHeight; in queueCompose() 1884 bufHeight, in queueCompose() 1895 bufHeight, in queueCompose() 1907 bufHeight, in queueCompose()
|