Home
last modified time | relevance | path

Searched refs:GetSize (Results 1 – 23 of 23) sorted by relevance

/hardware/google/av/codec2/vndk/internal/
DC2ParamInternal.h37 inline static uint32_t GetSize(const C2FieldDescriptor &fd) { in GetSize() function
49 inline static uint32_t GetSize(const C2ParamField &pf) { in GetSize() function
57 inline static uint32_t GetSize(const _C2FieldId &f) { in GetSize() function
/hardware/google/av/codec2/vndk/util/
DC2InterfaceUtils.cpp804 return _C2ParamInspector::GetSize(_mImpl->field); in size()
918 (std::max(arrayOffset, mParamSize) - arrayOffset) / GetSize(field); in makeLeaf()
921 OffsetFieldDescriptor(field, parentOffset + index * GetSize(field)), in makeLeaf()
1004 / GetSize(mHead->field); in increment()
1104 uint32_t size = GetSize(path.field); in setupPath()
1194 GetOffset(_mField) - parentOffset, GetSize(_mField) in descendInto()
1216 uint32_t startIndex = (GetOffset(dummy) - GetOffset(field)) / GetSize(field); in descendInto()
1218 (GetEndOffset(dummy) - GetOffset(field) + GetSize(field) - 1) / GetSize(field); in descendInto()
DC2Debug.cpp115 _C2ParamInspector::GetSize(i)); in attribFieldId()
138 _C2ParamInspector::GetSize(i)); in operator <<()
DC2InterfaceHelper.cpp552 size_t fieldSize = _C2ParamInspector::GetSize(field); in GetBaseOffset()
807 << StringPrintf("@%02zx+%02x", offs, _C2ParamInspector::GetSize(query.field())); in querySupportedValues()
809 param->findField(offs, _C2ParamInspector::GetSize(query.field())); in querySupportedValues()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_allocator.h65 unsigned int GetSize(const BufferDescriptor &d, unsigned int alignedw, unsigned int alignedh);
Dgr_allocator.cpp181 unsigned int size = GetSize(*descriptors[i], alignedw, alignedh); in CheckForBufferSharing()
217 unsigned int Allocator::GetSize(const BufferDescriptor &descriptor, unsigned int alignedw, in GetSize() function in gralloc1::Allocator
318 *size = GetSize(descriptor, *alignedw, *alignedh); in GetBufferSizeAndDimensions()
325 *size = GetSize(descriptor, *alignedw, *alignedh); in GetBufferSizeAndDimensions()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.h65 unsigned int GetSize(const BufferDescriptor &d, unsigned int alignedw, unsigned int alignedh);
Dgr_allocator.cpp182 unsigned int size = GetSize(*descriptors[i], alignedw, alignedh); in CheckForBufferSharing()
218 unsigned int Allocator::GetSize(const BufferDescriptor &descriptor, unsigned int alignedw, in GetSize() function in gralloc1::Allocator
319 *size = GetSize(descriptor, *alignedw, *alignedh); in GetBufferSizeAndDimensions()
326 *size = GetSize(descriptor, *alignedw, *alignedh); in GetBufferSizeAndDimensions()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_utils.h69 unsigned int GetSize(const BufferInfo &d, unsigned int alignedw, unsigned int alignedh);
Dgr_allocator.cpp173 unsigned int size = GetSize(GetBufferInfo(*descriptors[i]), alignedw, alignedh); in CheckForBufferSharing()
Dgr_utils.cpp177 unsigned int GetSize(const BufferInfo &info, unsigned int alignedw, in GetSize() function
283 *size = GetSize(info, *alignedw, *alignedh); in GetBufferSizeAndDimensions()
/hardware/qcom/display/msm8909/gralloc/
Dgr_utils.h69 unsigned int GetSize(const BufferInfo &d, unsigned int alignedw, unsigned int alignedh);
Dgr_allocator.cpp173 unsigned int size = GetSize(GetBufferInfo(*descriptors[i]), alignedw, alignedh); in CheckForBufferSharing()
Dgr_utils.cpp177 unsigned int GetSize(const BufferInfo &info, unsigned int alignedw, in GetSize() function
283 *size = GetSize(info, *alignedw, *alignedh); in GetBufferSizeAndDimensions()
/hardware/google/pixel/pixelstats/
DDropDetect.cpp67 if (!client.sendMessage(builder.GetBufferPointer(), builder.GetSize())) { in requestNanoappList()
/hardware/qcom/sdm845/display/gralloc/
Dgr_utils.h78 unsigned int GetSize(const BufferInfo &d, unsigned int alignedw, unsigned int alignedh);
Dgr_allocator.cpp167 unsigned int size = GetSize(GetBufferInfo(*descriptors[i]), alignedw, alignedh); in CheckForBufferSharing()
Dgr_utils.cpp237 unsigned int GetSize(const BufferInfo &info, unsigned int alignedw, unsigned int alignedh) { in GetSize() function
354 *size = GetSize(info, *alignedw, *alignedh); in GetBufferSizeAndDimensions()
/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.h79 unsigned int GetSize(const BufferInfo &d, unsigned int alignedw, unsigned int alignedh);
Dgr_allocator.cpp191 unsigned int size = GetSize(GetBufferInfo(*descriptors[i]), alignedw, alignedh); in CheckForBufferSharing()
Dgr_utils.cpp264 unsigned int GetSize(const BufferInfo &info, unsigned int alignedw, unsigned int alignedh) { in GetSize() function
383 *size = GetSize(info, *alignedw, *alignedh); in GetBufferSizeAndDimensions()
/hardware/google/av/media/sfplugin/
DReflectedParamUpdater.cpp197 _C2ParamInspector::GetSize(*it)), in addParamStructDesc()
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp78 d->fieldId.size = static_cast<uint32_t>(_C2ParamInspector::GetSize(s)); in objcpy()
517 _C2ParamInspector::GetSize(sField)); in objcpy()