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

  /hardware/qcom/display/msm8996/sdm/include/core/
buffer_allocator.h 62 struct AllocatedBufferInfo {
75 AllocatedBufferInfo alloc_buffer_info; //!< Specifies buffer information of allocated buffer.
  /hardware/qcom/display/msm8998/sdm/include/core/
buffer_allocator.h 66 struct AllocatedBufferInfo {
83 AllocatedBufferInfo alloc_buffer_info; //!< Specifies buffer information of allocated buffer.
130 /*! @brief Method to Get the AllocatedBufferInfo only.
132 @details This method populates the AllocatedBufferInfo as per the configuration in BufferInfo,
137 @param[out] allocated_buffer_info \link AllocatedBufferInfo \endlink
142 AllocatedBufferInfo *allocated_buffer_info) = 0;
  /hardware/qcom/display/sdm845/sdm/include/core/
buffer_allocator.h 66 struct AllocatedBufferInfo {
82 AllocatedBufferInfo alloc_buffer_info; //!< Specifies buffer information of allocated buffer.
129 /*! @brief Method to Get the AllocatedBufferInfo only.
131 @details This method populates the AllocatedBufferInfo as per the configuration in BufferInfo,
136 @param[out] allocated_buffer_info \link AllocatedBufferInfo \endlink
141 AllocatedBufferInfo *allocated_buffer_info) = 0;
145 * Input: AllocatedBufferInfo with a valid aligned width, aligned height, SDM format
148 virtual DisplayError GetBufferLayout(const AllocatedBufferInfo &buf_info,

Completed in 2653 milliseconds