/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
D | iio_utils.h | 35 char *current; in iioutils_break_up_name() local 38 current = strdup(full_name); in iioutils_break_up_name() 39 working = strtok(current, "_\0"); in iioutils_break_up_name() 52 free(current); in iioutils_break_up_name() 285 struct iio_channel_info *current; in build_channel_array() local 336 current = &(*ci_array)[count++]; in build_channel_array() 351 fscanf(sysfsfp, "%u", ¤t->enabled); in build_channel_array() 354 if (!current->enabled) { in build_channel_array() 360 current->scale = 1.0; in build_channel_array() 361 current->offset = 0; in build_channel_array() [all …]
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
D | iio_utils.h | 35 char *current; in iioutils_break_up_name() local 38 current = strdup(full_name); in iioutils_break_up_name() 39 working = strtok(current, "_\0"); in iioutils_break_up_name() 52 free(current); in iioutils_break_up_name() 285 struct iio_channel_info *current; in build_channel_array() local 336 current = &(*ci_array)[count++]; in build_channel_array() 351 fscanf(sysfsfp, "%u", ¤t->enabled); in build_channel_array() 354 if (!current->enabled) { in build_channel_array() 360 current->scale = 1.0; in build_channel_array() 361 current->offset = 0; in build_channel_array() [all …]
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | iio_utils.h | 33 char *current; in iioutils_break_up_name() local 36 current = strdup(full_name); in iioutils_break_up_name() 37 working = strtok(current, "_\0"); in iioutils_break_up_name() 50 free(current); in iioutils_break_up_name() 284 struct iio_channel_info *current; in build_channel_array() local 335 current = &(*ci_array)[count++]; in build_channel_array() 350 fscanf(sysfsfp, "%u", ¤t->enabled); in build_channel_array() 353 if (!current->enabled) { in build_channel_array() 359 current->scale = 1.0; in build_channel_array() 360 current->offset = 0; in build_channel_array() [all …]
|
/hardware/qcom/audio/hal/voice_extn/ |
D | voice_extn.c | 133 if(session->state.current == call_state){ in get_session_id_with_state() 157 __func__, session->state.current, session->state.new, session->vsid); in update_calls() 162 switch(session->state.current) in update_calls() 171 session->state.current = session->state.new; in update_calls() 177 session->state.current = session->state.new; in update_calls() 186 session->state.current = session->state.new; in update_calls() 192 __func__, session->state.current, session->vsid); in update_calls() 198 switch(session->state.current) in update_calls() 209 session->state.current = session->state.new; in update_calls() 215 __func__, session->state.current, session->vsid); in update_calls() [all …]
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
D | componentbase.cpp | 1361 OMX_STATETYPE current = this->state; in TransState() local 1367 GetName(), GetWorkingRole(), GetStateName(current), in TransState() 1371 if (current == transition) { in TransState() 1374 GetName(), GetWorkingRole(), GetStateName(current)); in TransState() 1379 if (current == OMX_StateInvalid) { in TransState() 1387 ret = TransStateToLoaded(current); in TransState() 1389 ret = TransStateToIdle(current); in TransState() 1391 ret = TransStateToExecuting(current); in TransState() 1393 ret = TransStateToPause(current); in TransState() 1395 ret = TransStateToInvalid(current); in TransState() [all …]
|
D | portbase.cpp | 999 OMX_U8 current; in TransState() local 1009 current = state; in TransState() 1011 if (current == transition) { in TransState() 1016 portdefinition.nPortIndex, GetPortStateName(current)); in TransState() 1059 GetPortStateName(current), GetPortStateName(state)); in TransState()
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 82 struct ext_transform_t current; /* current settings */ member 572 m_rotate(ext->m, ext->current.rotation); in set_ext_matrix() 573 if (ext->current.hflip) in set_ext_matrix() 576 if (ext->current.rotation & 1) { in set_ext_matrix() 670 if (!ext->current.docking && in omap4_hwc_adjust_ext_layer() 687 oc->rotation += (oc->mirror ? -1 : 1) * ext->current.rotation; in omap4_hwc_adjust_ext_layer() 689 if (ext->current.hflip) in omap4_hwc_adjust_ext_layer() 1022 ext->current = ext->mirror; in decide_supported_cloning() 1023 ext->current.docking = 1; in decide_supported_cloning() 1025 ext->current = ext->dock; in decide_supported_cloning() [all …]
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
D | componentbase.h | 318 inline OMX_ERRORTYPE TransStateToLoaded(OMX_STATETYPE current); 319 inline OMX_ERRORTYPE TransStateToIdle(OMX_STATETYPE current); 320 inline OMX_ERRORTYPE TransStateToExecuting(OMX_STATETYPE current); 321 inline OMX_ERRORTYPE TransStateToPause(OMX_STATETYPE current); 322 inline OMX_ERRORTYPE TransStateToWaitForResources(OMX_STATETYPE current); 323 inline OMX_ERRORTYPE TransStateToInvalid(OMX_STATETYPE current);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_copybit.cpp | 32 int current; member 40 r.current = 0; in region_iterator() 53 if (me->r.current != me->r.end) { in iterate() 54 rect->l = me->mRegion.rects[me->r.current].left; in iterate() 55 rect->t = me->mRegion.rects[me->r.current].top; in iterate() 56 rect->r = me->mRegion.rects[me->r.current].right; in iterate() 57 rect->b = me->mRegion.rects[me->r.current].bottom; in iterate() 58 me->r.current++; in iterate()
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 90 struct ext_transform_t current; /* current settings */ member 761 m_rotate(ext->m, ext->current.rotation); in set_ext_matrix() 762 if (ext->current.hflip) in set_ext_matrix() 765 if (ext->current.rotation & 1) { in set_ext_matrix() 874 if (!ext->current.docking && in omap4_hwc_adjust_ext_layer() 883 oc->rotation += (oc->mirror ? -1 : 1) * ext->current.rotation; in omap4_hwc_adjust_ext_layer() 885 if (ext->current.hflip) in omap4_hwc_adjust_ext_layer() 1272 ext->current = ext->mirror; in decide_supported_cloning() 1273 ext->current.docking = 1; in decide_supported_cloning() 1275 ext->current = ext->dock; in decide_supported_cloning() [all …]
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_copybit.cpp | 33 int current; member 41 r.current = 0; in region_iterator() 54 if (me->r.current != me->r.end) { in iterate() 55 rect->l = me->mRegion.rects[me->r.current].left; in iterate() 56 rect->t = me->mRegion.rects[me->r.current].top; in iterate() 57 rect->r = me->mRegion.rects[me->r.current].right; in iterate() 58 rect->b = me->mRegion.rects[me->r.current].bottom; in iterate() 59 me->r.current++; in iterate()
|
/hardware/intel/img/libdrm/libdrm/nouveau/ |
D | nouveau_pushbuf.c | 135 nvpb->current++; in nouveau_pushbuf_space_call() 136 if (nvpb->current == CALPB_BUFFERS) in nouveau_pushbuf_space_call() 137 nvpb->current = 0; in nouveau_pushbuf_space_call() 138 bo = nvpb->buffer[nvpb->current]; in nouveau_pushbuf_space_call() 274 req.handle = nvpb->buffer[nvpb->current]->handle; in nouveau_pushbuf_flush()
|
D | nouveau_private.h | 48 int current; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | tools_common.sh | 342 \$LIBVPX_BIN_PATH and then the current directory. 345 \$LIBVPX_CONFIG_PATH and then the current directory. 348 \$LIBVPX_TEST_DATA_PATH and then the current directory.
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_copybit.cpp | 36 int current; member 44 r.current = 0; in region_iterator() 57 if (me->r.current != me->r.end) { in iterate() 58 rect->l = me->mRegion.rects[me->r.current].left; in iterate() 59 rect->t = me->mRegion.rects[me->r.current].top; in iterate() 60 rect->r = me->mRegion.rects[me->r.current].right; in iterate() 61 rect->b = me->mRegion.rects[me->r.current].bottom; in iterate() 62 me->r.current++; in iterate()
|
/hardware/qcom/audio/hal/ |
D | voice.c | 63 session->state.current = CALL_INACTIVE; in voice_stop_usecase() 163 session->state.current = CALL_ACTIVE; in voice_start_usecase() 181 … call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false; in voice_is_call_state_active() 447 adev->voice.session[i].state.current = CALL_INACTIVE; in voice_init()
|
D | voice.h | 45 int current; member
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderWMV.cpp | 320 VASurfaceID current) { in setReference() argument 324 params->forward_reference_picture = current; in setReference() 325 params->backward_reference_picture = current; in setReference() 350 params->forward_reference_picture = current; in setReference()
|
D | VideoDecoderWMV.h | 40 …de_Status setReference(VAPictureParameterBufferVC1 *params, int32_t picIndex, VASurfaceID current);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/ |
D | README.webm | 16 Modified the original scaler code from C++ to C to fit in our current build
|
/hardware/intel/img/libdrm/ |
D | ltmain.sh | 3720 /* empty path: current directory */ 5633 func_arith $current - $age 6197 current=$func_arith_result 6202 current="$number_major" 6208 current=$func_arith_result 6219 current="$1" 6226 case $current in 6229 func_error "CURRENT \`$current' must be a nonnegative integer" 6250 if test "$age" -gt "$current"; then 6251 func_error "AGE \`$age' is greater than the current interface number \`$current'" [all …]
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_copybit.cpp | 36 int current; member 44 r.current = 0; in region_iterator() 57 if (me->r.current != me->r.end) { in iterate() 58 rect->l = me->mRegion.rects[me->r.current].left; in iterate() 59 rect->t = me->mRegion.rects[me->r.current].top; in iterate() 60 rect->r = me->mRegion.rects[me->r.current].right; in iterate() 61 rect->b = me->mRegion.rects[me->r.current].bottom; in iterate() 62 me->r.current++; in iterate()
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 251 static int query_ctec(ModemInfo *mdm, int *current, int32_t *preferred); 252 static int parse_technology_response(const char *response, int *current, int32_t *preferred); 920 int current, old; local 929 if (query_ctec(sMdmInfo, ¤t, NULL) < 0) { 936 asprintf(&cmd, "AT+CTEC=%d,\"%x\"", current, preferred); 946 int current; local 947 int res = parse_technology_response(p_response->p_intermediates->line, ¤t, NULL); 953 setRadioTechnology(sMdmInfo, current); 2828 int parse_technology_response( const char *response, int *current, int32_t *preferred ) argument 2850 if (current) *current = ct; [all …]
|
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 1923 struct storage_task_t *current; in storage_task_thread() local 1925 current = storage_task_dequeue(); in storage_task_thread() 1926 if (current == NULL) { in storage_task_thread() 1933 storage_task(current->display_order, current->encode_order); in storage_task_thread() 1935 free(current); in storage_task_thread()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | subpixel_sse2.asm | 1015 movdqa xmm4, xmm3 ; make a copy of current line 1047 movdqa xmm4, xmm3 ; make a copy of current line 1140 movdqa xmm4, xmm3 ; make a copy of current line 1180 movdqa xmm4, xmm3 ; make a copy of current line 1305 movdqa xmm4, xmm3 ; make a copy of current line 1323 movdqa xmm4, xmm3 ; make a copy of current line
|