Home
last modified time | relevance | path

Searched refs:output_handle (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display_virtual.cpp182 const private_handle_t *output_handle = (const private_handle_t *)(content_list->outbuf); in Commit() local
183 if (output_handle && output_handle->base) { in Commit()
185 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width); in Commit()
186 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height); in Commit()
187 buffer_info.buffer_config.format = GetSDMFormat(output_handle->format, output_handle->flags); in Commit()
188 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size); in Commit()
189 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base), in Commit()
203 const private_handle_t *output_handle = in SetOutputSliceFromMetadata() local
208 if (output_handle) { in SetOutputSliceFromMetadata()
209 int output_handle_format = output_handle->format; in SetOutputSliceFromMetadata()
[all …]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_virtual.cpp182 const private_handle_t *output_handle = (const private_handle_t *)(content_list->outbuf); in Commit() local
183 if (output_handle && output_handle->base) { in Commit()
185 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width); in Commit()
186 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height); in Commit()
187 buffer_info.buffer_config.format = GetSDMFormat(output_handle->format, output_handle->flags); in Commit()
188 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size); in Commit()
189 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base), in Commit()
203 const private_handle_t *output_handle = in SetOutputSliceFromMetadata() local
208 if (output_handle) { in SetOutputSliceFromMetadata()
209 int output_handle_format = output_handle->format; in SetOutputSliceFromMetadata()
[all …]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_display_virtual.cpp144 const private_handle_t *output_handle = in Present() local
146 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width); in Present()
147 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height); in Present()
149 GetSDMFormat(output_handle->format, output_handle->flags); in Present()
150 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size); in Present()
151 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base), in Present()
177 const private_handle_t *output_handle = static_cast<const private_handle_t *>(buf); in SetOutputBuffer() local
182 if (output_handle) { in SetOutputBuffer()
183 output_handle_ = output_handle; in SetOutputBuffer()
184 output_buffer_->buffer_id = reinterpret_cast<uint64_t>(output_handle); in SetOutputBuffer()
[all …]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_virtual.cpp143 const private_handle_t *output_handle = in Present() local
145 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width); in Present()
146 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height); in Present()
148 GetSDMFormat(output_handle->format, output_handle->flags); in Present()
149 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size); in Present()
150 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base), in Present()
178 const private_handle_t *output_handle = static_cast<const private_handle_t *>(buf); in SetOutputBuffer() local
183 if (output_handle) { in SetOutputBuffer()
184 output_handle_ = output_handle; in SetOutputBuffer()
185 output_buffer_->buffer_id = reinterpret_cast<uint64_t>(output_handle); in SetOutputBuffer()
[all …]
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_virtual.cpp182 const private_handle_t *output_handle = (const private_handle_t *)(content_list->outbuf); in Commit() local
183 if (output_handle && output_handle->base) { in Commit()
185 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width); in Commit()
186 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height); in Commit()
187 buffer_info.buffer_config.format = GetSDMFormat(output_handle->format, output_handle->flags); in Commit()
188 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size); in Commit()
189 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base), in Commit()
203 const private_handle_t *output_handle = in SetOutputSliceFromMetadata() local
208 if (output_handle) { in SetOutputSliceFromMetadata()
209 int output_handle_format = output_handle->format; in SetOutputSliceFromMetadata()
[all …]
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_virtual.cpp152 const private_handle_t *output_handle = in Present() local
155 if (!output_handle->base) { in Present()
156 error = buffer_allocator_->MapBuffer(output_handle, -1); in Present()
162 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width); in Present()
163 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height); in Present()
165 GetSDMFormat(output_handle->format, output_handle->flags); in Present()
166 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size); in Present()
167 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base), in Present()
171 error = buffer_allocator_->UnmapBuffer(output_handle, &release_fence); in Present()
207 const private_handle_t *output_handle = static_cast<const private_handle_t *>(buf); in SetOutputBuffer() local
[all …]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display_virtual.cpp143 const private_handle_t *output_handle = in Present() local
145 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width); in Present()
146 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height); in Present()
148 GetSDMFormat(output_handle->format, output_handle->flags); in Present()
149 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size); in Present()
150 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base), in Present()
176 const private_handle_t *output_handle = static_cast<const private_handle_t *>(buf); in SetOutputBuffer() local
181 if (output_handle) { in SetOutputBuffer()
182 output_buffer_->buffer_id = reinterpret_cast<uint64_t>(output_handle); in SetOutputBuffer()
183 int output_handle_format = output_handle->format; in SetOutputBuffer()
[all …]
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_virtual.cpp161 const private_handle_t *output_handle = in Present() local
164 if (!output_handle->base) { in Present()
165 error = buffer_allocator_->MapBuffer(output_handle, -1); in Present()
171 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width); in Present()
172 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height); in Present()
174 GetSDMFormat(output_handle->format, output_handle->flags); in Present()
175 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size); in Present()
176 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base), in Present()
180 error = buffer_allocator_->UnmapBuffer(output_handle, &release_fence); in Present()
215 const private_handle_t *output_handle = static_cast<const private_handle_t *>(buf); in SetOutputBuffer() local
[all …]