/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_bufferqueue.h | 66 BufferQueue::BufferItem item; in threadLoop() local 71 status = mBufferQueue->acquireBuffer(&item, 0); in threadLoop() 77 if (item.mGraphicBuffer != NULL) { in threadLoop() 78 unsigned int slot = item.mBuf; in threadLoop() 82 mBufferSlots[slot].mGraphicBuffer = item.mGraphicBuffer; in threadLoop() 83 mBufferSlots[slot].mCrop = item.mCrop; in threadLoop() 85 showMetadata(item.mMetadata); in threadLoop() 87 graphic_buffer = mBufferSlots[item.mBuf].mGraphicBuffer; in threadLoop() 88 mDeferThread->add(graphic_buffer, item.mCrop, mCounter++, item.mBuf); in threadLoop()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | keywords.dox | 25 particular item, but the full implications must be understood and 38 This word, or the adjective "OPTIONAL", mean that an item is 39 truly optional. One vendor may choose to include the item because a 41 it enhances the product while another vendor may omit the same item.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | diff.py | 37 def __contains__(self, item): argument 38 return item >= self.offset and item <= self.offset + self.length - 1
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | RELEASE.TXT | 32 * fixed item 141 33 * added item 142
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/ |
D | nestegg.h | 258 int nestegg_track_codec_data(nestegg * context, unsigned int track, unsigned int item, 323 int nestegg_packet_data(nestegg_packet * packet, unsigned int item,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 814 struct list_node * item; in ne_ctx_push() local 816 item = ne_alloc(sizeof(*item)); in ne_ctx_push() 817 item->previous = ctx->ancestor; in ne_ctx_push() 818 item->node = ancestor; in ne_ctx_push() 819 item->data = data; in ne_ctx_push() 820 ctx->ancestor = item; in ne_ctx_push() 826 struct list_node * item; in ne_ctx_pop() local 828 item = ctx->ancestor; in ne_ctx_pop() 829 ctx->ancestor = item->previous; in ne_ctx_pop() 830 free(item); in ne_ctx_pop() [all …]
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_mixer.c | 208 tmp.value.enumerated.item = m; in mixer_open() 439 unsigned v = ev.value.enumerated.item[n]; in mixer_ctl_get() 442 *value = ev.value.enumerated.item[0]; in mixer_ctl_get() 742 ev.value.enumerated.item[0] = n; in mixer_ctl_select()
|
/hardware/libhardware/tests/camera2/ |
D | camera2_utils.h | 234 virtual void onFrameAvailable(const BufferItem& item);
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderAVC.cpp | 543 for (uint8_t item = 0; item < (uint8_t)(activeMinus1 + 1); item++, refList++) { in updateReferenceFrames() local
|
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
D | asound.h | 858 unsigned int item; /* W: item number */ member 885 unsigned int item[128]; member
|
/hardware/qcom/msm8x84/kernel-headers/sound/ |
D | asound.h | 866 unsigned int item; member 899 unsigned int item[128]; member
|
/hardware/qcom/audio/hal/ |
D | audio_hw.c | 784 struct listnode *item; in offload_thread_loop() local 810 item = list_head(&out->offload_cmd_list); in offload_thread_loop() 811 cmd = node_to_item(item, struct offload_cmd, node); in offload_thread_loop() 812 list_remove(item); in offload_thread_loop() 865 item = list_head(&out->offload_cmd_list); in offload_thread_loop() 866 list_remove(item); in offload_thread_loop() 867 free(node_to_item(item, struct offload_cmd, node)); in offload_thread_loop()
|
/hardware/intel/common/libwsbm/src/ |
D | wsbm_manager.c | 147 validateListAddNode(struct _ValidateList *list, void *item, in validateListAddNode() argument 165 node->buf = item; in validateListAddNode()
|