Searched refs:next (Results 151 - 175 of 254) sorted by relevance

1234567891011

/hardware/intel/img/psb_video/src/
H A DAndroid.mk13 # next paragraph) shall be included in all copies or substantial portions
H A Dvsp_cmdbuf.c13 * next paragraph) shall be included in all copies or substantial portions
248 * Advances "obj_context" to the next cmdbuf
311 req->next = (unsigned long) & (arg_list[i+1]);
326 arg_list[buffer_count-1].d.req.next = 0;
H A Dpsb_overlay.h13 * next paragraph) shall be included in all copies or substantial portions
269 struct _psb_subpictureKeyRec *next; member in struct:_psb_subpictureKeyRec
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_cmdbuf.c14 * next paragraph) shall be included in all copies or substantial portions
297 * Advances "obj_context" to the next cmdbuf
362 req->next = (unsigned long) & (arg_list[i+1]);
381 arg_list[buffer_count-1].d.req.next = 0;
483 * then for the next encode surface N+1 (ctx->src_surface) frameskip flag is cleared in vaBeginPicuture
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.h102 void next() { function in class:nl_iterator
H A Drtt.cpp111 p_entry++; /* next entry */
513 for (nl_iterator it(vendor_data); it.has_next(); it.next()) {
520 for (nl_iterator it2(it.get()); it2.has_next(); it2.next()) {
554 /* get a next rm ie */
565 /* get a next rm ie */
/hardware/intel/bootstub/
H A Dbootparam.h11 __u64 next; member in struct:setup_data
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_dpb.c995 struct list_value_t *next; member in struct:list_value_t
1020 lvp->next = lvp + 1;
1023 lp->end->next = NULL;
1045 lp->entry = lvp->next;
1047 else if (lvp->next == lp->end) // the entry is just before the end
1056 lp->prev_entry->next = lp->end;
1061 lp->end->next = lvp;
1063 lvp->next = NULL;
1068 while (lvp->next) // do not check the end but we'll be in the loop at least once
1072 lvp = lvp->next;
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm_utils_list.c107 but the current access unit should be SC+data, the Second SC belongs to next access unit.
136 cur_wkld = (is_cur_wkld != 0) ? &(emitter->cur):&(emitter->next);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dvp8_variance16x16_armv6.asm117 add r0, r0, r1 ; set src_ptr to next row
120 add r2, r2, r3 ; set dst_ptr to next row
H A Dvp8_variance_halfpixvar16x16_h_armv6.asm143 add r0, r0, r1 ; set src_ptr to next row
146 add r2, r2, r3 ; set dst_ptr to next row
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dmsm8960_use_cases.h130 struct snd_ucm_ident_node *next; member in struct:snd_ucm_ident_node
/hardware/qcom/display/msm8084/libcopybit/
H A Dc2d2.h388 struct C2D_OBJECT_STR *next; /* pointer to the next object or NULL */ member in struct:C2D_OBJECT_STR
/hardware/qcom/display/msm8226/libcopybit/
H A Dc2d2.h388 struct C2D_OBJECT_STR *next; /* pointer to the next object or NULL */ member in struct:C2D_OBJECT_STR
/hardware/qcom/display/msm8909/libcopybit/
H A Dc2d2.h388 struct C2D_OBJECT_STR *next; /* pointer to the next object or NULL */ member in struct:C2D_OBJECT_STR
/hardware/qcom/display/msm8960/libcopybit/
H A Dc2d2.h388 struct C2D_OBJECT_STR *next; /* pointer to the next object or NULL */ member in struct:C2D_OBJECT_STR
/hardware/qcom/display/msm8994/libcopybit/
H A Dc2d2.h388 struct C2D_OBJECT_STR *next; /* pointer to the next object or NULL */ member in struct:C2D_OBJECT_STR
/hardware/qcom/display/msm8996/libcopybit/
H A Dc2d2.h389 struct C2D_OBJECT_STR *next; /* pointer to the next object or NULL */ member in struct:C2D_OBJECT_STR
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dsubpixel_ssse3.asm935 lea rsi, [rsi + rdx] ; next line
959 lea rsi, [rsi + rdx] ; next line
1021 lea rsi, [rsi + rax] ; next line
1085 lea rsi, [rsi + rax] ; next line
1119 lea rsi, [rsi + rax] ; next line
1221 lea rsp, [rsp + 16] ; next line
1234 lea rsp, [rsp + 16] ; next line
H A Dloopfilter_block_sse2.asm383 ; work on next 4 rows
451 ; work on next 4 rows
620 ; work on next 4 rows
688 ; work on next 4 rows
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderBase.cpp725 if (vaCodedSeg->next == NULL)
728 vaCodedSeg = (VACodedBufferSegment *)vaCodedSeg->next;
762 if (mCurSegment->next != NULL) {
763 mCurSegment = (VACodedBufferSegment *)mCurSegment->next;
913 if (mCurSegment->next == NULL) {
921 mCurSegment = (VACodedBufferSegment *)mCurSegment->next;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_partitions_armv5.asm103 str r7, [sp, #16] ; tokenlist address for next time
367 add r7, r7, r1 ; next element in the array
450 add r7, r7, r1 ; next element in cpi->tp_list
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.hpp184 long long next,
901 long GetNext(const BlockEntry* curr, const BlockEntry*& next) const;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_postproc_sse2.asm228 add rsi,rax ; next line
230 add rdi,rax ; next destination
234 jnz .nextrow ; next row
671 add rax,16 ; move to the next line
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalManager.java625 Map.Entry entryProfZone = (Map.Entry) it.next();
750 Map.Entry entry = (Map.Entry) it.next();

Completed in 1014 milliseconds

1234567891011