/aosp12/system/extras/simpleperf/scripts/ |
H A D | debug_unwind_reporter.py | 51 class Sample: class 83 def match(self, sample: Sample) -> bool: 88 def match(self, sample: Sample) -> bool: 99 def match(self, sample: Sample) -> bool: 107 def match(self, sample: Sample) -> bool: 115 def match(self, sample: Sample) -> bool: 123 def match(self, sample: Sample) -> bool: 171 def filter_sample(self, sample: Sample) -> bool: 183 def report(self, sample: Sample): 191 def report(self, sample: Sample): [all …]
|
H A D | profile_pb2.py | 552 Sample = _reflection.GeneratedProtocolMessageType('Sample', (_message.Message,), dict( variable
|
H A D | pprof_proto_generator.py | 165 class Sample(object): class
|
/aosp12/system/extras/simpleperf/ |
H A D | report_lib_interface.cpp | 36 struct Sample { struct 37 uint64_t ip; 38 uint32_t pid; 39 uint32_t tid; 40 const char* thread_comm; 41 uint64_t time; 42 uint32_t in_kernel; 43 uint32_t cpu; 44 uint64_t period;
|
H A D | cmd_report_sample.proto | 19 message Sample { message
|
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | NuMediaExtractor.h | 119 struct Sample { struct 122 MediaBufferBase *mBuffer; 123 int64_t mSampleTimeUs;
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
H A D | NonLinComp_D16.cpp | 66 LVM_FLOAT Sample; /* Input samples */ in NonLinComp_Float() local
|
/aosp12/hardware/qcom/sdm845/display/libhistogram/ |
H A D | ringbuffer.h | 54 … using Sample = std::tuple<uint64_t /* numFrames */, std::array<uint64_t, HIST_V_SIZE> /* bins */>; variable
|
/aosp12/hardware/qcom/sm7250/display/libhistogram/ |
H A D | ringbuffer.h | 53 using Sample = std::tuple<uint64_t /* numFrames */, std::array<uint64_t, HIST_V_SIZE> /* bins */>; variable
|
/aosp12/hardware/qcom/sm8150/display/libhistogram/ |
H A D | ringbuffer.h | 54 … using Sample = std::tuple<uint64_t /* numFrames */, std::array<uint64_t, HIST_V_SIZE> /* bins */>; variable
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/tests/ |
H A D | MediaSampleReaderNDKTests.cpp | 42 class Sample { class 44 Sample(uint32_t flags, int64_t timestamp, size_t size, const uint8_t* buffer) in Sample() function in android::Sample 49 Sample(AMediaExtractor* extractor) { in Sample() function in android::Sample
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | ToneGenerator.cpp | 1790 long Sample; // current sample in getSamples() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | ThermalManagerService.java | 1263 class Sample { class in ThermalManagerService.TemperatureWatcher 1267 Sample(long time, float temperature) { in Sample() method in ThermalManagerService.TemperatureWatcher.Sample
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | NuMediaExtractor.cpp | 43 NuMediaExtractor::Sample::Sample() in Sample() function in android::NuMediaExtractor::Sample 48 NuMediaExtractor::Sample::Sample(MediaBufferBase *buffer, int64_t timeUs) in Sample() function in android::NuMediaExtractor::Sample
|
/aosp12/frameworks/av/media/extractors/mp4/ |
H A D | MPEG4Extractor.cpp | 212 struct Sample { struct in android::MPEG4Source 213 off64_t offset; 214 size_t size; 215 uint32_t duration; 216 int32_t compositionOffset; 217 uint8_t iv[16]; 218 Vector<uint32_t> clearsizes; 219 Vector<uint32_t> encryptedsizes;
|