Home
last modified time | relevance | path

Searched refs:lh (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/codec2/include/
DC2.h529 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const {
530 return lh.peeku() < rh.peeku();
535 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const {
536 return lh.peeku() <= rh.peeku();
541 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const {
542 return lh.peeku() > rh.peeku();
547 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const {
548 return lh.peeku() >= rh.peeku();
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp556 size_t ll,lh; in ReadSectionsFromBuffer() local
581 lh = buffer[pos++]; in ReadSectionsFromBuffer()
584 itemlen = (lh << 8) | ll; in ReadSectionsFromBuffer()
601 Data[0] = (unsigned char)lh; in ReadSectionsFromBuffer()