Home
last modified time | relevance | path

Searched defs:uc (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_tokener.c102 #define IS_HIGH_SURROGATE(uc) (((uc) & 0xFC00) == 0xD800) argument
103 #define IS_LOW_SURROGATE(uc) (((uc) & 0xFC00) == 0xDC00) argument
/hardware/google/easel/camera/libhdrplusclient/
DHdrPlusClientUtils.cpp53 int32_t uc = ((uint8_t*)buffer.data)[uIndex] - 128; in getRgb() local
/hardware/intel/common/libwsbm/src/
Dwsbm_driver.c137 } *uc = containerOf(c, union _PCondConverter, wc); in pCondConvert() local
/hardware/qcom/audio/hal/msm8974/
Dplatform.c3538 struct audio_usecase *uc = NULL; in platform_get_voice_call_backend() local
3627 struct audio_usecase *uc; in pick_playback_cfg_for_uc() local
/hardware/intel/common/libmix/mix_audio/src/
Dintel_sst_ioctl.h202 union snd_sst_codec_params uc; member
/hardware/qcom/audio/hal/
Daudio_hw.c781 static snd_device_t derive_playback_snd_device(struct audio_usecase *uc, in derive_playback_snd_device()