Home
last modified time | relevance | path

Searched defs:frame_size_in_bytes (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/quick/
H A Dquick_method_frame_info.h34 constexpr QuickMethodFrameInfo(uint32_t frame_size_in_bytes, uint32_t core_spill_mask, in QuickMethodFrameInfo()
/aosp_15_r20/art/compiler/debug/
H A Dmethod_debug_info.h44 uint32_t frame_size_in_bytes; member
/aosp_15_r20/art/compiler/optimizing/
H A Dstack_map_stream.cc49 void StackMapStream::BeginMethod(size_t frame_size_in_bytes, in BeginMethod()
/aosp_15_r20/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp1431 const size_t frame_size_in_bytes = audio_channel_count_from_in_mask(config->channel_mask) * in adev_get_input_buffer_size() local