Searched defs:num_elements (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/libva/va/
H A Dva_fool.c220 unsigned int num_elements, /* in */
225 unsigned int new_size = size * num_elements;
235 fool_ctx->fool_buf_element[type] = num_elements;
251 unsigned int *num_elements /* out */
264 *num_elements = fool_ctx->fool_buf_element[*type];;
215 va_FoolCreateBuffer( VADisplay dpy, VAContextID __maybe_unused context, VABufferType type, unsigned int size, unsigned int num_elements, void __maybe_unused *data, VABufferID *buf_id ) argument
H A Dva.c935 unsigned int num_elements, /* in */
946 VA_FOOL_FUNC(va_FoolCreateBuffer, dpy, context, type, size, num_elements, data, buf_id);
948 vaStatus = ctx->vtable->vaCreateBuffer( ctx, context, type, size, num_elements, data, buf_id);
951 dpy, context, type, size, num_elements, data, buf_id);
959 unsigned int num_elements /* in */
968 return ctx->vtable->vaBufferSetNumElements( ctx, buf_id, num_elements );
1030 unsigned int *num_elements /* out */
1038 VA_FOOL_FUNC(va_FoolBufferInfo, dpy, buf_id, type, size, num_elements);
1040 return ctx->vtable->vaBufferInfo( ctx, buf_id, type, size, num_elements );
930 vaCreateBuffer( VADisplay dpy, VAContextID context, VABufferType type, unsigned int size, unsigned int num_elements, void *data, VABufferID *buf_id ) argument
H A Dva_trace.c124 unsigned int *num_elements /* out */
656 unsigned int num_elements, /* in */
672 va_TraceMsg(trace_ctx, "\tnum_elements=%d\n", num_elements);
684 unsigned int num_elements; local
688 vaBufferInfo(dpy, trace_ctx->trace_context, buf_id, &type, &size, &num_elements);
698 va_TraceMsg(trace_ctx, "\tnum_elements=%d\n", num_elements);
712 unsigned int num_elements; local
719 vaBufferInfo(dpy, trace_ctx->trace_context, buf_id, &type, &size, &num_elements);
757 unsigned int num_elements,
767 va_TraceMsg(trace_ctx, "\t context = %d, buffer = %d, type = %d, size = %d, num_elements
651 va_TraceCreateBuffer( VADisplay dpy, VAContextID __maybe_unused context, VABufferType type, unsigned int size, unsigned int num_elements, void __maybe_unused *data, VABufferID *buf_id ) argument
751 va_TraceVABuffers( VADisplay dpy, VAContextID context, VABufferID buffer, VABufferType type, unsigned int size, unsigned int num_elements, void *pbuf ) argument
797 va_TraceVAPictureParameterBufferMPEG2( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
835 va_TraceVAIQMatrixBufferMPEG2( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
862 va_TraceVASliceParameterBufferMPEG2( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
893 va_TraceVAPictureParameterBufferJPEG( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
918 va_TraceVAIQMatrixBufferJPEG( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
947 va_TraceVASliceParameterBufferJPEG( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
976 va_TraceVAHuffmanTableBufferJPEG( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
1022 va_TraceVAPictureParameterBufferMPEG4( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
1082 va_TraceVAIQMatrixBufferMPEG4( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
1111 va_TraceVAEncSequenceParameterBufferMPEG4( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
1140 va_TraceVAEncPictureParameterBufferMPEG4( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
1167 va_TraceVASliceParameterBufferMPEG4( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
1210 va_TraceVAPictureParameterBufferH264( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
1285 va_TraceVASliceParameterBufferH264( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
1378 va_TraceVAIQMatrixBufferH264( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data ) argument
1422 va_TraceVAEncSequenceParameterBufferH264( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
1485 va_TraceVAEncPictureParameterBufferH264( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
1548 va_TraceVAEncSliceParameterBuffer( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
1573 va_TraceVAEncSliceParameterBufferH264( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
1691 va_TraceVAEncPackedHeaderParameterBufferType( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
1714 va_TraceVAEncMiscParameterBuffer( VADisplay dpy, VAContextID context, VABufferID buffer, VABufferType type, unsigned int size, unsigned int num_elements, void *data) argument
1808 va_TraceVAPictureParameterBufferVC1( VADisplay dpy, VAContextID context, VABufferID buffer, VABufferType type, unsigned int size, unsigned int num_elements, void *data ) argument
1914 va_TraceVASliceParameterBufferVC1( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void* data ) argument
1939 va_TraceVAEncSequenceParameterBufferVP8( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
1973 va_TraceVAEncPictureParameterBufferVP8( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused uffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
2043 va_TraceVAPictureParameterBufferVP8( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
2119 va_TraceVASliceParameterBufferVP8( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
2148 va_TraceVAIQMatrixBufferVP8( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
2176 va_TraceVAProbabilityBufferVP8( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
2226 va_TraceMPEG2Buf( VADisplay dpy, VAContextID context, VABufferID buffer, VABufferType type, unsigned int size, unsigned int num_elements, void *pbuf ) argument
2282 va_TraceVAEncSequenceParameterBufferH263( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
2307 va_TraceVAEncPictureParameterBufferH263( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
2331 va_TraceVAEncPictureParameterBufferJPEG( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
2375 va_TraceVAEncQMatrixBufferJPEG( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data) argument
2428 va_TraceH263Buf( VADisplay dpy, VAContextID __maybe_unused context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *pbuf ) argument
2493 va_TraceJPEGBuf( VADisplay dpy, VAContextID context, VABufferID buffer, VABufferType type, unsigned int size, unsigned int num_elements, void *pbuf ) argument
2543 va_TraceMPEG4Buf( VADisplay dpy, VAContextID context, VABufferID buffer, VABufferType type, unsigned int size, unsigned int num_elements, void *pbuf ) argument
2603 va_TraceH264Buf( VADisplay dpy, VAContextID context, VABufferID buffer, VABufferType type, unsigned int size, unsigned int num_elements, void *pbuf ) argument
2675 va_TraceVP8Buf( VADisplay dpy, VAContextID context, VABufferID buffer, VABufferType type, unsigned int size, unsigned int num_elements, void *pbuf ) argument
2739 va_TraceVC1Buf( VADisplay dpy, VAContextID context, VABufferID buffer, VABufferType type, unsigned int size, unsigned int num_elements, void *pbuf ) argument
2854 unsigned int num_elements; local
2910 va_TraceVAProcPipelineParameterBuffer( VADisplay dpy, VAContextID context, VABufferID __maybe_unused buffer, VABufferType __maybe_unused type, unsigned int __maybe_unused size, unsigned int __maybe_unused num_elements, void *data ) argument
2998 va_TraceNoneBuf( VADisplay dpy, VAContextID context, VABufferID buffer, VABufferType type, unsigned int size, unsigned int num_elements, void *pbuf ) argument
3029 unsigned int num_elements; local
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.c1790 unsigned int num_elements, /* in */
1825 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Requesting buffer creation, size=%d,elements=%d,type=%s\n", size, num_elements,
1908 vaStatus = psb__allocate_BO_buffer(driver_data, obj_context,obj_buffer, size * num_elements, data, obj_buffer->type);
1932 vaStatus = psb__allocate_malloc_buffer(obj_buffer, size * num_elements);
1944 obj_buffer->max_num_elements = num_elements;
1945 obj_buffer->num_elements = num_elements;
1949 memcpy(obj_buffer->buffer_data, data, size * num_elements);
1970 unsigned int num_elements, /* in */
1979 CHECK_INVALID_PARAM(num_elements <
1785 psb__CreateBuffer( psb_driver_data_p driver_data, object_context_p obj_context, VABufferType type, unsigned int size, unsigned int num_elements, unsigned char *data, VABufferID *buf_desc ) argument
1965 psb_CreateBuffer( VADriverContextP ctx, VAContextID context, VABufferType type, unsigned int size, unsigned int num_elements, void *data, VABufferID *buf_desc ) argument
[all...]
H A Dpsb_drv_video.h596 unsigned int num_elements; member in struct:object_buffer_s

Completed in 145 milliseconds