Searched defs:ss (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp226 int hh, mm, ss; local
230 ss = tv.tv_sec%60;
231 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/qcom/gps/utils/
H A Dloc_log.cpp232 int hh, mm, ss; local
236 ss = tv.tv_sec%60;
237 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dblock.h86 search_site *ss; member in struct:macroblock
H A Dmcomp.c67 x->ss[search_site_count].mv.col = 0;
68 x->ss[search_site_count].mv.row = 0;
69 x->ss[search_site_count].offset = 0;
76 x->ss[search_site_count].mv.col = 0;
77 x->ss[search_site_count].mv.row = -Len;
78 x->ss[search_site_count].offset = -Len * stride;
82 x->ss[search_site_count].mv.col = 0;
83 x->ss[search_site_count].mv.row = Len;
84 x->ss[search_site_count].offset = Len * stride;
88 x->ss[search_site_coun
1077 search_site *ss; local
1201 search_site *ss; local
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
H A DRegistry.cpp950 struct stat ss; local
951 if (path != NULL && stat(path, &ss) == 0 && S_ISDIR(ss.st_mode)) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_block.h99 search_site *ss; member in struct:macroblock
H A Dvp9_mcomp.c108 x->ss[0].mv.col = x->ss[0].mv.row = 0;
109 x->ss[0].offset = 0;
116 search_site *const ss = &x->ss[ss_count++]; local
117 ss->mv = ss_mvs[i];
118 ss->offset = ss->mv.row * stride + ss->mv.col;
129 x->ss[
140 search_site *const ss = &x->ss[ss_count++]; local
1003 const search_site *const ss = &x->ss[search_param * x->searches_per_step]; local
1114 const search_site *ss = &x->ss[search_param * x->searches_per_step]; local
[all...]
/hardware/ril/reference-ril/
H A Dreference-ril.c1070 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/
H A Dgtest-all.cc3121 std::stringstream ss; local
3122 ss << std::setfill('0') << std::setw(2) << value;
3123 return ss.str();
3128 std::stringstream ss; local
3129 ss << std::hex << std::uppercase << value;
3130 return ss.str();
3135 std::stringstream ss; local
3136 ss << std::setfill('0') << std::setw(2) << std::hex << std::uppercase
3138 return ss.str();
3143 std::string StringStreamToString(::std::stringstream* ss) { argument
4698 ::std::stringstream ss; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9977 ::std::stringstream ss; local
9978 UniversalTersePrint(::std::tr1::get<N - 1>(t), &ss); local
9979 strings->push_back(ss.str());
10007 ::std::stringstream ss; local
10008 UniversalTersePrint(::std::tr1::get<0>(t), &ss); local
10009 strings->push_back(ss.str());
10039 ::std::stringstream ss; local
10040 internal::UniversalTersePrinter<T>::Print(value, &ss);
10041 return ss.str();

Completed in 537 milliseconds