Searched refs:outbuf (Results 1 - 14 of 14) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dresize_util.c44 uint8_t *inbuf, *outbuf; local
96 outbuf = (uint8_t*)malloc(target_width * target_height * 3 / 2);
99 outbuf_u = outbuf + target_width * target_height;
107 outbuf, target_width, outbuf_u, outbuf_v,
110 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout);
118 free(outbuf);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_virtual.h58 return (content_list && content_list->numHwLayers > 0 && content_list->outbuf);
H A Dhwc_display_virtual.cpp182 const private_handle_t *output_handle = (const private_handle_t *)(content_list->outbuf);
204 static_cast<const private_handle_t *>(content_list->outbuf);
265 static_cast<const private_handle_t *>(content_list->outbuf);
302 static_cast<const private_handle_t *>(content_list->outbuf);
H A Dhwc_color_manager.cpp270 solid_fill_layers_->outbuf = NULL;
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_display_virtual.h58 return (content_list && content_list->numHwLayers > 0 && content_list->outbuf);
H A Dhwc_display_virtual.cpp182 const private_handle_t *output_handle = (const private_handle_t *)(content_list->outbuf);
204 static_cast<const private_handle_t *>(content_list->outbuf);
265 static_cast<const private_handle_t *>(content_list->outbuf);
308 static_cast<const private_handle_t *>(content_list->outbuf);
H A Dhwc_color_manager.cpp270 solid_fill_layers_->outbuf = NULL;
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_virtual.cpp77 if (list && list->outbuf && list->numHwLayers > 0) {
102 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
141 if (list && list->outbuf && list->numHwLayers > 0) {
148 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_virtual.cpp77 if (list && list->outbuf && list->numHwLayers > 0) {
101 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
140 if (list && list->outbuf && list->numHwLayers > 0) {
147 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_virtual.cpp98 if (list && list->outbuf && list->numHwLayers > 0) {
122 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
154 if (list && list->outbuf && list->numHwLayers > 0) {
161 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
342 if (list && list->outbuf && (list->retireFenceFd < 0) ) {
H A Dhwc_utils.cpp2061 * list->outbuf will be a non-NULL handle.
2070 if(list->outbuf and (ctx->numActiveDisplays == HWC_NUM_DISPLAY_TYPES)) {
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_virtual.cpp109 if (list && list->outbuf && list->numHwLayers > 0) {
133 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
166 if (list && list->outbuf && list->numHwLayers > 0) {
173 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
380 if (list && list->outbuf && (list->retireFenceFd < 0) ) {
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h358 /* outbuf is the buffer that receives the composed image for
359 * virtual displays. Writes to the outbuf must wait until
361 * writes to outbuf are complete should be returned in
370 * case, both outbuf and the FRAMEBUFFER_TARGET layer's buffer will
387 buffer_handle_t outbuf; member in struct:hwc_display_contents_1::__anon1786::__anon1788
389 /* File descriptor for a fence that will signal when outbuf is
393 * Will be -1 whenever outbuf is NULL, or when the outbuf can be
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DVirtualDevice.cpp369 ETRACE("Unable to map outbuf");
850 // We're done with CSC buffers, since we blit to outbuf in this mode.
997 WTRACE("outbuf acquire fence (fd=%d) not yet saved or closed", display->outbufAcquireFenceFd);
1037 if (!mCurrentConfig.frameServerActive && display->outbuf == NULL) {
1039 if (display->outbuf == NULL) {
1041 ETRACE("No outbuf");
1075 composeTask->outputHandle = display->outbuf;
1078 composeTask->outputHandle = display->outbuf;
1374 if (display->outbuf == NULL) {
1375 ETRACE("outbuf i
[all...]

Completed in 227 milliseconds