HomeSort by relevance Sort by last modified time
    Searched full:private_handle_t (Results 101 - 125 of 234) sorted by null

1 2 3 45 6 7 8 910

  /hardware/qcom/display/msm8960/libqdutils/
qdMetaData.h 81 int setMetaData(private_handle_t *handle, DispParamType paramType, void *param);
  /hardware/qcom/display/msm8994/libgralloc/
gpu.h 43 int free_impl(private_handle_t const* hnd);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_virtual.h 60 private_handle_t* ohnd, int dpy);
hwc_mdpcomp.cpp 384 private_handle_t *hnd = (private_handle_t *)layer->handle;
395 private_handle_t *hnd = (private_handle_t *)layer->handle;
612 isYuvBuffer((private_handle_t *)layer->handle)) {
725 private_handle_t *hnd = (private_handle_t *)layer->handle;
828 private_handle_t *hnd = (private_handle_t *)layer->handle;
    [all...]
hwc_ad.cpp 135 private_handle_t *hnd = (private_handle_t *)layer->handle;
157 const private_handle_t *hnd) {
  /hardware/qcom/display/msm8996/libgralloc/
gpu.h 43 int free_impl(private_handle_t const* hnd);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 301 private_handle_t *hnd = (private_handle_t *)layer->handle;
312 private_handle_t *hnd = (private_handle_t *)layer->handle;
510 isYuvBuffer((private_handle_t *)layer->handle)) {
616 private_handle_t *hnd = (private_handle_t *)layer->handle;
707 private_handle_t *hnd = (private_handle_t *)layer->handle;
    [all...]
hwc_ad.h 46 const private_handle_t *hnd);
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 94 if (private_handle_t::validate(buffer) < 0)
99 private_handle_t const* hnd = reinterpret_cast<private_handle_t const*>(buffer);
103 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) {
288 module->framebuffer = new private_handle_t(dup(fd), fbSize, 0);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 108 alloc_data->alloc_type |= private_handle_t::PRIV_FLAGS_USES_ION;
118 // private_handle_t. It is the responsibility of the caller
120 int Allocator::AllocateBuffer(const BufferDescriptor &descriptor, private_handle_t **pHnd) {
139 data.alloc_type |= private_handle_t::PRIV_FLAGS_UBWC_ALIGNED;
143 private_handle_t *hnd = new private_handle_t(
410 int Allocator::GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) {
431 if (hnd->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED) {
622 type |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER;
758 int Allocator::GetRgbDataAddress(private_handle_t *hnd, void **rgb_data)
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.cpp 170 private_handle_t **target_buffer = &blit_target_buffer_[i];
183 int BlitEngineC2d::ClearTargetBuffer(private_handle_t* hnd, const LayerRect& rect) {
194 if (hnd->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED) {
368 private_handle_t *target_buffer = blit_target_buffer_[current_blit_target_index_];
372 if (target_buffer->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED) {
389 private_handle_t *target_buffer = blit_target_buffer_[current_blit_target_index_];
486 private_handle_t *target_buffer = blit_target_buffer_[current_blit_target_index_];
487 const private_handle_t *hnd = static_cast<const private_handle_t *>(hwc_layer->handle);
545 if (hnd->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED)
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp 380 private_handle_t *hnd = (private_handle_t *)layer->handle;
391 private_handle_t *hnd = (private_handle_t *)layer->handle;
580 isYuvBuffer((private_handle_t *)layer->handle)) {
583 (!isYuvBuffer((private_handle_t *)layer->handle)))
688 private_handle_t *hnd = (private_handle_t *)layer->handle;
802 private_handle_t *hnd = (private_handle_t *)layer->handle
    [all...]
hwc_ad.cpp 135 private_handle_t *hnd = (private_handle_t *)layer->handle;
157 const private_handle_t *hnd) {
hwc_ad.h 46 const private_handle_t *hnd);
  /device/linaro/hikey/gralloc/
framebuffer_device.cpp 69 if (private_handle_t::validate(buffer) < 0)
74 private_handle_t const *hnd = reinterpret_cast<private_handle_t const *>(buffer);
83 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)
385 module->framebuffer = new private_handle_t(private_handle_t::PRIV_FLAGS_FRAMEBUFFER, 0, fbSize, vaddr,
  /hardware/qcom/display/msm8960/libcopybit/
copybit.cpp 143 private_handle_t* hnd = (private_handle_t*)rhs->handle;
390 private_handle_t *yv12_handle = NULL;
462 private_handle_t* src_hnd = (private_handle_t*)src->handle;
463 if(src_hnd != NULL && src_hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) {
copybit_c2d.cpp 333 static uint32 c2d_get_gpuaddr(copybit_context_t* ctx, struct private_handle_t *handle,
342 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
343 private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP))
345 else if (handle->flags & private_handle_t::PRIV_FLAGS_USES_ASHMEM)
347 else if (handle->flags & private_handle_t::PRIV_FLAGS_USES_ION)
487 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle;
914 struct private_handle_t* handle = (struct private_handle_t*)img->handle;
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp 66 const private_handle_t *handle = static_cast<const private_handle_t *>(buffer);
89 if (handle->flags & private_handle_t::PRIV_FLAGS_SECURE_BUFFER) {
92 if (handle->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY) {
292 if (flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED) {
427 DisplayError HWCLayer::SetMetaData(const private_handle_t *pvt_handle, Layer *layer) {
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.cpp 132 private_handle_t *hnd = (private_handle_t *)layer->handle;
153 const private_handle_t *hnd) {
hwc_ad.h 46 const private_handle_t *hnd);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 267 private_handle_t *hnd = (private_handle_t *)layer->handle;
405 private_handle_t *hnd = (private_handle_t *)layer->handle;
862 private_handle_t *hnd = (private_handle_t *)layer->handle;
915 private_handle_t *hnd = (private_handle_t *)layer->handle;
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 336 struct private_handle_t *handle, int &mapped_idx)
347 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
348 private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP))
350 else if (handle->flags & private_handle_t::PRIV_FLAGS_USES_ASHMEM)
352 else if (handle->flags & private_handle_t::PRIV_FLAGS_USES_ION)
497 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle;
934 struct private_handle_t* handle = (struct private_handle_t*)img->handle;
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 341 struct private_handle_t *handle, int &mapped_idx)
352 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
353 private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP))
355 else if (handle->flags & private_handle_t::PRIV_FLAGS_USES_ASHMEM)
357 else if (handle->flags & private_handle_t::PRIV_FLAGS_USES_ION)
503 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle;
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 340 struct private_handle_t *handle, int &mapped_idx)
351 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
352 private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP))
354 else if (handle->flags & private_handle_t::PRIV_FLAGS_USES_ASHMEM)
356 else if (handle->flags & private_handle_t::PRIV_FLAGS_USES_ION)
502 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle;
918 struct private_handle_t* handle = (struct private_handle_t*)img->handle;
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 342 struct private_handle_t *handle, int &mapped_idx)
353 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
354 private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP))
356 else if (handle->flags & private_handle_t::PRIV_FLAGS_USES_ASHMEM)
358 else if (handle->flags & private_handle_t::PRIV_FLAGS_USES_ION)
506 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle;
    [all...]

Completed in 1168 milliseconds

1 2 3 45 6 7 8 910