Searched refs:lsize (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/ |
H A D | mm_jpeg_ionbuf.c | 126 size_t lsize = (p_buffer->size + 4095U) & (~4095U); in buffer_deallocate() local 129 lrc = munmap(p_buffer->addr, lsize); in buffer_deallocate()
|
/aosp12/frameworks/minikin/libs/minikin/ |
H A D | CmapCoverage.cpp | 91 const size_t lsize = lRanges.size(); in mergeRanges() local 93 out.reserve(lsize + rsize); in mergeRanges() 96 while (li < lsize || ri < rsize) { in mergeRanges() 106 } while (li < lsize); in mergeRanges()
|
/aosp12/system/media/audio/include/system/ |
H A D | audio.h | 996 const T lhs[], unsigned int lsize, const T rhs[], unsigned int rsize) { 997 std::set<T> lhsSet(lhs, lhs + lsize); 1020 const struct audio_profile lhs[], unsigned int lsize, 1022 return getAudioProfileMap(lhs, lsize) == getAudioProfileMap(rhs, rsize); 1045 const struct audio_extra_audio_descriptor lhs[], unsigned int lsize, 1047 return getExtraAudioDescriptorMap(lhs, lsize) == getExtraAudioDescriptorMap(rhs, rsize);
|