Home
last modified time | relevance | path

Searched refs:item (Results 1 – 13 of 13) sorted by relevance

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_bufferqueue.h66 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/
Dkeywords.dox25 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/
Ddiff.py37 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/
DRELEASE.TXT32 * fixed item 141
33 * added item 142
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h258 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/
Dnestegg.c814 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/
Dalsa_mixer.c208 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/
Dcamera2_utils.h234 virtual void onFrameAvailable(const BufferItem& item);
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.cpp543 for (uint8_t item = 0; item < (uint8_t)(activeMinus1 + 1); item++, refList++) { in updateReferenceFrames() local
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h858 unsigned int item; /* W: item number */ member
885 unsigned int item[128]; member
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h866 unsigned int item; member
899 unsigned int item[128]; member
/hardware/qcom/audio/hal/
Daudio_hw.c784 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/
Dwsbm_manager.c147 validateListAddNode(struct _ValidateList *list, void *item, in validateListAddNode() argument
165 node->buf = item; in validateListAddNode()