Searched defs:next (Results 76 - 90 of 90) sorted by relevance

1234

/hardware/intel/common/libva/test/encode/
H A Dh264encode.c13 * next paragraph) shall be included in all copies or substantial portions
142 void *next; member in struct:storage_task_t
1819 buf_list = (VACodedBufferSegment *) buf_list->next;
1859 storage_task_header = header->next;
1881 storage_task_tail->next = tmp;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c617 struct stream_state *next; member in struct:stream_state
818 prev->next = stream;
858 stream->next = NULL;
984 /* Point either to the next free element or the first
1013 for (stream = streams; stream; stream = stream->next) { \
1033 for (streami = stream; streami; streami = streami->next) {
1101 if (stream->next || stream->index)
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_hostcode.h14 * next paragraph) shall be included in all copies or substantial portions
155 struct coded_buf_aux_info *next; member in struct:coded_buf_aux_info
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_isp.h14 *** Any manual change here will be lost the next time this script will
321 struct msm_vfe_cfg_cmd_list *next; member in struct:msm_vfe_cfg_cmd_list
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_isp.h289 struct msm_vfe_cfg_cmd_list *next; member in struct:msm_vfe_cfg_cmd_list
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c149 struct ebml_list_node * next; member in struct:ebml_list_node
292 struct frame * next; member in struct:frame
925 oldtail->next = node;
1219 node = node->next;
1237 node = node->next;
1385 last->next = f;
1458 seek = seek->next;
1461 seek_head = seek_head->next;
1486 node = node->next;
1511 cue_point = cue_point->next;
[all...]
/hardware/intel/img/libdrm/shared-core/
H A Ddrm.h23 * The above copyright notice and this permission notice (including the next
147 unsigned char next; member in struct:drm_tex_region
533 _DRM_VBLANK_NEXTONMISS = 0x10000000, /**< If missed, wait for next vblank */
/hardware/intel/common/libva/va/
H A Dva.h13 * next paragraph) shall be included in all copies or substantial portions
2472 * \brief Pointer to the next #VACodedBufferSegment element,
2475 void *next; member in struct:_VACodedBufferSegment
2601 * VACodedBufferSegment, and the list is terminated if "next" is NULL
3064 * Both will be displayed at the next call to vaPutSurface. Additional
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h14 *** Any manual change here will be lost the next time this script will
566 struct v4l2_clip __user *next; member in struct:v4l2_clip
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h778 struct v4l2_clip __user *next; member in struct:v4l2_clip
1993 /* Experimental, the below two ioctls may change over the next couple of kernel
2002 /* Experimental, these two ioctls may change over the next couple of kernel
2007 /* Experimental, these three ioctls may change over the next couple of kernel
2013 /* Experimental, this ioctl may change over the next couple of kernel
/hardware/samsung_slsi/exynos5/include/linux/
H A Dvideodev2.h717 struct v4l2_clip __user *next; member in struct:v4l2_clip
2437 /* Experimental, the below two ioctls may change over the next couple of kernel
2446 /* Experimental, these two ioctls may change over the next couple of kernel
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h14 *** Any manual change here will be lost the next time this script will
537 struct v4l2_clip __user *next; member in struct:v4l2_clip
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h741 struct v4l2_clip __user *next; member in struct:v4l2_clip
2669 /* Experimental, the below two ioctls may change over the next couple of kernel
2678 /* Experimental, these two ioctls may change over the next couple of kernel
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dvideodev2.h14 *** Any manual change here will be lost the next time this script will
547 struct v4l2_clip __user *next; member in struct:v4l2_clip
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dvideodev2.h751 struct v4l2_clip __user *next; member in struct:v4l2_clip
2796 /* Experimental, the below two ioctls may change over the next couple of kernel
2805 /* Experimental, these two ioctls may change over the next couple of kernel

Completed in 594 milliseconds

1234