/external/libchrome/base/trace_event/ |
trace_event_memory_overhead.cc | 144 MemoryAllocatorDump* mad = pmd->CreateAllocatorDump(dump_name); local 145 mad->AddScalar(MemoryAllocatorDump::kNameSize, 148 mad->AddScalar("resident_size", MemoryAllocatorDump::kUnitsBytes, 150 mad->AddScalar(MemoryAllocatorDump::kNameObjectCount,
|
process_memory_dump.cc | 103 MemoryAllocatorDump* mad = new MemoryAllocatorDump(absolute_name, this); local 104 AddAllocatorDumpInternal(mad); // Takes ownership of |mad|. 105 return mad; 111 MemoryAllocatorDump* mad = new MemoryAllocatorDump(absolute_name, this, guid); local 112 AddAllocatorDumpInternal(mad); // Takes ownership of |mad|. 113 return mad; 116 void ProcessMemoryDump::AddAllocatorDumpInternal(MemoryAllocatorDump* mad) { 117 DCHECK_EQ(0ul, allocator_dumps_.count(mad->absolute_name())) 130 MemoryAllocatorDump* mad = GetAllocatorDump(absolute_name); local [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
avcenc_int.h | 157 OsclFloat mad; member in struct:tagRDInfo 169 OsclFloat mad; /* mad for current frame, = video->avgMAD*/ member in struct:tagMultiPass 199 OsclFloat aver_mad; /* so-far average mad could replace sum_mad */ 200 OsclFloat aver_mad_prev; /* previous average mad */
|
/frameworks/rs/driver/runtime/ |
rs_cl.c | 587 extern float __attribute__((overloadable)) mad(float a, float b, float c) { function 590 extern float2 __attribute__((overloadable)) mad(float2 a, float2 b, float2 c) { function 593 extern float3 __attribute__((overloadable)) mad(float3 a, float3 b, float3 c) { function 596 extern float4 __attribute__((overloadable)) mad(float4 a, float4 b, float4 c) { function 2070 HN_FUNC_HN_HN_HN(mad); variable [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
CoreMathVerifier.java | 806 static private Target.Floaty mad(double m1, double m2, double offset, Target t) { method in class:CoreMathVerifier [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4lib_int.h | 256 float mad; member in struct:tagRDInfo 268 float mad; /* mad for current frame, = video->avgMAD*/ member in struct:tagMultiPass 298 float aver_mad; /* so-far average mad could replace sum_mad */ 299 float aver_mad_prev; /* previous average mad */ 357 float sumMAD; /* SAD/MAD for frame */
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
maven-compat-3.2.1.jar | |