Home
last modified time | relevance | path

Searched refs:inputs (Results 1 – 10 of 10) sorted by relevance

/hardware/libhardware_legacy/audio/
Daudio_policy.conf37 inputs {
55 inputs {
DAudioPolicyManagerBase.cpp197 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/
Dvariance_altivec.asm74 ;# 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.
Dsad_altivec.asm115 ;# 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/
DCamera.cpp234 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/
Dvp9_idct4x4_add_neon.asm29 ; the inputs, doing an SIMD column transform (the columns are the
35 ; load the inputs into q8-q9, d16-d19
Dvp9_iht4x4_add_neon.asm152 ; load the inputs into d16-d19
Dvp9_iht8x8_add_neon.asm572 ; load the inputs into d16-d19
Dvp9_idct32x32_add_neon.asm255 ; (used) two for inputs (regA-regD), one for constants (q15)
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h427 SortedVector<audio_io_handle_t>& inputs,