/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/ |
D | platform_lib_log_util.cpp | 34 int hh, mm, ss; in get_timestamp() local 38 ss = tv.tv_sec%60; in get_timestamp() 39 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mcomp.c | 67 x->ss[search_site_count].mv.col = 0; in vp8_init_dsmotion_compensation() 68 x->ss[search_site_count].mv.row = 0; in vp8_init_dsmotion_compensation() 69 x->ss[search_site_count].offset = 0; in vp8_init_dsmotion_compensation() 76 x->ss[search_site_count].mv.col = 0; in vp8_init_dsmotion_compensation() 77 x->ss[search_site_count].mv.row = -Len; in vp8_init_dsmotion_compensation() 78 x->ss[search_site_count].offset = -Len * stride; in vp8_init_dsmotion_compensation() 82 x->ss[search_site_count].mv.col = 0; in vp8_init_dsmotion_compensation() 83 x->ss[search_site_count].mv.row = Len; in vp8_init_dsmotion_compensation() 84 x->ss[search_site_count].offset = Len * stride; in vp8_init_dsmotion_compensation() 88 x->ss[search_site_count].mv.col = -Len; in vp8_init_dsmotion_compensation() [all …]
|
D | block.h | 86 search_site *ss; member
|
D | ethreading.c | 315 z->ss = x->ss; in setup_mbby_copy()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 108 x->ss[0].mv.col = x->ss[0].mv.row = 0; in vp9_init_dsmotion_compensation() 109 x->ss[0].offset = 0; in vp9_init_dsmotion_compensation() 116 search_site *const ss = &x->ss[ss_count++]; in vp9_init_dsmotion_compensation() local 117 ss->mv = ss_mvs[i]; in vp9_init_dsmotion_compensation() 118 ss->offset = ss->mv.row * stride + ss->mv.col; in vp9_init_dsmotion_compensation() 129 x->ss[0].mv.col = x->ss[0].mv.row = 0; in vp9_init3smotion_compensation() 130 x->ss[0].offset = 0; in vp9_init3smotion_compensation() 140 search_site *const ss = &x->ss[ss_count++]; in vp9_init3smotion_compensation() local 141 ss->mv = ss_mvs[i]; in vp9_init3smotion_compensation() 142 ss->offset = ss->mv.row * stride + ss->mv.col; in vp9_init3smotion_compensation() [all …]
|
D | vp9_block.h | 99 search_site *ss; member
|
D | vp9_onyx_if.c | 1176 CHECK_MEM_ERROR(cm, cpi->mb.ss, vpx_calloc(sizeof(search_site), in vp9_create_compressor() 1606 vpx_free(cpi->mb.ss); in vp9_remove_compressor()
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/ |
D | platform_lib_macros.h | 53 int hh, mm, ss; \ 57 ss = tv.tv_sec%60; \ 58 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/qcom/gps/msm8084/platform_lib_abstractions/ |
D | platform_lib_macros.h | 38 int hh, mm, ss; \ 42 ss = tv.tv_sec%60; \ 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 38 int hh, mm, ss; \ 42 ss = tv.tv_sec%60; \ 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/qcom/gps/platform_lib_abstractions/ |
D | platform_lib_macros.h | 38 int hh, mm, ss; \ 42 ss = tv.tv_sec%60; \ 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
D | platform_lib_macros.h | 38 int hh, mm, ss; \ 42 ss = tv.tv_sec%60; \ 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/qcom/gps/msm8994/platform_lib_abstractions/ |
D | platform_lib_macros.h | 38 int hh, mm, ss; \ 42 ss = tv.tv_sec%60; \ 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 38 int hh, mm, ss; \ 42 ss = tv.tv_sec%60; \ 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/qcom/gps/utils/ |
D | loc_log.cpp | 233 int hh, mm, ss; in get_timestamp() local 237 ss = tv.tv_sec%60; in get_timestamp() 238 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
|
/hardware/qcom/gps/msm8084/utils/ |
D | loc_log.cpp | 232 int hh, mm, ss; in get_timestamp() local 236 ss = tv.tv_sec%60; in get_timestamp() 237 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
|
/hardware/qcom/gps/msm8994/utils/ |
D | loc_log.cpp | 233 int hh, mm, ss; in get_timestamp() local 237 ss = tv.tv_sec%60; in get_timestamp() 238 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
|
/hardware/qcom/gps/msm8960/utils/ |
D | loc_log.cpp | 226 int hh, mm, ss; in get_timestamp() local 230 ss = tv.tv_sec%60; in get_timestamp() 231 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
|
/hardware/qcom/gps/msm8996/utils/ |
D | loc_log.cpp | 234 int hh, mm, ss; in get_timestamp() local 238 ss = tv.tv_sec%60; in get_timestamp() 239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
|
/hardware/qcom/gps/msm8998/utils/ |
D | loc_log.cpp | 230 int hh, mm, ss; in get_timestamp() local 234 ss = tv.tv_sec%60; in get_timestamp() 235 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
|
/hardware/qcom/gps/msm8909/utils/ |
D | loc_log.cpp | 234 int hh, mm, ss; in get_timestamp() local 238 ss = tv.tv_sec%60; in get_timestamp() 239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
|
/hardware/intel/bootstub/ |
D | e820_bios.S | 100 movl %ecx, %ss 119 movl %eax, %ss 183 movl %ebx, %ss
|
D | head.S | 76 movl %ebx, %ss
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 1070 int *ss = (int *)data; local 1103 int *ss = (int *)data; local 1107 if (!ss || !datalen) { 1112 asprintf(&cmd, "AT+CCSS=%d", ss[0]); 1123 RIL_onUnsolicitedResponse(RIL_UNSOL_CDMA_SUBSCRIPTION_SOURCE_CHANGED, ss, sizeof(ss[0]));
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 3121 std::stringstream ss; in FormatIntWidth2() local 3122 ss << std::setfill('0') << std::setw(2) << value; in FormatIntWidth2() 3123 return ss.str(); in FormatIntWidth2() 3128 std::stringstream ss; in FormatHexInt() local 3129 ss << std::hex << std::uppercase << value; in FormatHexInt() 3130 return ss.str(); in FormatHexInt() 3135 std::stringstream ss; in FormatByte() local 3136 ss << std::setfill('0') << std::setw(2) << std::hex << std::uppercase in FormatByte() 3138 return ss.str(); in FormatByte() 3143 std::string StringStreamToString(::std::stringstream* ss) { in StringStreamToString() argument [all …]
|