Searched refs:rotationBuffer (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DVideoPayloadManager.cpp76 metadata->rotationBuffer.khandle = p->rotated_buffer_handle;
87 metadata->rotationBuffer.width = rotSrcWidth;
88 metadata->rotationBuffer.height = rotSrcHeight;
90 metadata->rotationBuffer.width = rotSrcHeight;
91 metadata->rotationBuffer.height = rotSrcWidth;
93 metadata->rotationBuffer.bufWidth = p->rotated_width;
94 metadata->rotationBuffer.bufHeight = p->rotated_height;
95 metadata->rotationBuffer.lumaStride = p->rotate_luma_stride;
96 metadata->rotationBuffer.chromaUStride = p->rotate_chroma_u_stride;
97 metadata->rotationBuffer
[all...]
/hardware/intel/img/hwcomposer/merrifield/include/
H A DIVideoPayloadManager.h51 Buffer rotationBuffer; member in struct:android::intel::IVideoPayloadManager::MetaData
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DVirtualDevice.cpp2099 if (metadata.rotationBuffer.khandle != 0 && metadata.rotationBuffer.width <= width && metadata.rotationBuffer.height <= height) {
2100 info = metadata.rotationBuffer;

Completed in 27 milliseconds