Searched refs:bufWidth (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | VideoPayloadManager.cpp | 55 metadata->normalBuffer.bufWidth = p->width; in getMetaData() 67 metadata->scalingBuffer.bufWidth = align_to(p->scaling_width, 32); in getMetaData() 93 metadata->rotationBuffer.bufWidth = p->rotated_width; 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 | 36 uint16_t bufWidth; member
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_surfacetexture.cpp | 150 unsigned int bufWidth, in writeCroppedNV12() argument 205 unsigned int bufWidth, in writeCroppedUYVY() argument 237 unsigned int bufWidth, in copyCroppedNV12() argument 286 unsigned int bufWidth, in copyCroppedPacked16() argument
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
D | VirtualDevice.cpp | 1194 info.bufWidth, info.bufHeight, in queueCompose() 1596 outputFrameInfo.bufferWidth = info.bufWidth; in queueCompose()
|