/external/OpenCL-CTS/test_conformance/basic/ |
D | test_simple_image_pitch.cpp | 38 size_t buffer_bytes = bufferW * bufferH; in test_simple_read_image_pitch() local 57 char* host_buffer = (char*)malloc(buffer_bytes); in test_simple_read_image_pitch() 58 memset(host_buffer,0xa,buffer_bytes); in test_simple_read_image_pitch() 101 size_t buffer_bytes = bufferW * bufferH; in test_simple_write_image_pitch() local 120 char* host_buffer = (char*)malloc(buffer_bytes); in test_simple_write_image_pitch() 121 memset(host_buffer,0xa,buffer_bytes); in test_simple_write_image_pitch()
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | buffered_inputstream.cc | 24 size_t buffer_bytes, in BufferedInputStream() argument 27 size_(buffer_bytes), in BufferedInputStream() 33 size_t buffer_bytes) in BufferedInputStream() argument 34 : BufferedInputStream(new RandomAccessInputStream(file), buffer_bytes, in BufferedInputStream()
|
D | buffered_inputstream.h | 33 BufferedInputStream(InputStreamInterface* input_stream, size_t buffer_bytes, 40 BufferedInputStream(RandomAccessFile* file, size_t buffer_bytes);
|
D | inputbuffer.cc | 24 InputBuffer::InputBuffer(RandomAccessFile* file, size_t buffer_bytes) in InputBuffer() argument 27 size_(buffer_bytes), in InputBuffer()
|
D | inputbuffer.h | 37 InputBuffer(RandomAccessFile* file, size_t buffer_bytes);
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/osx/ |
D | audio_provider.cc | 90 int buffer_bytes = 512 * sizeof(float); in InitAudioRecording() local 93 RETURN_IF_OS_ERROR(AudioQueueAllocateBuffer(queue, buffer_bytes, &buffer), in InitAudioRecording()
|
/external/tinyalsa_new/src/ |
D | pcm_plugin.c | 210 struct pcm_plugin_min_max frame_bits, buffer_bytes; in pcm_plug_get_params() local 266 buffer_bytes.min = pb.min * periods.min; in pcm_plug_get_params() 267 buffer_bytes.max = pb.max * periods.max; in pcm_plug_get_params() 269 &buffer_bytes, 1); in pcm_plug_get_params() 272 val.min = pcm_plug_bytes_to_frames(buffer_bytes.min, frame_bits.min); in pcm_plug_get_params() 273 val.max = pcm_plug_bytes_to_frames(buffer_bytes.max, frame_bits.min); in pcm_plug_get_params()
|
/external/tinyalsa/ |
D | pcm_plugin.c | 193 struct pcm_plugin_min_max frame_bits, buffer_bytes; in pcm_plug_get_params() local 249 buffer_bytes.min = pb.min * periods.min; in pcm_plug_get_params() 250 buffer_bytes.max = pb.max * periods.max; in pcm_plug_get_params() 252 &buffer_bytes, 1); in pcm_plug_get_params() 255 val.min = pcm_plug_bytes_to_frames(buffer_bytes.min, frame_bits.min); in pcm_plug_get_params() 256 val.max = pcm_plug_bytes_to_frames(buffer_bytes.max, frame_bits.min); in pcm_plug_get_params()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_read_common.cpp | 268 …size_t buffer_bytes = channelSize * get_channel_order_channel_count(outFormat->image_channel_order… in test_cl_image_read() local 269 if (buffer_bytes > maxAllocSize) { in test_cl_image_read() 271 (int)buffer_bytes, (int)maxAllocSize); in test_cl_image_read() 275 streams[ 1 ] = clCreateBuffer( context, CL_MEM_READ_WRITE, buffer_bytes, NULL, &error ); in test_cl_image_read()
|
/external/crosvm/devices/src/virtio/snd/ |
D | layout.rs | 92 pub buffer_bytes: Le32, field
|
/external/crosvm/devices/src/virtio/snd/vios_backend/ |
D | shm_vios.rs | 667 pub buffer_bytes: u32, field 684 buffer_bytes: self.1.buffer_bytes.into(), in into()
|
D | shm_streams.rs | 117 buffer_bytes: 2 * period_bytes,
|
/external/kernel-headers/original/uapi/sound/ |
D | asoc.h | 329 __le32 buffer_bytes; /* size of buffer in bytes */ member
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 83189 …<var-decl name="buffer_bytes" type-id="2f162548" visibility="default" filepath="include/uapi/sound…
|
D | test-PR27569-v0.abi | 83171 …<var-decl name="buffer_bytes" type-id="2f162548" visibility="default" filepath="include/uapi/sound…
|