/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | queue.c | 39 void *element; member 73 void *element = pop(q); in free_queue_and_qelement() local 74 if (element) in free_queue_and_qelement() 75 free(element); in free_queue_and_qelement() 79 int push(Queue *q, void * element) in push() argument 86 new_node->element = element; in push() 107 void *element; in pop() local 113 element = temp->element; in pop() 126 return element; in pop()
|
D | ts_parser.cpp | 213 timestamp *element = NULL,*duplicate = NULL; in get_next_timestamp() local 224 if (!element) in get_next_timestamp() 225 element = &phead->input_timestamps[i]; in get_next_timestamp() 227 if (element->timestamps > phead->input_timestamps[i].timestamps){ in get_next_timestamp() 228 element = &phead->input_timestamps[i]; in get_next_timestamp() 230 } else if(element->timestamps == phead->input_timestamps[i].timestamps) in get_next_timestamp() 235 if (element) { in get_next_timestamp() 237 header->nTimeStamp = element->timestamps; in get_next_timestamp() 240 element->in_use = false; in get_next_timestamp()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | queue.c | 38 void *element; member 70 void *element = pop(q); in free_queue_and_qelement() local 72 if (element) in free_queue_and_qelement() 73 free(element); in free_queue_and_qelement() 77 int push(Queue *q, void * element) in push() argument 84 new_node->element = element; in push() 102 void *element; in pop() local 108 element = temp->element; in pop() 118 return element; in pop()
|
D | ts_parser.cpp | 249 timestamp *element = NULL,*duplicate = NULL; in get_next_timestamp() local 265 if (!element) in get_next_timestamp() 266 element = &phead->input_timestamps[i]; in get_next_timestamp() 268 if (element->timestamps > phead->input_timestamps[i].timestamps) { in get_next_timestamp() 269 element = &phead->input_timestamps[i]; in get_next_timestamp() 271 } else if (element->timestamps == phead->input_timestamps[i].timestamps) in get_next_timestamp() 277 if (element) { in get_next_timestamp() 279 header->nTimeStamp = element->timestamps; in get_next_timestamp() 284 element->in_use = false; in get_next_timestamp() 291 element = NULL; in get_next_timestamp() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | RELEASE.TXT | 18 * Added not to attempt to reparse cues element 20 * Marked position of cues without parsing cues element 28 * added support for Cues element
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 789 struct ebml_element_desc * element; in ne_is_ancestor_element() local 792 for (element = ancestor->node; element->id; ++element) in ne_is_ancestor_element() 793 if (element->id == id) in ne_is_ancestor_element() 802 struct ebml_element_desc * element; in ne_find_element() local 804 for (element = elements; element->id; ++element) in ne_find_element() 805 if (element->id == id) in ne_find_element() 806 return element; in ne_find_element() 1001 struct ebml_element_desc * element; in ne_parse() local 1017 element = ne_find_element(id, ctx->ancestor->node); in ne_parse() 1018 if (element) { in ne_parse() [all …]
|
/hardware/libhardware/tests/camera2/ |
D | CameraMetadataTests.cpp | 79 bool HasElementInArrayFromStaticTag(uint32_t tag, int32_t element) const { in HasElementInArrayFromStaticTag() 83 if (entry.data.i32[i] == element) in HasElementInArrayFromStaticTag()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | queue.h | 36 int push(Queue *q, void * element);
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
D | queue.h | 36 int push(Queue *q, void * element);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/ |
D | TODO | 7 - Formalize handling of default element values.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | fastquantizeb_neon.asm | 113 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
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/ |
D | vp8_packtokens_partitions_armv5.asm | 217 ; 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
|
D | vp8_packtokens_mbrow_armv5.asm | 188 ; element. Here vp8_extra_bit_struct == 16 334 add r7, r7, #TOKENLIST_SZ ; next element in the array
|
D | vp8_packtokens_armv5.asm | 167 ; element. Here vp8_extra_bit_struct == 16
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | CHANGES | 18 * Improvement: the <testsuites> XML element now has a timestamp attribute.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | loopfilter_v6.asm | 212 ;and r8, r8, lr ; -1 for each element that equals 4 1073 ;and r8, r8, lr ; -1 for each element that equals 4
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage.dox | 159 element, and the function will return #VPX_CODEC_LIST_END to signal the end of
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 44 ;# 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/ |
D | vp9_idct16x16_add_neon.asm | 605 ldr r7, [sp, #28] ; dest used to save element 0-7
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 504 uint32 element[1]; member
|
/hardware/intel/img/libdrm/ |
D | aclocal.m4 | 7809 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|