Home
last modified time | relevance | path

Searched refs:buffer_bytes (Results 1 – 15 of 15) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_simple_image_pitch.cpp38 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/
Dbuffered_inputstream.cc24 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()
Dbuffered_inputstream.h33 BufferedInputStream(InputStreamInterface* input_stream, size_t buffer_bytes,
40 BufferedInputStream(RandomAccessFile* file, size_t buffer_bytes);
Dinputbuffer.cc24 InputBuffer::InputBuffer(RandomAccessFile* file, size_t buffer_bytes) in InputBuffer() argument
27 size_(buffer_bytes), in InputBuffer()
Dinputbuffer.h37 InputBuffer(RandomAccessFile* file, size_t buffer_bytes);
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/osx/
Daudio_provider.cc90 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/
Dpcm_plugin.c210 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/
Dpcm_plugin.c193 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/
Dtest_images_read_common.cpp268 …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/
Dlayout.rs92 pub buffer_bytes: Le32, field
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_vios.rs667 pub buffer_bytes: u32, field
684 buffer_bytes: self.1.buffer_bytes.into(), in into()
Dshm_streams.rs117 buffer_bytes: 2 * period_bytes,
/external/kernel-headers/original/uapi/sound/
Dasoc.h329 __le32 buffer_bytes; /* size of buffer in bytes */ member
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi83189 …<var-decl name="buffer_bytes" type-id="2f162548" visibility="default" filepath="include/uapi/sound…
Dtest-PR27569-v0.abi83171 …<var-decl name="buffer_bytes" type-id="2f162548" visibility="default" filepath="include/uapi/sound…