Searched defs:hh (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h334 AVL_HANDLE hh = l_tree->root; variable
339 if (AVL_GET_BALANCE_FACTOR(hh) != 0) {
340 unbal = hh;
345 cmp = AVL_COMPARE_NODE_NODE(h, hh);
349 return(hh);
351 parent = hh;
354 hh = AVL_GET_GREATER(hh, 1);
357 hh = AVL_GET_LESS(hh,
[all...]
/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp226 int hh, mm, ss; local
228 hh = tv.tv_sec/3600%24;
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
234 hh = tv.tv_sec/3600%24;
237 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_Utils.c1726 OMX_U8 TOCentry, hh=0, *TOCframetype=0; local
1779 TOCframetype = (OMX_U8*)realloc(TOCframetype, ((hh + 1) * sizeof(OMX_U8)));
1786 TOCframetype[hh]= TOCentry & 0x7C;
1787 hh++;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_Utils.c1736 OMX_U8 TOCentry, hh=0, *TOCframetype=0; local
1783 TOCframetype = (OMX_U8*)realloc(TOCframetype, ((hh + 1) * sizeof(OMX_U8)));
1790 TOCframetype[hh]= TOCentry & 0x7C;
1791 hh++;

Completed in 151 milliseconds