Searched refs:element (Results 1 - 16 of 16) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dqueue.c39 void *element; member in struct:Node
73 void *element = pop(q); local
74 if (element)
75 free(element);
79 int push(Queue *q, void * element) argument
86 new_node->element = element;
107 void *element; local
113 element = temp->element;
[all...]
H A Dts_parser.cpp213 timestamp *element = NULL,*duplicate = NULL; local
224 if (!element)
225 element = &phead->input_timestamps[i];
227 if (element->timestamps > phead->input_timestamps[i].timestamps){
228 element = &phead->input_timestamps[i];
230 } else if(element->timestamps == phead->input_timestamps[i].timestamps)
235 if (element) {
237 header->nTimeStamp = element->timestamps;
240 element->in_use = false;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dqueue.c38 void *element; member in struct:Node
70 void *element = pop(q); local
72 if (element)
73 free(element);
77 int push(Queue *q, void * element) argument
84 new_node->element = element;
102 void *element; local
108 element = temp->element;
[all...]
H A Dts_parser.cpp249 timestamp *element = NULL,*duplicate = NULL; local
265 if (!element)
266 element = &phead->input_timestamps[i];
268 if (element->timestamps > phead->input_timestamps[i].timestamps) {
269 element = &phead->input_timestamps[i];
271 } else if (element->timestamps == phead->input_timestamps[i].timestamps)
277 if (element) {
279 header->nTimeStamp = element->timestamps;
284 element->in_use = false;
291 element
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dqueue.h36 int push(Queue *q, void * element);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dqueue.h36 int push(Queue *q, void * element);
/hardware/libhardware/tests/camera2/
H A DCameraMetadataTests.cpp79 bool HasElementInArrayFromStaticTag(uint32_t tag, int32_t element) const {
83 if (entry.data.i32[i] == element)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c789 struct ebml_element_desc * element; local
792 for (element = ancestor->node; element->id; ++element)
793 if (element->id == id)
802 struct ebml_element_desc * element; local
804 for (element = elements; element->id; ++element)
805 if (element
1001 struct ebml_element_desc * element; local
1399 struct ebml_element_desc * element; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm113 vtst.16 q15, q5, q8 ; non-zero element is set to all 1
125 vtst.16 q3, q11, q8 ; non-zero element is set to all 1
214 vtst.16 q15, q13, q8 ; non-zero element is set to all 1
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_partitions_armv5.asm217 ; element. Here vp8_extra_bit_struct == 16
367 add r7, r7, r1 ; next element in the array
450 add r7, r7, r1 ; next element in cpi->tp_list
H A Dvp8_packtokens_mbrow_armv5.asm188 ; element. Here vp8_extra_bit_struct == 16
334 add r7, r7, #TOKENLIST_SZ ; next element in the array
H A Dvp8_packtokens_armv5.asm167 ; element. Here vp8_extra_bit_struct == 16
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dloopfilter_v6.asm212 ;and r8, r8, lr ; -1 for each element that equals 4
438 ;and r8, r8, lr ; -1 for each element that equals 4
777 ;and r8, r8, lr ; -1 for each element that equals 4 -- r8: s
1073 ;and r8, r8, lr ; -1 for each element that equals 4
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm44 ;# a 256-element block of memory. It takes 8 bits 0...7 to address this
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_idct16x16_add_neon.asm605 ldr r7, [sp, #28] ; dest used to save element 0-7
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h504 uint32 element[1]; member in struct:wl_uint32_list
4864 /* selected mgmt frame (smf) stats element */

Completed in 2257 milliseconds