Searched refs:uc (Results 1 – 3 of 3) sorted by relevance
/hardware/google/easel/amber/camera/libhdrplusclient/ |
D | HdrPlusClientUtils.cpp | 53 int32_t uc = ((uint8_t*)buffer.data)[uIndex] - 128; in getRgb() local 54 *r = std::min(std::max(yc + 0.003036f * uc + 1.399457f * vc, 0.0f), 255.0f); in getRgb() 55 *g = std::min(std::max(yc - 0.344228f * uc - 0.717202f * vc, 0.0f), 255.0f); in getRgb() 56 *b = std::min(std::max(yc + 1.772431f * uc - 0.006137f * vc, 0.0f), 255.0f); in getRgb()
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.c | 4391 struct audio_usecase *uc = NULL; in platform_get_voice_call_backend() local 4399 uc = node_to_item(node, struct audio_usecase, list); in platform_get_voice_call_backend() 4400 if (uc && uc->type == VOICE_CALL && uc->stream.out) { in platform_get_voice_call_backend() 4402 uc->stream.out->devices); in platform_get_voice_call_backend() 4480 struct audio_usecase *uc; in pick_playback_cfg_for_uc() local 4481 uc = node_to_item(node, struct audio_usecase, list); in pick_playback_cfg_for_uc() 4482 struct stream_out *out = (struct stream_out*) uc->stream.out; in pick_playback_cfg_for_uc() 4483 if (uc->type == PCM_PLAYBACK && out && usecase != uc) { in pick_playback_cfg_for_uc() 4486 "(%d) ch (%d) device %s", __func__, i++, use_case_table[uc->id], in pick_playback_cfg_for_uc() 4487 uc->id, out->sample_rate, in pick_playback_cfg_for_uc() [all …]
|
/hardware/interfaces/tv/tuner/assets/ |
D | tuner_frontend_input.ts | 5326 hE�� ��GD������e�M(H,�İu�J��L[uc}�O'Çt�,w���0oqI��@O�}�C �`"�D�!���� ]
|