Home
last modified time | relevance | path

Searched defs:GetFrameSize (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/art/runtime/arch/x86/
H A Dcallee_save_frame_x86.h65 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
/aosp_15_r20/art/runtime/arch/x86_64/
H A Dcallee_save_frame_x86_64.h76 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
/aosp_15_r20/art/compiler/jni/quick/
H A Djni_compiler.h53 uint32_t GetFrameSize() const { return frame_size_; } in GetFrameSize() function
/aosp_15_r20/art/runtime/arch/riscv64/
H A Dcallee_save_frame_riscv64.h102 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
/aosp_15_r20/art/runtime/arch/arm/
H A Dcallee_save_frame_arm.h78 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
/aosp_15_r20/art/runtime/arch/arm64/
H A Dcallee_save_frame_arm64.h101 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() function
/aosp_15_r20/external/webrtc/audio/
H A Dremix_resample_unittest.cc24 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/
DAudioRtpPayloadNodeTest.cpp91 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/
DRtpEncoderNodeTest.cpp130 uint32_t GetFrameSize() { return mFrameSize; } in GetFrameSize() function in FakeRtpEncoderNode
DRtpDecoderNodeTests.cpp164 uint32_t GetFrameSize() { return frameSize; } in GetFrameSize() function in FakeRtpDecoderNode
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/default/
H A DA2dpOffloadCodecSbc.cpp223 static int GetFrameSize(const A2dpBits& configuration, int bitpool) { in GetFrameSize() function
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator.h254 uint32_t GetFrameSize() const { return frame_size_; } in GetFrameSize() function
/aosp_15_r20/external/webrtc/modules/audio_processing/include/
H A Daudio_processing.h742 static int GetFrameSize(int sample_rate_hz) { return sample_rate_hz / 100; } in GetFrameSize() function