Home
last modified time | relevance | path

Searched refs:active (Results 1 – 22 of 22) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h224 active(false) { in perf_metrics()
236 bool active; variable
374 bool active; member
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h219 active(false) in perf_metrics()
232 bool active; variable
376 bool active; member
/hardware/qcom/gps/core/
DUlpProxyBase.h72 bool active) { in reportBatchingSession() argument
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp469 if (!active) in start()
472 active = true; in start()
479 if (active) in stop()
482 active = false; in stop()
500 active = false; in reset()
1556 panscan_node->active = false; in get_free()
1571 if (panscan_node->active && frame_ts < panscan_node->start_ts) in get_populated()
1577 panscan_node->active = true; in get_populated()
1594 panscan_node->active = true; in get_populated()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp434 if (!active) { in start()
436 active = true; in start()
443 if (active) { in stop()
445 active = false; in stop()
462 active = false; in reset()
1464 panscan_node->active = false; in get_free()
1477 if (panscan_node->active && frame_ts < panscan_node->start_ts) in get_populated()
1482 panscan_node->active = true; in get_populated()
1495 panscan_node->active = true; in get_populated()
/hardware/ril/reference-ril/
Dril.h309 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
330 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
361 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
394 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
Dreference-ril.c463 responses[i].active = -1; in requestOrSendDataCallList()
486 err = at_tok_nextint(&line, &response->active); in requestOrSendDataCallList()
/hardware/ril/include/telephony/
Dril.h309 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
330 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
361 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
394 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
/hardware/qcom/audio/legacy/libalsa-intf/
Dmsm8960_use_cases.h127 int active; member
Dalsa_ucm.c559 if (dev_node->capability == CAP_RX && dev_node->active == 1) { in check_devices_for_voice_call()
561 } else if (dev_node->capability == CAP_TX && dev_node->active == 1) { in check_devices_for_voice_call()
3724 node->active = 0; in snd_ucm_add_ident_to_list()
3757 return(head->active); in snd_ucm_get_status_at_index()
3804 head->active = status; in snd_ucm_set_status_at_index()
3911 temp2->active = 0; in snd_ucm_del_ident_from_list()
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
Dfimg2d.h446 atomic_t active; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c786 const int active = vp9_segfeature_active(seg, i, j); in encode_segmentation() local
787 vp9_wb_write_bit(wb, active); in encode_segmentation()
788 if (active) { in encode_segmentation()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dx86_abi_support.asm112 ; This is only active if CHROMIUM is defined.
/hardware/ril/libril/
Dril.cpp2348 p.writeInt32(p_cur[i].active); in responseDataCallListV4()
2354 (p_cur[i].active==0)?"down":"up", in responseDataCallListV4()
2390 p.writeInt32(p_cur[i].active); in responseDataCallListV6()
2400 (p_cur[i].active==0)?"down":"up", in responseDataCallListV6()
2439 p.writeInt32(p_cur[i].active); in responseDataCallListV9()
2450 (p_cur[i].active==0)?"down":"up", in responseDataCallListV9()
2499 p.writeInt32(p_cur[i].active); in responseDataCallList()
2511 (p_cur[i].active==0)?"down":"up", in responseDataCallList()
/hardware/qcom/msm8960/original-kernel-headers/media/
Dmsm_camera.h597 uint8_t active; member
612 uint8_t active; member
/hardware/qcom/msm8960/kernel-headers/media/
Dmsm_camera.h550 uint8_t active; member
569 uint8_t active; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dexamples.mk153 set_maps.DESCRIPTION = Set active and ROI maps
DCHANGELOG514 Improved control of active min quantizer for two pass.
/hardware/qcom/msm8x74/original-kernel-headers/media/
Dmsm_camera.h656 uint8_t active; member
671 uint8_t active; member
/hardware/qcom/msm8x74/kernel-headers/media/
Dmsm_camera.h545 uint8_t active; member
562 uint8_t active; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm837 lvx \V, 0, r0 ;# mask to concatenate active U,V pels
843 vperm \Dest, \U, \V, \VMask ;# Dest = active part of U then V
/hardware/intel/img/libdrm/
Daclocal.m4218 # metacharacters that are still active within double-quoted strings.