/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/ |
D | AlternatingImageStorage.cpp | 21 uint8_t* AlternatingImageStorage::getRotatingScratchBuffer(std::size_t neededSize, in getRotatingScratchBuffer() 33 uint8_t* AlternatingImageStorage::getSpecialScratchBuffer(size_t neededSize) { in getSpecialScratchBuffer()
|
D | GuestFrameComposer.cpp | 1047 uint32_t neededSize = dst_stride_bytes * srcHeight; in composeLayerInto() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_ish_base.cpp | 131 uint32_t neededSize = totalSize; in LoadKernels() local
|
H A D | cm_hal.cpp | 1763 int32_t neededSize; in CmSearchFreeSlotSize() local 1846 int32_t totalSize, tmpSize, dwOffset, neededSize; in CmAddCurrentKernelToFreeSlot() local
|
/aosp_15_r20/frameworks/av/media/module/mpeg2ts/ |
H A D | ESQueue.cpp | 1164 size_t neededSize = (mBuffer == NULL ? 0 : mBuffer->size()) + size; in appendData() local 1210 size_t neededSize = (mScrambledBuffer == NULL ? 0 : mScrambledBuffer->size()) + size; in appendScrambledData() local
|
H A D | ATSParser.cpp | 1059 bool ATSParser::Stream::ensureBufferCapacity(size_t neededSize) { in ensureBufferCapacity() 1203 size_t neededSize = mBuffer->size() + payloadSizeBits / 8; in parse() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/omx/ |
H A D | SoftVideoEncoderOMXComponent.cpp | 585 size_t neededSize = in extractGraphicBuffer() local
|
/aosp_15_r20/frameworks/base/media/jni/ |
H A D | android_media_MediaDescrambler.cpp | 173 bool JDescrambler::ensureBufferCapacity(size_t neededSize) { in ensureBufferCapacity()
|
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | RenderSessionImpl.java | 284 private static int calcSize(int currentSize, int neededSize, int measuredSize, in calcSize()
|
/aosp_15_r20/external/zstd/lib/decompress/ |
H A D | zstd_decompress.c | 1979 unsigned long long const neededSize = MIN(frameContentSize, neededRBSize); in ZSTD_decodingBufferSize_internal() local
|
/aosp_15_r20/system/incremental_delivery/incfs/ |
H A D | incfs.cpp | 961 auto neededSize = ::getxattr(path, kMetadataAttrName, buffer, 0); in getMetadata() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | TextureStorage11.cpp | 928 const size_t neededSize = bufferDepthPitch * depth; in setData() local
|
/aosp_15_r20/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 2039 int neededSize = (int) ((unsigned)len + in XML_GetBuffer() local
|
/aosp_15_r20/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 2069 int neededSize = (int)((unsigned)len in XML_GetBuffer() local
|
/aosp_15_r20/external/expat/expat/lib/ |
H A D | xmlparse.c | 2133 int neededSize = (int)((unsigned)len in XML_GetBuffer() local
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | zstd_compress.c | 5640 size_t const neededSize = ZSTD_cwksp_alloc_size(sizeof(ZSTD_CDict)) in ZSTD_initStaticCDict() local
|