Searched refs:outbuf (Results 1 – 11 of 11) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | resize_util.c | 44 uint8_t *inbuf, *outbuf; in main() local 96 outbuf = (uint8_t*)malloc(target_width * target_height * 3 / 2); in main() 99 outbuf_u = outbuf + target_width * target_height; in main() 107 outbuf, target_width, outbuf_u, outbuf_v, in main() 110 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout); in main() 118 free(outbuf); in main()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_virtual.cpp | 77 if (list && list->outbuf && list->numHwLayers > 0) { in prepare() 101 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in prepare() 140 if (list && list->outbuf && list->numHwLayers > 0) { in set() 147 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in set()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_virtual.cpp | 77 if (list && list->outbuf && list->numHwLayers > 0) { in prepare() 102 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in prepare() 141 if (list && list->outbuf && list->numHwLayers > 0) { in set() 148 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in set()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_virtual.cpp | 98 if (list && list->outbuf && list->numHwLayers > 0) { in prepare() 122 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in prepare() 154 if (list && list->outbuf && list->numHwLayers > 0) { in set() 161 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in set() 342 if (list && list->outbuf && (list->retireFenceFd < 0) ) { in set()
|
D | hwc_utils.cpp | 2070 if(list->outbuf and (ctx->numActiveDisplays == HWC_NUM_DISPLAY_TYPES)) { in canUseMDPforVirtualDisplay()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_virtual.cpp | 109 if (list && list->outbuf && list->numHwLayers > 0) { in prepare() 133 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in prepare() 166 if (list && list->outbuf && list->numHwLayers > 0) { in set() 173 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in set() 380 if (list && list->outbuf && (list->retireFenceFd < 0) ) { in set()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_display_virtual.cpp | 190 static_cast<const private_handle_t *>(content_list->outbuf); in SetOutputSliceFromMetadata() 253 static_cast<const private_handle_t *>(content_list->outbuf); in SetOutputBuffer() 297 const private_handle_t *output_handle = (const private_handle_t *)(content_list->outbuf); in DumpOutputBuffer()
|
D | hwc_display_virtual.h | 59 return (content_list && content_list->numHwLayers > 0 && content_list->outbuf); in IsValidContentList()
|
D | hwc_color_manager.cpp | 283 solid_fill_layers_->outbuf = NULL; in CreateSolidFillLayers()
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer.h | 387 buffer_handle_t outbuf; member
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
D | VirtualDevice.cpp | 1036 if (!mCurrentConfig.frameServerActive && display->outbuf == NULL) { in queueCompose() 1038 if (display->outbuf == NULL) { in queueCompose() 1074 composeTask->outputHandle = display->outbuf; in queueCompose() 1077 composeTask->outputHandle = display->outbuf; in queueCompose() 1373 if (display->outbuf == NULL) { in queueCompose() 1380 …_native_handle_t* nativeDestHandle = reinterpret_cast<const IMG_native_handle_t*>(display->outbuf); in queueCompose() 1392 …colorSwap(layer.handle, display->outbuf, ((nativeSrcHandle->iWidth+31)&~31)*nativeSrcHandle->iHeig… in queueCompose() 1431 blitTask->destHandle = display->outbuf; in queueCompose() 1438 blitTask->destHandle = display->outbuf; in queueCompose()
|