Searched defs:outbuf (Results 1 - 2 of 2) 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/libhardware/include/hardware/
H A Dhwcomposer.h373 /* outbuf is the buffer that receives the composed image for
374 * virtual displays. Writes to the outbuf must wait until
376 * writes to outbuf are complete should be returned in
385 * case, both outbuf and the FRAMEBUFFER_TARGET layer's buffer will
402 buffer_handle_t outbuf; member in struct:hwc_display_contents_1::__anon1270::__anon1272
404 /* File descriptor for a fence that will signal when outbuf is
408 * Will be -1 whenever outbuf is NULL, or when the outbuf can be

Completed in 110 milliseconds