Searched defs:output_handle (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_display_virtual.cpp152 const private_handle_t *output_handle = local
155 if (!output_handle->base) {
156 error = buffer_allocator_->MapBuffer(output_handle, -1);
162 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width);
163 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height);
165 GetSDMFormat(output_handle->format, output_handle->flags);
166 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size);
167 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base),
171 error = buffer_allocator_->UnmapBuffer(output_handle,
203 const private_handle_t *output_handle = static_cast<const private_handle_t *>(buf); local
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_display_virtual.cpp144 const private_handle_t *output_handle = local
146 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width);
147 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height);
149 GetSDMFormat(output_handle->format, output_handle->flags);
150 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size);
151 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base),
177 const private_handle_t *output_handle = static_cast<const private_handle_t *>(buf); local
182 if (output_handle) {
183 output_handle_ = output_handle;
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display_virtual.cpp143 const private_handle_t *output_handle = local
145 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width);
146 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height);
148 GetSDMFormat(output_handle->format, output_handle->flags);
149 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size);
150 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base),
176 const private_handle_t *output_handle = static_cast<const private_handle_t *>(buf); local
181 if (output_handle) {
182 output_buffer_->buffer_id = reinterpret_cast<uint64_t>(output_handle);
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display_virtual.cpp143 const private_handle_t *output_handle = local
145 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width);
146 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height);
148 GetSDMFormat(output_handle->format, output_handle->flags);
149 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size);
150 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base),
176 const private_handle_t *output_handle = static_cast<const private_handle_t *>(buf); local
181 if (output_handle) {
182 output_handle_ = output_handle;
[all...]
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_display_virtual.cpp182 const private_handle_t *output_handle = (const private_handle_t *)(content_list->outbuf); local
183 if (output_handle && output_handle->base) {
185 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width);
186 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height);
187 buffer_info.buffer_config.format = GetSDMFormat(output_handle->format, output_handle->flags);
188 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size);
189 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base),
203 const private_handle_t *output_handle local
264 const private_handle_t *output_handle = local
312 const private_handle_t *output_handle = local
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_display_virtual.cpp182 const private_handle_t *output_handle = (const private_handle_t *)(content_list->outbuf); local
183 if (output_handle && output_handle->base) {
185 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width);
186 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height);
187 buffer_info.buffer_config.format = GetSDMFormat(output_handle->format, output_handle->flags);
188 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size);
189 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base),
203 const private_handle_t *output_handle local
264 const private_handle_t *output_handle = local
312 const private_handle_t *output_handle = local
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_virtual.cpp182 const private_handle_t *output_handle = (const private_handle_t *)(content_list->outbuf); local
183 if (output_handle && output_handle->base) {
185 buffer_info.buffer_config.width = static_cast<uint32_t>(output_handle->width);
186 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height);
187 buffer_info.buffer_config.format = GetSDMFormat(output_handle->format, output_handle->flags);
188 buffer_info.alloc_buffer_info.size = static_cast<uint32_t>(output_handle->size);
189 DumpOutputBuffer(buffer_info, reinterpret_cast<void *>(output_handle->base),
203 const private_handle_t *output_handle local
264 const private_handle_t *output_handle = local
301 const private_handle_t *output_handle = local
[all...]

Completed in 1011 milliseconds