/hardware/google/av/codec2/vndk/internal/ |
D | C2ParamInternal.h | 37 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/ |
D | C2InterfaceUtils.cpp | 804 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()
|
D | C2Debug.cpp | 115 _C2ParamInspector::GetSize(i)); in attribFieldId() 138 _C2ParamInspector::GetSize(i)); in operator <<()
|
D | C2InterfaceHelper.cpp | 552 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/ |
D | gr_allocator.h | 65 unsigned int GetSize(const BufferDescriptor &d, unsigned int alignedw, unsigned int alignedh);
|
D | gr_allocator.cpp | 181 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/ |
D | gr_allocator.h | 65 unsigned int GetSize(const BufferDescriptor &d, unsigned int alignedw, unsigned int alignedh);
|
D | gr_allocator.cpp | 182 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/ |
D | gr_utils.h | 69 unsigned int GetSize(const BufferInfo &d, unsigned int alignedw, unsigned int alignedh);
|
D | gr_allocator.cpp | 173 unsigned int size = GetSize(GetBufferInfo(*descriptors[i]), alignedw, alignedh); in CheckForBufferSharing()
|
D | gr_utils.cpp | 177 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/ |
D | gr_utils.h | 69 unsigned int GetSize(const BufferInfo &d, unsigned int alignedw, unsigned int alignedh);
|
D | gr_allocator.cpp | 173 unsigned int size = GetSize(GetBufferInfo(*descriptors[i]), alignedw, alignedh); in CheckForBufferSharing()
|
D | gr_utils.cpp | 177 unsigned int GetSize(const BufferInfo &info, unsigned int alignedw, in GetSize() function 283 *size = GetSize(info, *alignedw, *alignedh); in GetBufferSizeAndDimensions()
|
/hardware/google/pixel/pixelstats/ |
D | DropDetect.cpp | 67 if (!client.sendMessage(builder.GetBufferPointer(), builder.GetSize())) { in requestNanoappList()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_utils.h | 78 unsigned int GetSize(const BufferInfo &d, unsigned int alignedw, unsigned int alignedh);
|
D | gr_allocator.cpp | 167 unsigned int size = GetSize(GetBufferInfo(*descriptors[i]), alignedw, alignedh); in CheckForBufferSharing()
|
D | gr_utils.cpp | 237 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/ |
D | gr_utils.h | 79 unsigned int GetSize(const BufferInfo &d, unsigned int alignedw, unsigned int alignedh);
|
D | gr_allocator.cpp | 191 unsigned int size = GetSize(GetBufferInfo(*descriptors[i]), alignedw, alignedh); in CheckForBufferSharing()
|
D | gr_utils.cpp | 264 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/ |
D | ReflectedParamUpdater.cpp | 197 _C2ParamInspector::GetSize(*it)), in addParamStructDesc()
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | types.cpp | 78 d->fieldId.size = static_cast<uint32_t>(_C2ParamInspector::GetSize(s)); in objcpy() 517 _C2ParamInspector::GetSize(sField)); in objcpy()
|