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

1 2 34 5 6 7 8 910

  /hardware/qcom/display/msm8226/libqdutils/
qdMetaData.h 95 struct private_handle_t;
96 int setMetaData(struct private_handle_t *handle, enum DispParamType paramType,
  /hardware/qcom/display/msm8909/libqdutils/
qdMetaData.h 105 struct private_handle_t;
106 int setMetaData(struct private_handle_t *handle, enum DispParamType paramType,
cb_utils.h 42 copybit_device_t *copybit, private_handle_t *renderBuffer);
  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.cpp 216 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER;
238 data.allocType |= private_handle_t::PRIV_FLAGS_USES_ION;
247 if (flags & private_handle_t::PRIV_FLAGS_USES_ION) {
351 // private_handle_t. It is the responsibility of the caller
353 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage)
373 private_handle_t* hnd = new private_handle_t(data.fd, data.size,
383 void free_buffer(private_handle_t *hnd)
gpu.h 44 int free_impl(private_handle_t const* hnd);
  /hardware/qcom/display/msm8994/libqdutils/
qdMetaData.h 105 struct private_handle_t;
106 int setMetaData(struct private_handle_t *handle, enum DispParamType paramType,
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 180 const private_handle_t *hnd,
313 bool isRotatorSupportedFormat(private_handle_t *hnd);
315 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd);
323 private_handle_t *hnd);
331 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
372 private_handle_t *hnd,
496 static inline bool isYuvBuffer(const private_handle_t* hnd) {
501 static inline bool isYUVSplitNeeded(const private_handle_t* hnd) {
508 static inline bool isSecureBuffer(const private_handle_t* hnd) {
509 return (hnd && (private_handle_t::PRIV_FLAGS_SECURE_BUFFER & hnd->flags))
    [all...]
hwc_copybit.cpp 123 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle;
203 private_handle_t *hnd =
204 (private_handle_t *)list->hwLayers[changingLayerIndex].handle;
394 int CopyBit::clear (private_handle_t* hnd, hwc_rect_t& rect)
419 private_handle_t *fbhnd = (private_handle_t *)fbLayer->handle;
431 private_handle_t *hnd = (private_handle_t *)tmpLayer->handle;
462 private_handle_t *renderBuffer
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 100 private_handle_t *hnd =(private_handle_t *)list->hwLayers[i].handle;
106 private_handle_t *hnd =(private_handle_t *)list->hwLayers[i].handle;
176 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle;
252 private_handle_t *hnd =(private_handle_t *)list->hwLayers[k].handle;
490 int CopyBit::clear (private_handle_t* hnd, hwc_rect_t& rect)
515 private_handle_t *fbhnd = (private_handle_t *)fbLayer->handle
    [all...]
hwc_utils.h 285 bool isRotatorSupportedFormat(private_handle_t *hnd);
287 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd);
295 private_handle_t *hnd);
304 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
351 private_handle_t *hnd,
474 static inline bool isYuvBuffer(const private_handle_t* hnd) {
479 static inline bool isYUVSplitNeeded(const private_handle_t* hnd) {
486 static inline bool isSecureBuffer(const private_handle_t* hnd) {
487 return (hnd && (private_handle_t::PRIV_FLAGS_SECURE_BUFFER & hnd->flags));
490 static inline bool isTileRendered(const private_handle_t* hnd)
    [all...]
hwc_virtual.h 60 private_handle_t* ohnd, int dpy);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 249 private_handle_t *hnd);
292 private_handle_t *hnd,
387 static inline bool isYuvBuffer(const private_handle_t* hnd) {
392 static inline bool is4kx2kYuvBuffer(const private_handle_t* hnd) {
398 static inline bool isSecureBuffer(const private_handle_t* hnd) {
399 return (hnd && (private_handle_t::PRIV_FLAGS_SECURE_BUFFER & hnd->flags));
402 static inline bool isTileRendered(const private_handle_t* hnd) {
403 return (hnd && (private_handle_t::PRIV_FLAGS_TILE_RENDERED & hnd->flags));
407 static inline bool isBufferLocked(const private_handle_t* hnd) {
408 return (hnd && (private_handle_t::PRIV_FLAGS_HWC_LOCK & hnd->flags))
    [all...]
hwc_copybit.cpp 123 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle;
247 int CopyBit::clear (private_handle_t* hnd, hwc_rect_t& rect)
273 private_handle_t *renderBuffer;
281 renderBuffer = (private_handle_t *)list->hwLayers[last].handle;
353 private_handle_t *renderBuffer, bool isFG)
362 private_handle_t *hnd = (private_handle_t *)layer->handle;
371 private_handle_t *fbHandle = (private_handle_t *)renderBuffer
    [all...]
hwc_virtual.cpp 122 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
161 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
191 (private_handle_t *)fbLayer->handle)) {
319 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
322 hnd = (private_handle_t *)extLayer->handle;
  /hardware/qcom/display/msm8996/libqdutils/
qdMetaData.cpp 39 int setMetaData(private_handle_t *handle, DispParamType paramType,
103 int getMetaData(private_handle_t *handle, DispFetchParamType paramType,
168 int copyMetaData(struct private_handle_t *src, struct private_handle_t *dst) {
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 161 void AdrenoMemInfo::getAlignedWidthAndHeight(const private_handle_t *hnd, int& aligned_w,
170 if (hnd->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED) {
483 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER;
495 data.allocType |= private_handle_t::PRIV_FLAGS_USES_ION;
507 if (flags & private_handle_t::PRIV_FLAGS_USES_ION) {
770 int getYUVPlaneInfo(private_handle_t* hnd, struct android_ycbcr* ycbcr)
791 if (hnd->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED) {
864 // private_handle_t. It is the responsibility of the caller
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 325 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER;
347 data.allocType |= private_handle_t::PRIV_FLAGS_USES_ION;
356 if (flags & private_handle_t::PRIV_FLAGS_USES_ION) {
558 int getYUVPlaneInfo(private_handle_t* hnd, struct android_ycbcr* ycbcr)
625 // private_handle_t. It is the responsibility of the caller
627 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage)
649 private_handle_t* hnd = new private_handle_t(data.fd, data.size,
659 void free_buffer(private_handle_t *hnd)
gpu.h 43 int free_impl(private_handle_t const* hnd);
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 324 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER;
346 data.allocType |= private_handle_t::PRIV_FLAGS_USES_ION;
355 if (flags & private_handle_t::PRIV_FLAGS_USES_ION) {
553 int getYUVPlaneInfo(private_handle_t* hnd, struct android_ycbcr* ycbcr)
619 // private_handle_t. It is the responsibility of the caller
621 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage)
643 private_handle_t* hnd = new private_handle_t(data.fd, data.size,
653 void free_buffer(private_handle_t *hnd)
gpu.h 43 int free_impl(private_handle_t const* hnd);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 133 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
173 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
207 (private_handle_t *)fbLayer->handle)) {
224 dumpBuffer((private_handle_t *)fbLayer->handle, bufferName);
357 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
360 hnd = (private_handle_t *)extLayer->handle;
  /hardware/qcom/display/msm8909/libgralloc/
alloc_controller.cpp 337 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER;
359 data.allocType |= private_handle_t::PRIV_FLAGS_USES_ION;
368 if (flags & private_handle_t::PRIV_FLAGS_USES_ION) {
566 int getYUVPlaneInfo(private_handle_t* hnd, struct android_ycbcr* ycbcr)
631 // private_handle_t. It is the responsibility of the caller
633 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage)
655 private_handle_t* hnd = new private_handle_t(data.fd, data.size,
665 void free_buffer(private_handle_t *hnd)
gpu.h 43 int free_impl(private_handle_t const* hnd);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 66 private_handle_t *hnd = (private_handle_t *)layer->handle;
127 bool FBUpdateLowRes::draw(hwc_context_t *ctx, private_handle_t *hnd)
170 private_handle_t *hnd = (private_handle_t *)layer->handle;
264 bool FBUpdateHighRes::draw(hwc_context_t *ctx, private_handle_t *hnd)
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.h 102 int ClearTargetBuffer(private_handle_t* hnd, const LayerRect& rect);
109 private_handle_t *blit_target_buffer_[kNumBlitTargetBuffers];

Completed in 940 milliseconds

1 2 34 5 6 7 8 910