Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 25) sorted by relevance

/hardware/google/av/media/sfplugin/utils/
DCodec2Mapper.cpp538 bool C2Mapper::map(C2Config::bitrate_mode_t from, int32_t *to) { in map()
543 bool C2Mapper::map(int32_t from, C2Config::bitrate_mode_t *to) { in map()
548 bool C2Mapper::map(C2Config::pcm_encoding_t from, int32_t *to) { in map()
553 bool C2Mapper::map(int32_t from, C2Config::pcm_encoding_t *to) { in map()
558 bool C2Mapper::map(C2Color::range_t from, int32_t *to) { in map()
579 bool C2Mapper::map(int32_t from, C2Color::range_t *to) { in map()
600 bool C2Mapper::map(C2Color::range_t from, ColorAspects::Range *to) { in map()
605 bool C2Mapper::map(ColorAspects::Range from, C2Color::range_t *to) { in map()
675 bool C2Mapper::map(C2Color::primaries_t from, ColorAspects::Primaries *to) { in map()
680 bool C2Mapper::map(ColorAspects::Primaries from, C2Color::primaries_t *to) { in map()
[all …]
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatusOsObserver.cpp513 const list<DataItemId>& l, IDataItemObserver* to) in sendFirstResponse()
541 const list<DataItemId>& l, IDataItemObserver* to) in sendCachedDataItems()
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp636 C2Config::pcm_encoding_t to; in initializeStandardParams() local
643 int32_t to; in initializeStandardParams() local
1261 static void convert(const AMessage::ItemData &from, ReflectedParamUpdater::Value *to) { in convert()
/hardware/qcom/sdm845/media/libc2dcolorconvert/
DC2DColorConverter.h51 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
/hardware/qcom/sm8150/media/libc2dcolorconvert/
DC2DColorConverter.h51 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
/hardware/qcom/audio/voice_processing/
Dvoice_processing.c168 #define BAD_STATE_ABORT(from, to) \ argument
/hardware/qcom/media/msm8996/libc2dcolorconvert/
DC2DColorConverter.cpp45 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
/hardware/qcom/media/msm8974/libc2dcolorconvert/
DC2DColorConverter.cpp43 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
/hardware/qcom/media/msm8998/libc2dcolorconvert/
DC2DColorConverter.cpp44 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
/hardware/qcom/gps/msm8998/utils/
DLocTimer.cpp654 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/gps/msm8996/utils/
DLocTimer.cpp642 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/gps/msm8909w_3100/utils/
DLocTimer.cpp655 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/sdm845/gps/msm8996/utils/
DLocTimer.cpp648 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/sdm845/gps/msm8998/utils/
DLocTimer.cpp654 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/sm8150/gps/core/
DSystemStatusOsObserver.cpp514 const unordered_set<DataItemId>& s, IDataItemObserver* to) in sendCachedDataItems()
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocTimer.cpp657 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/sm8150/gps/utils/
DLocTimer.cpp657 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/sdm845/gps/msm8909/utils/
DLocTimer.cpp650 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/gps/msm8909/utils/
DLocTimer.cpp643 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/sdm845/gps/sdm845/core/
DSystemStatusOsObserver.cpp514 const unordered_set<DataItemId>& s, IDataItemObserver* to) in sendCachedDataItems()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_base.cpp79 #define IS_NOT_ALIGNED( num, to) (num & (to-1)) argument
80 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DCompilationCachingTests.cpp990 const std::vector<std::vector<std::string>>& to) { in copyCacheFiles()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCompilationCachingTests.cpp999 const std::vector<std::vector<std::string>>& to) { in copyCacheFiles()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp176 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from) in convert_to_hal_result()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp149 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument