Home
last modified time | relevance | path

Searched refs:filled (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
Ddump_impl.cpp61 uint32_t filled = UINT32(strlen(buffer)); in AppendString() local
62 if (filled >= length) { in AppendString()
65 buffer += filled; in AppendString()
69 vsnprintf(buffer, length - filled, format, list); in AppendString()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec_utils.cpp219 m_list[m_count_filled].filled = true; in push()
268 m_list[m_count_filled - 1].filled = false; in pop()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec_utils.h129 bool filled; ///< element filled? member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
Dx86inc.asm71 ; via register, assume that the high dword of that register is filled with 0.