Searched defs:list (Results 1 - 25 of 154) sorted by relevance

1234567

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_frame_buffers.c16 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list) { argument
17 assert(list != NULL);
18 vp9_free_internal_frame_buffers(list);
20 list->num_internal_frame_buffers =
22 list->int_fb =
23 (InternalFrameBuffer *)vpx_calloc(list->num_internal_frame_buffers,
24 sizeof(*list->int_fb));
25 return (list->int_fb == NULL);
28 void vp9_free_internal_frame_buffers(InternalFrameBufferList *list) { argument
31 assert(list !
[all...]
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dlist.h2 * list.h, list
26 struct list { struct
27 struct list *next;
28 struct list *prev;
33 void __list_init(struct list *);
35 struct list *__list_alloc(void);
36 struct list *list_alloc(void *);
38 void __list_free(struct list *);
39 void list_free_all(struct list *);
[all...]
/hardware/libhardware/tests/nusensors/
H A Dnusensors.cpp79 struct sensor_t const* list; local
80 int count = module->get_sensors_list(module, &list);
91 list[i].name,
92 list[i].vendor,
93 list[i].version,
94 list[i].handle,
95 list[i].type,
96 list[i].maxRange,
97 list[i].resolution,
98 list[
[all...]
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_queue.h7 * notice, this list of conditions and the following disclaimer.
9 * copyright notice, this list of conditions and the following
37 struct cam_list list; member in struct:__anon2277
50 cam_list_init(&queue->head.list);
67 cam_list_add_tail_node(&node->list, &queue->head.list);
82 head = &queue->head.list;
85 node = member_of(pos, cam_node_t, list);
86 cam_list_del_node(&node->list);
106 head = &queue->head.list;
[all...]
/hardware/qcom/camera/QCamera2/util/
H A DQCameraQueue.h7 * notice, this list of conditions and the following disclaimer.
9 * copyright notice, this list of conditions and the following
65 struct cam_list list; member in struct:qcamera::QCameraQueue::__anon2705
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_queue.h7 * notice, this list of conditions and the following disclaimer.
9 * copyright notice, this list of conditions and the following
37 struct cam_list list; member in struct:__anon2932
50 cam_list_init(&queue->head.list);
67 cam_list_add_tail_node(&node->list, &queue->head.list);
82 head = &queue->head.list;
85 node = member_of(pos, cam_node_t, list);
86 cam_list_del_node(&node->list);
106 head = &queue->head.list;
[all...]
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraQueue.h7 * notice, this list of conditions and the following disclaimer.
9 * copyright notice, this list of conditions and the following
65 struct cam_list list; member in struct:qcamera::QCameraQueue::__anon3409
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddump_impl.cpp6 * * Redistributions of source code must retain the above copyright notice, this list of
8 * * Redistributions in binary form must reproduce the above copyright notice, this list of
68 va_list list; local
69 va_start(list, format);
70 vsnprintf(buffer, length - filled -1, format, list);
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddump_impl.cpp6 * * Redistributions of source code must retain the above copyright notice, this list of
8 * * Redistributions in binary form must reproduce the above copyright notice, this list of
68 va_list list; local
69 va_start(list, format);
70 vsnprintf(buffer, length - filled -1, format, list);
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalSensorAttrib.java48 public void setWeights(ArrayList<Integer> list) { argument
49 if (list != null) {
50 mWeights = new Integer[list.size()];
52 mWeights = list.toArray(mWeights);
61 public void setOrder(ArrayList<Integer> list) { argument
62 if (list != null) {
63 mOrder = new Integer[list.size()];
65 mOrder = list.toArray(mOrder);
/hardware/qcom/display/msm8084/libqdutils/
H A Dcb_utils.cpp6 * notice, this list of conditions and the following disclaimer
8 * copyright notice, this list of conditions and the following
43 int CBUtils::getuiClearRegion(hwc_display_contents_1_t* list, argument
46 size_t last = list->numHwLayers - 1;
47 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame;
54 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) ||
56 (list->hwLayers[i].flags & HWC_SKIP_HWC_COMPOSITION))
58 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
67 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) ||
70 hwc_rect_t displayFrame = list
[all...]
/hardware/qcom/display/msm8226/libqdutils/
H A Dcb_utils.cpp6 * notice, this list of conditions and the following disclaimer
8 * copyright notice, this list of conditions and the following
43 int CBUtils::getuiClearRegion(hwc_display_contents_1_t* list, argument
46 size_t last = list->numHwLayers - 1;
47 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame;
54 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) ||
56 (list->hwLayers[i].flags & HWC_SKIP_HWC_COMPOSITION))
58 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
67 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) ||
70 hwc_rect_t displayFrame = list
[all...]
/hardware/qcom/display/msm8994/libqdutils/
H A Dcb_utils.cpp6 * notice, this list of conditions and the following disclaimer
8 * copyright notice, this list of conditions and the following
43 int CBUtils::getuiClearRegion(hwc_display_contents_1_t* list, argument
46 size_t last = list->numHwLayers - 1;
47 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame;
54 if(((list->hwLayers[i].blending == HWC_BLENDING_NONE) &&
55 (list->hwLayers[i].planeAlpha == 0xFF)) ||
57 (list->hwLayers[i].flags & HWC_SKIP_HWC_COMPOSITION))
59 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
68 if((list
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm_tags.c9 The current list has all the buffers which contribute to this particular workload. So we walkthrough the
10 list and throw buf done for all the buffers which were consumed. This can be deduced from total bytes we
11 in list which represents the bytes that were used for this acces unit.
21 frame_start_found: Indicates we saw the beggining of frame in current list of ES buffers(which represent current acces unit).
37 This function generates contribution tags current workload by walking through list of consumed buffers.
38 If frame is done(ignore_partial is false) we generate continue tags for the last item in list(if its not completely consumed).
45 viddec_pm_utils_list_t *list = &(cxt->list); local
47 if(list->num_items != 0)
52 while((num_items < list
88 viddec_pm_utils_list_t *list = &(cxt->list); local
129 viddec_pm_utils_list_t *list = &(cxt->list); local
214 viddec_pm_utils_list_t *list = &(cxt->list); local
250 viddec_pm_utils_list_t *list = &(cxt->list); local
280 viddec_pm_utils_list_t *list; local
[all...]
H A Dviddec_pm_utils_list.c5 Initialize list.
17 Add a new ES buffer to list. If not succesful returns 0.
19 uint32_t viddec_pm_utils_list_addbuf(viddec_pm_utils_list_t *list, viddec_input_buffer_t *es_buf) argument
22 if((list->num_items + 1) <= MAX_IBUFS_PER_SC)
24 list->num_items +=1;
25 list->sc_ibuf[list->num_items - 1] = *es_buf;
33 EX: if byte=4, and the first es buffer in list is of length 100, we return lis_index=0, offset=3.
36 uint32_t viddec_pm_utils_list_getbyte_position(viddec_pm_utils_list_t *list, uint32_t byte, uint32_t *list_index, uint32_t *offset) argument
40 /* First buffer in list i
71 viddec_pm_utils_list_updatebytepos(viddec_pm_utils_list_t *list, uint8_t sc_prefix_length) argument
128 viddec_pm_utils_list_emit_slice_tags(viddec_pm_utils_list_t *list, uint32_t start, uint32_t end, viddec_emitter *emitter, uint32_t is_cur_wkld, viddec_workload_item_t *wi) argument
181 viddec_pm_utils_list_remove_used_entries(viddec_pm_utils_list_t *list, uint32_t length) argument
[all...]
/hardware/intel/common/libmix/mix_video/test/src/
H A Dtest_framemanager.c33 void shuffle(GPtrArray *list) { argument
35 guint len = list->len;
39 gpointer tmp = g_ptr_array_index(list, jdx);
40 g_ptr_array_index(list, jdx) = g_ptr_array_index(list, idx);
41 g_ptr_array_index(list, idx) = tmp;
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dqueue.c48 struct list *list = queue->head; local
50 list_free_all(list);
54 void __queue_push_head(struct queue *queue, struct list *entry)
65 struct list *entry = list_alloc(data);
79 void __queue_push_tail(struct queue *queue, struct list *entry)
95 struct list *entry = list_alloc(data);
111 struct list *__queue_pop_head(struct queue *queue)
113 struct list *entry = queue->head;
128 struct list *entr
[all...]
/hardware/invensense/6515/libsensors_iio/
H A DCompassSensor.AKM.cpp150 void CompassSensor::fillList(struct sensor_t *list) argument
158 list->maxRange = COMPASS_AKM8963_RANGE;
159 list->resolution = COMPASS_AKM8963_RESOLUTION;
160 list->power = COMPASS_AKM8963_POWER;
161 list->minDelay = COMPASS_AKM8963_MINDELAY;
165 list->maxRange = COMPASS_AKM8975_RANGE;
166 list->resolution = COMPASS_AKM8975_RESOLUTION;
167 list->power = COMPASS_AKM8975_POWER;
168 list->minDelay = COMPASS_AKM8975_MINDELAY;
175 list
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.AKM.cpp150 void CompassSensor::fillList(struct sensor_t *list) argument
158 list->maxRange = COMPASS_AKM8963_RANGE;
159 list->resolution = COMPASS_AKM8963_RESOLUTION;
160 list->power = COMPASS_AKM8963_POWER;
161 list->minDelay = COMPASS_AKM8963_MINDELAY;
165 list->maxRange = COMPASS_AKM8975_RANGE;
166 list->resolution = COMPASS_AKM8975_RESOLUTION;
167 list->power = COMPASS_AKM8975_POWER;
168 list->minDelay = COMPASS_AKM8975_MINDELAY;
175 list
[all...]
H A DPressureSensor.IIO.secondary.cpp155 void PressureSensor::fillList(struct sensor_t *list) argument
163 list->maxRange = PRESSURE_BMP280_RANGE;
164 list->resolution = PRESSURE_BMP280_RESOLUTION;
165 list->power = PRESSURE_BMP280_POWER;
166 list->minDelay = PRESSURE_BMP280_MINDELAY;
167 mMinDelay = list->minDelay;
174 list->maxRange = PRESSURE_BMP280_RANGE;
175 list->resolution = PRESSURE_BMP280_RESOLUTION;
176 list->power = PRESSURE_BMP280_POWER;
177 list
[all...]
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_virtual.cpp92 hwc_display_contents_1_t *list) {
98 if (list && list->outbuf && list->numHwLayers > 0) {
99 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1);
100 uint32_t last = (uint32_t)list->numHwLayers - 1;
101 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
122 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
125 setListStats(ctx, list, dpy);
127 if(ctx->mMDPComp[dpy]->prepare(ctx, list) <
91 prepare(hwc_composer_device_1 *dev, hwc_display_contents_1_t *list) argument
149 set(hwc_context_t *ctx, hwc_display_contents_1_t *list) argument
250 prepare(hwc_composer_device_1 *dev, hwc_display_contents_1_t *list) argument
287 set(hwc_context_t *ctx, hwc_display_contents_1_t *list) argument
[all...]
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_virtual.cpp71 hwc_display_contents_1_t *list) {
77 if (list && list->outbuf && list->numHwLayers > 0) {
78 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1);
79 uint32_t last = (uint32_t)list->numHwLayers - 1;
80 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
102 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
111 setListStats(ctx, list, dpy);
113 if(ctx->mMDPComp[dpy]->prepare(ctx, list) <
70 prepare(hwc_composer_device_1 *dev, hwc_display_contents_1_t *list) argument
136 set(hwc_context_t *ctx, hwc_display_contents_1_t *list) argument
[all...]
/hardware/qcom/display/msm8909/libqdutils/
H A Dcb_utils.cpp6 * notice, this list of conditions and the following disclaimer
8 * copyright notice, this list of conditions and the following
58 int CBUtils::uiClearRegion(hwc_display_contents_1_t* list, argument
62 size_t last = list->numHwLayers - 1;
63 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame;
79 if(((list->hwLayers[i].blending == HWC_BLENDING_NONE) &&
80 (list->hwLayers[i].planeAlpha == 0xFF)) ||
82 (list->hwLayers[i].flags & HWC_SKIP_HWC_COMPOSITION))
84 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
93 if((list
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_virtual.cpp71 hwc_display_contents_1_t *list) {
77 if (list && list->outbuf && list->numHwLayers > 0) {
78 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1);
79 uint32_t last = (uint32_t)list->numHwLayers - 1;
80 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
101 private_handle_t *ohnd = (private_handle_t *)list->outbuf;
110 setListStats(ctx, list, dpy);
112 if(ctx->mMDPComp[dpy]->prepare(ctx, list) <
70 prepare(hwc_composer_device_1 *dev, hwc_display_contents_1_t *list) argument
135 set(hwc_context_t *ctx, hwc_display_contents_1_t *list) argument
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dviddec_pm.h32 /* This is a temporary structure for first pass sc parsing. index tells us where we are in list of es buffers
36 int32_t list_index; /* current index of list */
58 viddec_pm_utils_list_t list; member in struct:__anon664

Completed in 852 milliseconds

1234567