Searched refs:inputs (Results 1 – 10 of 10) sorted by relevance
/hardware/libhardware_legacy/audio/ |
D | audio_policy.conf | 37 inputs { 55 inputs {
|
D | AudioPolicyManagerBase.cpp | 197 SortedVector <audio_io_handle_t> inputs; in setDeviceConnectionState() local 219 if (checkInputsForDevice(device, state, inputs, paramStr) != NO_ERROR) { in setDeviceConnectionState() 232 checkInputsForDevice(device, state, inputs, paramStr); in setDeviceConnectionState() 2066 SortedVector<audio_io_handle_t>& inputs, in checkInputsForDevice() argument 2076 inputs.add(mInputs.keyAt(input_index)); in checkInputsForDevice() 2100 if (profiles.isEmpty() && inputs.isEmpty()) { in checkInputsForDevice() 2188 inputs.add(input); in checkInputsForDevice() 2205 inputs.add(mInputs.keyAt(input_index)); in checkInputsForDevice()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | variance_altivec.asm | 74 ;# only one of the inputs should need to be aligned. 107 ;# only one of the inputs should need to be aligned. 115 ;# only one of the inputs should need to be aligned. 206 ;# only one of the inputs should need to be aligned.
|
D | sad_altivec.asm | 115 ;# only one of the inputs should need to be aligned. 123 ;# only one of the inputs should need to be aligned.
|
/hardware/libhardware/modules/camera/ |
D | Camera.cpp | 234 int inputs = 0; in isValidStreamSet() local 249 inputs++; in isValidStreamSet() 254 __func__, mId, outputs, inputs); in isValidStreamSet() 259 if (inputs > 1) { in isValidStreamSet()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct4x4_add_neon.asm | 29 ; the inputs, doing an SIMD column transform (the columns are the 35 ; load the inputs into q8-q9, d16-d19
|
D | vp9_iht4x4_add_neon.asm | 152 ; load the inputs into d16-d19
|
D | vp9_iht8x8_add_neon.asm | 572 ; load the inputs into d16-d19
|
D | vp9_idct32x32_add_neon.asm | 255 ; (used) two for inputs (regA-regD), one for constants (q15)
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 427 SortedVector<audio_io_handle_t>& inputs,
|