HomeSort by relevance Sort by last modified time
    Searched defs:frame_size_in_bytes (Results 1 - 3 of 3) sorted by null

  /art/compiler/
oat_writer.cc 388 uint32_t frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); local
392 frame_size_in_bytes, core_spill_mask, fp_spill_mask,
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 729 size_t frame_size_in_bytes = local
734 (struct XRayTraceFrameEntry *)XRayMalloc(frame_size_in_bytes);
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 1369 const size_t frame_size_in_bytes = audio_channel_count_from_in_mask(config->channel_mask) * local
    [all...]

Completed in 71 milliseconds