HomeSort by relevance Sort by last modified time
    Searched refs:size_bytes (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mm.h 8 extern long nr_incore(void *ptr, unsigned long size_bytes);
  /external/autotest/client/bin/result_tools/
utils_lib.py 94 def get_size_string(size_bytes):
101 @param size_bytes: Number of bytes.
102 @return: A string representing `size_bytes` in KB, MB etc.
104 if size_bytes == 0:
107 i = int(math.log(size_bytes, 1024))
109 s = size_bytes / p
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_audio_amrwbplus.h 25 unsigned int size_bytes; member in struct:msm_audio_amrwbplus_config_v2
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_audio_amrwbplus.h 10 unsigned int size_bytes; member in struct:msm_audio_amrwbplus_config_v2
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio_amrwbplus.h 25 unsigned int size_bytes; member in struct:msm_audio_amrwbplus_config_v2
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_amrwbplus.h 10 unsigned int size_bytes; member in struct:msm_audio_amrwbplus_config_v2
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_audio_amrwbplus.h 25 unsigned int size_bytes; member in struct:msm_audio_amrwbplus_config_v2
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_audio_amrwbplus.h 10 unsigned int size_bytes; member in struct:msm_audio_amrwbplus_config_v2
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio_amrwbplus.h 25 unsigned int size_bytes; member in struct:msm_audio_amrwbplus_config_v2
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_audio_amrwbplus.h 10 unsigned int size_bytes; member in struct:msm_audio_amrwbplus_config_v2
  /external/webrtc/webrtc/modules/audio_processing/aecm/
echo_control_mobile.h 166 * size_t size_bytes Size in bytes of the echo path
175 size_t size_bytes);
185 * size_t size_bytes Size in bytes of the echo path
194 size_t size_bytes);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
screenshare_layers.h 28 void LayerFrameEncoded(unsigned int size_bytes, uint8_t layer_id);
screenshare_layers.cc 41 void ScreenshareLayersVP9::LayerFrameEncoded(unsigned int size_bytes,
44 bits_used_[layer_id] += size_bytes * 8;
  /external/autotest/client/cros/audio/
audio_data.py 23 size_bytes: Number of bytes for one sample.
29 size_bytes=4), variable
33 size_bytes=2)) variable
44 size_bits = SAMPLE_FORMATS[sample_format]['size_bytes'] * 8
92 sample_format_dict['size_bytes'])
  /external/webrtc/webrtc/modules/audio_processing/
echo_control_mobile_impl.h 52 int SetEchoPath(const void* echo_path, size_t size_bytes) override;
53 int GetEchoPath(void* echo_path, size_t size_bytes) const override;
echo_control_mobile_impl.cc 264 size_t size_bytes) {
271 if (size_bytes != echo_path_size_bytes()) {
277 external_echo_path_ = new unsigned char[size_bytes];
279 memcpy(external_echo_path_, echo_path, size_bytes);
286 size_t size_bytes) const {
291 if (size_bytes != echo_path_size_bytes()) {
301 int32_t err = WebRtcAecm_GetEchoPath(my_handle, echo_path, size_bytes);
  /tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
audio_data.py 31 size_bytes: Number of bytes for one sample.
37 size_bytes=4), variable
41 size_bytes=2)) variable
53 size_bits = SAMPLE_FORMATS[sample_format]['size_bytes'] * 8
103 sample_format_dict['size_bytes'])
  /external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
protobufwireadaptertest.cc 81 unsigned char* size_bytes; local
82 util::PoloUtil::IntToBigEndianBytes(message_size, size_bytes);
86 std::vector<uint8_t>(size_bytes, size_bytes + 4));
93 unsigned char* size_bytes; local
94 util::PoloUtil::IntToBigEndianBytes(outer_string.length(), size_bytes);
98 memcpy(buffer, size_bytes, 4);
  /external/libtextclassifier/util/utf8/
unilib-icu.cc 31 icu::StringPiece(text.data(), text.size_bytes()));
84 icu::StringPiece(input.data(), input.size_bytes()))));
249 icu::StringPiece(text.data(), text.size_bytes()))),
278 regex.data(), regex.size_bytes())),
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_vs_state.c 56 ((prog_data->binding_table.size_bytes / 4) <<
gen8_hs_state.c 46 SET_FIELD(prog_data->binding_table.size_bytes / 4,
gen8_vs_state.c 57 ((prog_data->binding_table.size_bytes / 4) <<
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_transfer_manager.h 63 int64 size_bytes);
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_smoke_test.cpp 41 int32_t size_bytes; member in struct:android::os::dumpstate::SectionInfo
64 binder::Status onSectionComplete(const ::std::string& name, int32_t status, int32_t size_bytes,
66 sections_->push_back({name, status, size_bytes, duration_ms});
209 EXPECT_GE(section.size_bytes, minsize);
  /system/bt/btif/include/
btif_config.h 43 char* value, int* size_bytes);

Completed in 1053 milliseconds

1 2 3