Home
last modified time | relevance | path

Searched defs:neededSize (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DAlternatingImageStorage.cpp21 uint8_t* AlternatingImageStorage::getRotatingScratchBuffer(std::size_t neededSize, in getRotatingScratchBuffer()
33 uint8_t* AlternatingImageStorage::getSpecialScratchBuffer(size_t neededSize) { in getSpecialScratchBuffer()
DGuestFrameComposer.cpp1047 uint32_t neededSize = dst_stride_bytes * srcHeight; in composeLayerInto() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_ish_base.cpp131 uint32_t neededSize = totalSize; in LoadKernels() local
H A Dcm_hal.cpp1763 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 DESQueue.cpp1164 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 DATSParser.cpp1059 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 DSoftVideoEncoderOMXComponent.cpp585 size_t neededSize = in extractGraphicBuffer() local
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_MediaDescrambler.cpp173 bool JDescrambler::ensureBufferCapacity(size_t neededSize) { in ensureBufferCapacity()
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java284 private static int calcSize(int currentSize, int neededSize, int measuredSize, in calcSize()
/aosp_15_r20/external/zstd/lib/decompress/
H A Dzstd_decompress.c1979 unsigned long long const neededSize = MIN(frameContentSize, neededRBSize); in ZSTD_decodingBufferSize_internal() local
/aosp_15_r20/system/incremental_delivery/incfs/
H A Dincfs.cpp961 auto neededSize = ::getxattr(path, kMetadataAttrName, buffer, 0); in getMetadata() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp928 const size_t neededSize = bufferDepthPitch * depth; in setData() local
/aosp_15_r20/external/python/cpython2/Modules/expat/
Dxmlparse.c2039 int neededSize = (int) ((unsigned)len + in XML_GetBuffer() local
/aosp_15_r20/external/python/cpython3/Modules/expat/
Dxmlparse.c2069 int neededSize = (int)((unsigned)len in XML_GetBuffer() local
/aosp_15_r20/external/expat/expat/lib/
H A Dxmlparse.c2133 int neededSize = (int)((unsigned)len in XML_GetBuffer() local
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_compress.c5640 size_t const neededSize = ZSTD_cwksp_alloc_size(sizeof(ZSTD_CDict)) in ZSTD_initStaticCDict() local