/aosp_15_r20/art/runtime/arch/x86/ |
H A D | callee_save_frame_x86.h | 65 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
|
/aosp_15_r20/art/runtime/arch/x86_64/ |
H A D | callee_save_frame_x86_64.h | 76 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
|
/aosp_15_r20/art/compiler/jni/quick/ |
H A D | jni_compiler.h | 53 uint32_t GetFrameSize() const { return frame_size_; } in GetFrameSize() function
|
/aosp_15_r20/art/runtime/arch/riscv64/ |
H A D | callee_save_frame_riscv64.h | 102 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
|
/aosp_15_r20/art/runtime/arch/arm/ |
H A D | callee_save_frame_arm.h | 78 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
|
/aosp_15_r20/art/runtime/arch/arm64/ |
H A D | callee_save_frame_arm64.h | 101 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
|
/aosp_15_r20/external/webrtc/audio/ |
H A D | remix_resample_unittest.cc | 24 int GetFrameSize(int sample_rate_hz) { in GetFrameSize() function
|
/aosp_15_r20/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/ |
D | AudioRtpPayloadNodeTest.cpp | 91 uint32_t GetFrameSize() { return frameSize; } in GetFrameSize() function in __anon4cb014ee0111::FakeNode
|
/aosp_15_r20/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/ |
D | RtpEncoderNodeTest.cpp | 130 uint32_t GetFrameSize() { return mFrameSize; } in GetFrameSize() function in FakeRtpEncoderNode
|
D | RtpDecoderNodeTests.cpp | 164 uint32_t GetFrameSize() { return frameSize; } in GetFrameSize() function in FakeRtpDecoderNode
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/default/ |
H A D | A2dpOffloadCodecSbc.cpp | 223 static int GetFrameSize(const A2dpBits& configuration, int bitpool) { in GetFrameSize() function
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator.h | 254 uint32_t GetFrameSize() const { return frame_size_; } in GetFrameSize() function
|
/aosp_15_r20/external/webrtc/modules/audio_processing/include/ |
H A D | audio_processing.h | 742 static int GetFrameSize(int sample_rate_hz) { return sample_rate_hz / 100; } in GetFrameSize() function
|