Home
last modified time | relevance | path

Searched defs:ss (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/gps/msm8960/utils/
Dloc_log.cpp226 int hh, mm, ss; in get_timestamp() local
/hardware/qcom/gps/utils/
Dloc_log.cpp232 int hh, mm, ss; in get_timestamp() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c116 search_site *const ss = &x->ss[ss_count++]; in vp9_init_dsmotion_compensation() local
140 search_site *const ss = &x->ss[ss_count++]; in vp9_init3smotion_compensation() local
1003 const search_site *const ss = &x->ss[search_param * x->searches_per_step]; in vp9_diamond_search_sad_c() local
1114 const search_site *ss = &x->ss[search_param * x->searches_per_step]; in vp9_diamond_search_sadx4() local
Dvp9_block.h99 search_site *ss; member
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
DRegistry.cpp950 struct stat ss; in doesDirExist() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dblock.h86 search_site *ss; member
Dmcomp.c1077 search_site *ss; in vp8_diamond_search_sad_c() local
1201 search_site *ss; in vp8_diamond_search_sadx4() local
/hardware/ril/reference-ril/
Dreference-ril.c1070 int *ss = (int *)data; local
1103 int *ss = (int *)data; local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3121 std::stringstream ss; in FormatIntWidth2() local
3128 std::stringstream ss; in FormatHexInt() local
3135 std::stringstream ss; in FormatByte() local
3143 std::string StringStreamToString(::std::stringstream* ss) { in StringStreamToString()