HomeSort by relevance Sort by last modified time
    Searched refs:buffer_types (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/libva/test/basic/
test_10.c 72 VABufferType buffer_types[] = variable
99 #define NUM_BUFFER_TYPES (sizeof(buffer_types) / sizeof(VABufferType))
111 va_status = vaCreateBuffer(va_dpy, context, buffer_types[i], buffer_sizes[i], 1, NULL, &buffer_ids[i]);
test_11.c 72 VABufferType buffer_types[] = variable
99 #define NUM_BUFFER_TYPES (sizeof(buffer_types) / sizeof(VABufferType))
128 va_status = vaCreateBuffer(va_dpy, context, buffer_types[i], buffer_sizes[i], 1, data, &buffer_ids[i]);
130 status("vaCreateBuffer created buffer %08x of type %d\n", buffer_ids[i], buffer_types[i]);
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_QUERYBUF.c 41 const enum v4l2_buf_type buffer_types[] = { local
136 for (j = 0; j < sizeof(buffer_types) / sizeof(*buffer_types);
138 if (buffer_types[j] != type) {
140 buf.type = buffer_types[j];
  /external/parameter-framework/asio-1.10.6/include/asio/
buffer.hpp 729 // are ambiguous. This will be worked around by using a buffer_types traits
753 struct buffer_types struct in namespace:asio::detail
761 inline typename detail::buffer_types<PodType>::container_type
764 typedef typename asio::detail::buffer_types<PodType>::buffer_type
766 typedef typename asio::detail::buffer_types<PodType>::container_type
773 inline typename detail::buffer_types<PodType>::container_type
776 typedef typename asio::detail::buffer_types<PodType>::buffer_type
778 typedef typename asio::detail::buffer_types<PodType>::container_type
    [all...]

Completed in 198 milliseconds