Home
last modified time | relevance | path

Searched defs:BufferSize (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/rsov/compiler/
DGlobalMergePass.cpp76 const uint64_t BufferSize = DL.getTypeAllocSize(MergedTy); in runOnModule() local
174 StructType *MergedTy, const uint64_t BufferSize, in CreateInitFunction()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedInputStream.cs98 internal const int BufferSize = 4096; field in Google.Protobuf.CodedInputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.h1308 inline int CodedInputStream::BufferSize() const { in BufferSize() function
/frameworks/ml/nn/runtime/test/
DTestUnspecifiedDimensions.cpp86 enum class BufferSize { LESS, EQUAL, MORE }; // only used for output buffer size enum in __anon7b770dc60111::UnspecifiedDimensionsTest
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4lib_int.h226 Int BufferSize[2]; /* Buffer Size for Base and Enhance Layers */ member