HomeSort by relevance Sort by last modified time
    Searched refs:hnd (Results 51 - 75 of 102) sorted by null

1 23 4 5

  /hardware/qcom/display/msm8960/libgralloc/
gr.h 49 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
60 void free_buffer(private_handle_t *hnd);
  /hardware/qcom/display/msm8974/libgralloc/
gr.h 49 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
60 void free_buffer(private_handle_t *hnd);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 387 private_handle_t *hnd = (private_handle_t *)layer->handle; local
388 if(hnd) {
389 int format = hnd->format;
436 private_handle_t *hnd = (private_handle_t *)layer->handle; local
446 } else if (UNLIKELY(isYuvBuffer(hnd))) {
500 private_handle_t *hnd = (private_handle_t *)layer->handle; local
502 if (! isSecureBuffer(hnd)) {
515 if (isSecureBuffer(hnd)) {
792 private_handle_t *hnd = (private_handle_t *)layer->handle; local
793 MetaData_t *metadata = (MetaData_t *)hnd->base_metadata
937 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1016 private_handle_t *hnd = (private_handle_t *)layer->handle; local
    [all...]
hwc_copybit.cpp 125 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle; local
126 if (hnd) {
127 if (BUFFER_TYPE_UI == hnd->bufferType) {
187 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle; local
189 if ((hnd->bufferType == BUFFER_TYPE_VIDEO && useCopybitForYUV) ||
190 (hnd->bufferType == BUFFER_TYPE_UI && useCopybitForRGB)) {
205 int CopyBit::clear (private_handle_t* hnd, hwc_rect_t& rect)
213 buf.w = ALIGN(getWidth(hnd),32);
214 buf.h = getHeight(hnd);
215 buf.format = hnd->format
297 private_handle_t *hnd = (private_handle_t *)layer->handle; local
    [all...]
hwc_copybit.h 73 int clear (private_handle_t* hnd, hwc_rect_t& rect);
hwc_mdpcomp.cpp 156 mCachedFrame.hnd[index] = NULL;
246 memset(&hnd, 0, sizeof(hnd));
256 hnd[i] = list->hwLayers[i].handle;
269 private_handle_t *hnd = (private_handle_t *)layer->handle; local
271 if(!hnd) {
408 private_handle_t *hnd = (private_handle_t *)layer->handle; local
409 if(isYuvBuffer(hnd) ) {
615 if (mCachedFrame.hnd[i] == list->hwLayers[i].handle) {
620 mCachedFrame.hnd[i] = list->hwLayers[i].handle
858 private_handle_t *hnd = (private_handle_t *)layer->handle; local
911 private_handle_t *hnd = (private_handle_t *)layer->handle; local
933 hnd, dest ); local
1031 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1101 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1133 using pipe: %d", __FUNCTION__, layer, hnd, indexL ); local
1144 using pipe: %d", __FUNCTION__, layer, hnd, indexR ); local
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 120 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle; local
121 if (hnd) {
122 if (BUFFER_TYPE_UI == hnd->bufferType) {
206 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle; local
208 if ((hnd->bufferType == BUFFER_TYPE_VIDEO && useCopybitForYUV) ||
209 (hnd->bufferType == BUFFER_TYPE_UI && useCopybitForRGB)) {
225 int CopyBit::clear (private_handle_t* hnd, hwc_rect_t& rect)
233 buf.w = ALIGN(getWidth(hnd),32);
234 buf.h = getHeight(hnd);
235 buf.format = hnd->format
320 private_handle_t *hnd = (private_handle_t *)layer->handle; local
    [all...]
hwc_copybit.h 73 int clear (private_handle_t* hnd, hwc_rect_t& rect);
hwc_fbupdate.cpp 153 bool FBUpdateLowRes::draw(hwc_context_t *ctx, private_handle_t *hnd)
161 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) {
314 bool FBUpdateHighRes::draw(hwc_context_t *ctx, private_handle_t *hnd)
323 if (!ov.queueBuffer(hnd->fd, hnd->offset, destL)) {
328 if (!ov.queueBuffer(hnd->fd, hnd->offset, destR)) {
hwc_utils.cpp 331 private_handle_t *hnd = (private_handle_t *)layer->handle; local
332 if(hnd) {
333 int format = hnd->format;
378 private_handle_t *hnd = (private_handle_t *)layer->handle; local
387 if (isSecureBuffer(hnd)) {
393 } else if (UNLIKELY(isYuvBuffer(hnd))) {
454 private_handle_t *hnd = (private_handle_t *)layer->handle; local
456 if (! isSecureBuffer(hnd)) {
469 if (isSecureBuffer(hnd)) {
752 private_handle_t *hnd = (private_handle_t *)layer->handle local
882 private_handle_t *hnd = (private_handle_t *)layer->handle; local
973 private_handle_t *hnd = (private_handle_t *)layer->handle; local
    [all...]
hwc_mdpcomp.cpp 223 memset(&hnd, 0, sizeof(hnd));
233 hnd[i] = list->hwLayers[i].handle;
245 private_handle_t *hnd = (private_handle_t *)layer->handle; local
246 if((not isYuvBuffer(hnd) and has90Transform(layer)) or
257 private_handle_t *hnd = (private_handle_t *)layer->handle; local
259 if(!hnd) {
265 if(!isSecureBuffer(hnd) && isNonIntegralSourceCrop(layer->sourceCropf))
395 private_handle_t *hnd = (private_handle_t *)layer->handle; local
397 if(isYuvBuffer(hnd) && has90Transform(layer))
654 private_handle_t *hnd = (private_handle_t *)layer->handle; local
994 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1050 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1072 hnd, dest ); local
1180 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1255 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1294 using pipe: %d", __FUNCTION__, layer, hnd, indexL ); local
1305 using pipe: %d", __FUNCTION__, layer, hnd, indexR ); local
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 272 memset(&hnd, 0, sizeof(hnd));
281 hnd[i] = list->hwLayers[i].handle;
301 (hnd[i] != list->hwLayers[i].handle)){
309 private_handle_t *hnd = (private_handle_t *)layer->handle; local
310 if((not isYuvBuffer(hnd) and has90Transform(layer)) or
320 private_handle_t *hnd = (private_handle_t *)layer->handle; local
322 if(!hnd) {
332 if(!isSecureBuffer(hnd) && isNonIntegralSourceCrop(layer->sourceCropf))
370 if(isTileRendered(hnd)) {
699 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1249 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1326 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1533 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1573 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1650 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1680 using pipe: %d", __FUNCTION__, layer, hnd, indexL ); local
1691 using pipe: %d", __FUNCTION__, layer, hnd, indexR ); local
1714 hnd, dest ); local
1755 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1774 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1814 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1911 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1940 using pipe: %d", __FUNCTION__, layer, hnd, indexL ); local
1951 using pipe: %d", __FUNCTION__, layer, hnd, indexR ); local
1987 using pipe: %d", __FUNCTION__, layer, hnd, indexL ); local
1999 using pipe: %d", __FUNCTION__, layer, hnd, indexR ); local
2017 private_handle_t *hnd = (private_handle_t *)layer->handle; local
2077 private_handle_t *hnd = (private_handle_t *)layer->handle; local
    [all...]
hwc_utils.cpp 595 private_handle_t *hnd,
604 if(!isYuvBuffer(hnd)) {
742 private_handle_t *hnd = (private_handle_t *)layer->handle; local
757 sanitizeSourceCrop(cropL, cropR, hnd);
790 private_handle_t *hnd = (private_handle_t *)layer->handle; local
791 if(hnd) {
792 int format = hnd->format;
883 private_handle_t *hnd = (private_handle_t *)layer->handle; local
889 if(isSecureDisplayBuffer(hnd)) {
901 if (isSecureBuffer(hnd)) {
979 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1441 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1621 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1731 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1878 private_handle_t *hnd = (private_handle_t *)layer->handle; local
    [all...]
hwc_copybit.cpp 123 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle; local
124 if (hnd) {
125 if (BUFFER_TYPE_UI == hnd->bufferType) {
247 int CopyBit::clear (private_handle_t* hnd, hwc_rect_t& rect)
255 buf.w = ALIGN(getWidth(hnd),32);
256 buf.h = getHeight(hnd);
257 buf.format = hnd->format;
258 buf.base = (void *)hnd->base;
259 buf.handle = (native_handle_t *)hnd;
362 private_handle_t *hnd = (private_handle_t *)layer->handle local
    [all...]
hwc_copybit.h 80 int clear (private_handle_t* hnd, hwc_rect_t& rect);
  /frameworks/native/opengl/libs/EGL/
Loader.h 51 status_t set(void* hnd, int32_t api);
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 151 const private_handle_t* hnd = (const private_handle_t*)h; local
153 hnd->numInts + hnd->numFds != sNumInts + sNumFds ||
154 hnd->magic != sMagic)
  /hardware/qcom/display/msm8226/libgralloc/
gr.h 48 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
70 void free_buffer(private_handle_t *hnd);
gpu.h 43 int free_impl(private_handle_t const* hnd);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 563 private_handle_t *hnd,
572 if(!isYuvBuffer(hnd)) {
695 private_handle_t *hnd = (private_handle_t *)layer->handle; local
710 sanitizeSourceCrop(cropL, cropR, hnd);
743 private_handle_t *hnd = (private_handle_t *)layer->handle; local
744 if(hnd) {
745 int format = hnd->format;
836 private_handle_t *hnd = (private_handle_t *)layer->handle; local
842 if(isSecureDisplayBuffer(hnd)) {
854 if (isSecureBuffer(hnd)) {
960 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1382 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1562 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1672 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1816 private_handle_t *hnd = (private_handle_t *)layer->handle; local
    [all...]
hwc_mdpcomp.cpp 265 memset(&hnd, 0, sizeof(hnd));
274 hnd[i] = list->hwLayers[i].handle;
294 (hnd[i] != list->hwLayers[i].handle)){
302 private_handle_t *hnd = (private_handle_t *)layer->handle; local
303 if((not isYuvBuffer(hnd) and has90Transform(layer)) or
313 private_handle_t *hnd = (private_handle_t *)layer->handle; local
315 if(!hnd) {
325 if(!isSecureBuffer(hnd) && isNonIntegralSourceCrop(layer->sourceCropf))
363 if(isTileRendered(hnd)) {
595 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1114 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1191 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1417 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1502 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1532 using pipe: %d", __FUNCTION__, layer, hnd, indexL ); local
1543 using pipe: %d", __FUNCTION__, layer, hnd, indexR ); local
1566 hnd, dest ); local
1643 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1749 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1778 using pipe: %d", __FUNCTION__, layer, hnd, indexL ); local
1789 using pipe: %d", __FUNCTION__, layer, hnd, indexR ); local
1825 using pipe: %d", __FUNCTION__, layer, hnd, indexL ); local
1837 using pipe: %d", __FUNCTION__, layer, hnd, indexR ); local
1855 private_handle_t *hnd = (private_handle_t *)layer->handle; local
1919 private_handle_t *hnd = (private_handle_t *)layer->handle; local
    [all...]
hwc_virtual.cpp 264 private_handle_t *hnd = (private_handle_t *)fbLayer->handle; local
267 hnd = (private_handle_t *)extLayer->handle;
269 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer();
272 if(hnd && !isYuvBuffer(hnd)) {
273 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) {
hwc_copybit.cpp 123 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle; local
124 if (hnd) {
125 if (BUFFER_TYPE_UI == hnd->bufferType) {
247 int CopyBit::clear (private_handle_t* hnd, hwc_rect_t& rect)
255 buf.w = ALIGN(getWidth(hnd),32);
256 buf.h = getHeight(hnd);
257 buf.format = hnd->format;
258 buf.base = (void *)hnd->base;
259 buf.handle = (native_handle_t *)hnd;
362 private_handle_t *hnd = (private_handle_t *)layer->handle local
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
gr.h 49 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
71 void free_buffer(private_handle_t *hnd);
gpu.h 43 int free_impl(private_handle_t const* hnd);

Completed in 4173 milliseconds

1 23 4 5