HomeSort by relevance Sort by last modified time
    Searched refs:rotationBuffer (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadManager.cpp 76 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.chromaVStride = p->rotate_chroma_v_stride
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/include/
IVideoPayloadManager.h 51 Buffer rotationBuffer;
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp     [all...]

Completed in 118 milliseconds