Searched defs:uc (Results 1 - 5 of 5) sorted by relevance

/hardware/google/easel/amber/camera/libhdrplusclient/
H A DHdrPlusClientUtils.cpp53 int32_t uc = ((uint8_t*)buffer.data)[uIndex] - 128; local
54 *r = std::min(std::max(yc + 0.003036f * uc + 1.399457f * vc, 0.0f), 255.0f);
55 *g = std::min(std::max(yc - 0.344228f * uc - 0.717202f * vc, 0.0f), 255.0f);
56 *b = std::min(std::max(yc + 1.772431f * uc - 0.006137f * vc, 0.0f), 255.0f);
/hardware/intel/common/libwsbm/src/
H A Dwsbm_driver.c137 } *uc = containerOf(c, union _PCondConverter, wc); local
139 return &uc->pc;
/hardware/intel/common/libmix/mix_audio/src/
H A Dintel_sst_ioctl.h202 union snd_sst_codec_params uc; member in struct:snd_sst_stream_params
/hardware/qcom/audio/hal/
H A Daudio_hw.c788 uc - existing usecase
795 uc->dev d1 (a1) B1
798 resolution: disable and enable uc->dev on d1
801 uc->dev d1 (a1) B1
804 resolution: need to switch uc since d1 and d11 are related
809 uc->dev d1 (a1) B1
812 resolution: no need to switch uc
815 uc->dev d1 (a1) B
818 resolution: disable enable uc-dev on d2 since backends match
825 uc
846 derive_playback_snd_device(struct audio_usecase *uc, struct audio_usecase *new_uc, snd_device_t new_snd_device) argument
[all...]
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c3945 struct audio_usecase *uc = NULL; local
3953 uc = node_to_item(node, struct audio_usecase, list);
3954 if (uc && uc->type == VOICE_CALL && uc->stream.out) {
3956 uc->stream.out->devices);
4034 struct audio_usecase *uc; local
4035 uc = node_to_item(node, struct audio_usecase, list);
4036 struct stream_out *out = (struct stream_out*) uc->stream.out;
4037 if (uc
[all...]

Completed in 101 milliseconds